Searched refs:netconsole (Results 1 – 20 of 20) sorted by relevance
| /linux/Documentation/networking/ |
| H A D | netconsole.rst | 29 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 D | netdevices.rst | 275 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 D | netcons_cmdline.sh | 4 # 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 D | netcons_basic.sh | 9 # 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 D | netcons_fragmented_msg.sh | 22 modprobe netconsole 2> /dev/null || true
|
| H A D | netcons_torture.sh | 93 modprobe netconsole 2> /dev/null || true
|
| H A D | netcons_sysdata.sh | 208 modprobe netconsole 2> /dev/null || true
|
| /linux/drivers/net/ |
| H A D | netconsole.c | 57 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 D | Kconfig | 338 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 D | init.rst | 32 ``console= device`` 或像 ``netconsole=`` 。
|
| H A D | reporting-issues.rst | 898 粘贴它,试着用netconsole网络终端远程跟踪或者至少拍一张屏幕的照片。
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | init.rst | 35 ``console= device`` 或像 ``netconsole=`` 。
|
| H A D | reporting-issues.rst | 899 粘貼它,試着用netconsole網絡終端遠程跟蹤或者至少拍一張屏幕的照片。
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | index.rst | 104 * netconsole
|
| /linux/Documentation/admin-guide/ |
| H A D | init.rst | 21 Try using a different ``console= device`` or e.g. ``netconsole=``.
|
| H A D | serial-console.rst | 89 ``Documentation/networking/netconsole.rst`` for information on that.)
|
| H A D | kernel-parameters.txt | 953 Documentation/networking/netconsole.rst for an
|
| /linux/tools/testing/selftests/drivers/net/bonding/ |
| H A D | netcons_over_bonding.sh | 35 modprobe netconsole 2> /dev/null || true
|
| /linux/tools/testing/selftests/drivers/net/lib/sh/ |
| H A D | lib_netcons.sh | 373 if modinfo netconsole | grep filename: | grep -q builtin
|
| /linux/ |
| H A D | MAINTAINERS | 18009 F: Documentation/networking/netconsole.rst 18010 F: drivers/net/netconsole.c
|