Home
last modified time | relevance | path

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

12

/linux/Documentation/networking/
H A Dnetconsole.rst29 netconsole initializes immediately after NIC cards and will bring up
37 It takes a string configuration parameter "netconsole" in the
40 netconsole=[+][r][src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr]
54 linux netconsole=4444@10.0.0.1/eth1,9353@10.0.0.2/12:34:56:78:9a:bc
58 insmod netconsole netconsole=@/,@10.0.0.2/
62 insmod netconsole netconsole=@/,@fd00:1:2:3::1/
66 linux netconsole=4444@10.0.0.1/22:33:44:55:66:77,9353@10.0.0.2/12:34:56:78:9a:bc
72 modprobe netconsole netconsole="@/,@10.0.0.2/;@/eth1,6892@10.0.0.3/"
74 Built-in netconsole starts immediately after the TCP stack is
104 Dynamic reconfigurability is a useful addition to netconsole that enables
[all …]
H A Dindex.rst84 netconsole
H A Dnetdevices.rst275 will be called with interrupts disabled by netconsole.
315 will be called with interrupts disabled by netconsole.
/linux/tools/testing/selftests/drivers/net/netconsole/
H A Dnetcons_cmdline.sh20 rmmod netconsole 2> /dev/null || true
43 modprobe netconsole "${CMDLINE}"
61 rmmod netconsole
H A Dnetcons_resume.sh29 rmmod netconsole 2> /dev/null || true
36 rmmod netconsole
85 modprobe netconsole "${CMDLINE}"
H A Dnetcons_overflow.sh52 modprobe netconsole 2> /dev/null || true
H A Dnetcons_basic.sh24 modprobe netconsole 2> /dev/null || true
H A Dnetcons_fragmented_msg.sh22 modprobe netconsole 2> /dev/null || true
H A Dnetcons_torture.sh93 modprobe netconsole 2> /dev/null || true
H A Dnetcons_sysdata.sh208 modprobe netconsole 2> /dev/null || true
/linux/drivers/net/
H A Dnetconsole.c59 module_param_string(netconsole, config, MAX_PARAM_LENGTH, 0);
60 MODULE_PARM_DESC(netconsole, " netconsole=[src-port]@[src-ip]/[dev],[tgt-port]@<tgt-ip>/[tgt-macadd…
96 static struct console netconsole_ext, netconsole; variable
649 console_is_registered(&netconsole)) in unregister_netcons_consoles()
650 unregister_console(&netconsole); in unregister_netcons_consoles()
716 if (!nt->extended && !console_is_registered(&netconsole)) { in enabled_store()
717 netconsole.flags |= CON_ENABLED; in enabled_store()
718 register_console(&netconsole); in enabled_store()
2113 static struct console netconsole = { variable
2147 netconsole.flags |= CON_PRINTBUFFER; in init_netconsole()
[all …]
H A DKconfig339 See <file:Documentation/networking/netconsole.rst> for details.
350 See <file:Documentation/networking/netconsole.rst> for details.
357 Set extended log support for netconsole message. If this option is
360 <file:Documentation/networking/netconsole.rst> for details.
367 Set kernel release to be prepended to each netconsole message by
369 the first field of every netconsole message, so, the netconsole
371 message. See <file:Documentation/networking/netconsole.rst> for
H A DMakefile25 obj-$(CONFIG_NETCONSOLE) += netconsole.o
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dinit.rst32 ``console= device`` 或像 ``netconsole=`` 。
H A Dreporting-issues.rst898 粘贴它,试着用netconsole网络终端远程跟踪或者至少拍一张屏幕的照片。
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dinit.rst35 ``console= device`` 或像 ``netconsole=`` 。
H A Dreporting-issues.rst899 粘貼它,試着用netconsole網絡終端遠程跟蹤或者至少拍一張屏幕的照片。
/linux/Documentation/translations/zh_CN/networking/
H A Dindex.rst104 * netconsole
/linux/Documentation/admin-guide/
H A Dinit.rst21 Try using a different ``console= device`` or e.g. ``netconsole=``.
H A Dserial-console.rst89 ``Documentation/networking/netconsole.rst`` for information on that.)
H A Dreporting-issues.rst1161 include it. If you can't copy'n'paste it, try to capture a netconsole trace
/linux/tools/testing/selftests/drivers/net/bonding/
H A Dnetcons_over_bonding.sh35 modprobe netconsole 2> /dev/null || true
/linux/tools/testing/selftests/drivers/net/lib/sh/
H A Dlib_netcons.sh375 if modinfo netconsole | grep filename: | grep -q builtin
/linux/tools/testing/selftests/
H A DMakefile25 TARGETS += drivers/net/netconsole
/linux/
H A DMAINTAINERS18223 F: Documentation/networking/netconsole.rst
18224 F: drivers/net/netconsole.c
18226 F: tools/testing/selftests/drivers/net/netconsole/

12