Home
last modified time | relevance | path

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

/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 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/
H A Dnetcons_cmdline.sh4 # This is a selftest to test cmdline arguments on netconsole.
5 # It exercises loading of netconsole from cmdline instead of the dynamic
6 # reconfiguration. This includes parsing the long netconsole= line and all the
20 rmmod netconsole 2> /dev/null || true
35 # Create the command line for netconsole, with the configuration from
43 modprobe netconsole "${CMDLINE}"
45 # Listed for netconsole port inside the namespace and destination
61 rmmod netconsole
H A Dnetcons_basic.sh9 # target on netconsole, pointing to the destination IP address.
24 modprobe netconsole 2> /dev/null || true
31 # Remove the namespace, interfaces and netconsole target on exit
45 # Create a dynamic target for netconsole
53 # Listed for netconsole port inside the namespace and
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.c57 module_param_string(netconsole, config, MAX_PARAM_LENGTH, 0);
58 MODULE_PARM_DESC(netconsole, " netconsole=[src-port]@[src-ip]/[dev],[tgt-port]@<tgt-ip>/[tgt-macadd…
92 static struct console netconsole_ext, netconsole; variable
540 console_is_registered(&netconsole)) in unregister_netcons_consoles()
541 unregister_console(&netconsole); in unregister_netcons_consoles()
598 if (!nt->extended && !console_is_registered(&netconsole)) { in enabled_store()
599 netconsole.flags |= CON_ENABLED; in enabled_store()
600 register_console(&netconsole); in enabled_store()
1926 static struct console netconsole = { variable
1957 netconsole.flags |= CON_PRINTBUFFER; in init_netconsole()
[all …]
H A DKconfig338 See <file:Documentation/networking/netconsole.rst> for details.
348 See <file:Documentation/networking/netconsole.rst> for details.
355 Set extended log support for netconsole message. If this option is
358 <file:Documentation/networking/netconsole.rst> for details.
365 Set kernel release to be prepended to each netconsole message by
367 the first field of every netconsole message, so, the netconsole
369 message. See <file:Documentation/networking/netconsole.rst> for
/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 Dkernel-parameters.txt953 Documentation/networking/netconsole.rst for an
/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.sh373 if modinfo netconsole | grep filename: | grep -q builtin
/linux/
H A DMAINTAINERS18009 F: Documentation/networking/netconsole.rst
18010 F: drivers/net/netconsole.c