Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dnetconsole.rst32 netconsole initializes immediately after NIC cards and will bring up
40 It takes a string configuration parameter "netconsole" in the
43 netconsole=[+][r][src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr]
57 linux netconsole=4444@10.0.0.1/eth1,9353@10.0.0.2/12:34:56:78:9a:bc
61 insmod netconsole netconsole=@/,@10.0.0.2/
65 insmod netconsole netconsole=@/,@fd00:1:2:3::1/
69 linux netconsole=4444@10.0.0.1/22:33:44:55:66:77,9353@10.0.0.2/12:34:56:78:9a:bc
75 modprobe netconsole netconsol
[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/
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
33 # Create the command line for netconsole, with the configuration from the
38 modprobe netconsole "${CMDLINE}"
40 # Listed for netconsole port inside the namespace and destination interface
H A Dnetcons_overflow.sh17 # This is coming from netconsole code. Check for it in drivers/net/netconsole.c
52 modprobe netconsole 2> /dev/null || true
57 # Remove the namespace, interfaces and netconsole target on exit
61 # Create a dynamic target for netconsole
H A Dnetcons_basic.sh9 # target on netconsole, pointing to the destination IP address.
24 modprobe netconsole 2> /dev/null || true
33 # Remove the namespace, interfaces and netconsole target on exit
44 # Create a dynamic target for netconsole
52 # Listed for netconsole port inside the namespace and
H A Dnetcons_fragmented_msg.sh4 # Test netconsole's message fragmentation functionality.
6 # When a message exceeds the maximum packet size, netconsole splits it into
22 modprobe netconsole 2> /dev/null || true
63 # Discard the netconsole headers, and assemble the full message
86 # Remove the namespace, interfaces and netconsole target on exit
90 # Create a dynamic target for netconsole
100 # Listen for netconsole port inside the namespace and destination interface
H A Dnetcons_sysdata.sh88 # 6.11.1-0_fbk0_rc13_509_g30d75cea12f7,13,1822,115075213798,-;netconsole selftest: netcons_gtJHM
192 # Listen for netconsole port inside the namespace and destination
208 modprobe netconsole 2> /dev/null || true
217 # Remove the namespace, interfaces and netconsole target on exit
221 # Create a dynamic target for netconsole
/linux/drivers/net/
H A Dnetconsole.c3 * linux/drivers/net/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-macaddr]");
72 __setup("netconsole=", option_setup);
92 static struct console netconsole_ext, netconsole; variable
121 * struct netconsole_target - Represents a configured netconsole target.
250 nt->np.name = "netconsole"; in alloc_and_init()
308 * /sys/kernel/config/netconsole/
508 console_is_registered(&netconsole)) in unregister_netcons_consoles()
1926 static struct console netconsole = { global() variable
[all...]
H A DKconfig351 See <file:Documentation/networking/netconsole.rst> for details.
361 See <file:Documentation/networking/netconsole.rst> for details.
368 Set extended log support for netconsole message. If this option is
371 <file:Documentation/networking/netconsole.rst> for details.
378 Set kernel release to be prepended to each netconsole message by
380 the first field of every netconsole message, so, the netconsole
382 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.rst
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dinit.rst35 ``console= device`` 或像 ``netconsole=`` 。
H A Dreporting-issues.rst
/linux/Documentation/translations/zh_CN/networking/
H A Dindex.rst103 * netconsole
/linux/tools/testing/selftests/drivers/net/lib/sh/
H A Dlib_netcons.sh4 # This file contains functions and helpers to support the netconsole
21 MSG="netconsole selftest"
26 NETCONS_CONFIGFS="/sys/kernel/config/netconsole"
143 # load the netconsole driver configuration. The console message
148 # Generate the command line argument for netconsole following:
149 # netconsole=[+][src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr]
156 echo "netconsole=\"+${SRCPORT}@${SRCIP}/${SRCIF},${TGTPORT}@${DSTIP}/${DSTMAC}\""
181 # delete netconsole dynamic reconfiguration
242 # 6.11.1-0_fbk0_rc13_509_g30d75cea12f7,13,1822,115075213798,-;netconsole selftest: netcons_gtJHM
336 # Check if netconsole wa
[all...]
/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/
H A DMAINTAINERS17424 F: Documentation/networking/netconsole.rst
17425 F: drivers/net/netconsole.c