Searched refs:netconsole (Results 1 – 19 of 19) 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 …]
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | netcons_cmdline.sh | |
| H A D | netcons_basic.sh | |
| H A D | netcons_fragmented_msg.sh | |
| H A D | netcons_torture.sh | |
| H A D | netcons_sysdata.sh | |
| /linux/drivers/net/ |
| H A D | netconsole.c | 59 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() 2112 static struct console netconsole = { variable 2146 netconsole.flags |= CON_PRINTBUFFER; in init_netconsole() [all …]
|
| H A D | Kconfig | 339 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
|
| /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 | 955 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 | 375 if modinfo netconsole | grep filename: | grep -q builtin
|
| /linux/ |
| H A D | MAINTAINERS | 18225 F: Documentation/networking/netconsole.rst 18226 F: drivers/net/netconsole.c 18228 F: tools/testing/selftests/drivers/net/netconsole/
|