Home
last modified time | relevance | path

Searched refs:netconsole (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/Documentation/networking/
Dnetconsole.rst30 netconsole initializes immediately after NIC cards and will bring up
38 It takes a string configuration parameter "netconsole" in the
41 netconsole=[+][r][src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr]
55 linux netconsole=4444@10.0.0.1/eth1,9353@10.0.0.2/12:34:56:78:9a:bc
59 insmod netconsole netconsole=@/,@10.0.0.2/
63 insmod netconsole netconsole=@/,@fd00:1:2:3::1/
69 modprobe netconsole netconsole="@/,@10.0.0.2/;@/eth1,6892@10.0.0.3/"
71 Built-in netconsole starts immediately after the TCP stack is
101 Dynamic reconfigurability is a useful addition to netconsole that enables
106 netconsole module (or kernel, if netconsole is built-in).
[all …]
Dindex.rst83 netconsole
Dnetdevices.rst269 will be called with interrupts disabled by netconsole.
299 will be called with interrupts disabled by netconsole.
/linux-6.12.1/Documentation/translations/zh_CN/admin-guide/
Dinit.rst32 ``console= device`` 或像 ``netconsole=`` 。
Dreporting-issues.rst898 粘贴它,试着用netconsole网络终端远程跟踪或者至少拍一张屏幕的照片。
/linux-6.12.1/drivers/net/
Dnetconsole.c56 module_param_string(netconsole, config, MAX_PARAM_LENGTH, 0);
57 MODULE_PARM_DESC(netconsole, " netconsole=[src-port]@[src-ip]/[dev],[tgt-port]@<tgt-ip>/[tgt-macadd…
1300 static struct console netconsole = { variable
1330 netconsole.flags |= CON_PRINTBUFFER; in init_netconsole()
1350 register_console(&netconsole); in init_netconsole()
1380 unregister_console(&netconsole); in cleanup_netconsole()
DKconfig336 See <file:Documentation/networking/netconsole.rst> for details.
346 See <file:Documentation/networking/netconsole.rst> for details.
353 Set extended log support for netconsole message. If this option is
356 <file:Documentation/networking/netconsole.rst> for details.
363 Set kernel release to be prepended to each netconsole message by
365 the first field of every netconsole message, so, the netconsole
367 message. See <file:Documentation/networking/netconsole.rst> for
DMakefile24 obj-$(CONFIG_NETCONSOLE) += netconsole.o
/linux-6.12.1/Documentation/translations/zh_TW/admin-guide/
Dinit.rst35 ``console= device`` 或像 ``netconsole=`` 。
Dreporting-issues.rst899 粘貼它,試着用netconsole網絡終端遠程跟蹤或者至少拍一張屏幕的照片。
/linux-6.12.1/tools/testing/selftests/drivers/net/
Dnetcons_basic.sh208 modprobe netconsole 2> /dev/null || true
/linux-6.12.1/Documentation/admin-guide/
Dinit.rst21 Try using a different ``console= device`` or e.g. ``netconsole=``.
Dserial-console.rst87 ``Documentation/networking/netconsole.rst`` for information on that.)
Dreporting-issues.rst1161 include it. If you can't copy'n'paste it, try to capture a netconsole trace
Dkernel-parameters.txt809 Documentation/networking/netconsole.rst for an
/linux-6.12.1/
DMAINTAINERS15948 F: Documentation/networking/netconsole.rst
15949 F: drivers/net/netconsole.c