Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/
H A Dnetconsole.rst61 insmod netconsole netconsole=@/,@10.0.0.2/
65 insmod netconsole netconsole=@/,@fd00:1:2:3::1/
75 modprobe netconsole netconsole="@/,@10.0.0.2/;@/eth1,[email protected]/"
112 netconsole module (or kernel, if netconsole is built-in).
119 cd /sys/kernel/config/netconsole/
129 rmdir /sys/kernel/config/netconsole/othertarget/
193 cd /sys/kernel/config/netconsole && mkdir cmdline0
212 cd /sys/kernel/config/netconsole/cmdline0/userdata
216 the entry will be omitted from netconsole messages::
218 cd /sys/kernel/config/netconsole && mkdir cmdline0
[all …]
H A Dindex.rst85 netconsole
H A Dnetdevices.rst275 will be called with interrupts disabled by netconsole.
315 will be called with interrupts disabled by netconsole.
/linux-6.15/tools/testing/selftests/drivers/net/
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_sysdata.sh180 modprobe netconsole 2> /dev/null || true
/linux-6.15/Documentation/translations/zh_CN/admin-guide/
H A Dinit.rst32 ``console= device`` 或像 ``netconsole=`` 。
H A Dreporting-issues.rst898 粘贴它,试着用netconsole网络终端远程跟踪或者至少拍一张屏幕的照片。
/linux-6.15/Documentation/translations/zh_TW/admin-guide/
H A Dinit.rst35 ``console= device`` 或像 ``netconsole=`` 。
H A Dreporting-issues.rst899 粘貼它,試着用netconsole網絡終端遠程跟蹤或者至少拍一張屏幕的照片。
/linux-6.15/drivers/net/
H A 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
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…
1684 static struct console netconsole = { variable
1714 netconsole.flags |= CON_PRINTBUFFER; in init_netconsole()
1734 register_console(&netconsole); in init_netconsole()
1764 unregister_console(&netconsole); in cleanup_netconsole()
H A DMakefile24 obj-$(CONFIG_NETCONSOLE) += netconsole.o
/linux-6.15/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
H A Dkernel-parameters.txt818 Documentation/networking/netconsole.rst for an
/linux-6.15/
H A DMAINTAINERS16857 F: Documentation/networking/netconsole.rst
16858 F: drivers/net/netconsole.c