/linux/Documentation/networking/ |
H A D | netconsole.rst | 32 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 D | index.rst | 84 netconsole
|
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 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 D | netcons_overflow.sh | 17 # 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 D | netcons_basic.sh | 9 # 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 D | netcons_fragmented_msg.sh | 4 # 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 D | netcons_sysdata.sh | 88 # 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 D | netconsole.c | 3 * 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 D | Kconfig | 351 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 D | Makefile | 25 obj-$(CONFIG_NETCONSOLE) += netconsole.o
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | init.rst | 32 ``console= device`` 或像 ``netconsole=`` 。
|
H A D | reporting-issues.rst |
|
/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | init.rst | 35 ``console= device`` 或像 ``netconsole=`` 。
|
H A D | reporting-issues.rst |
|
/linux/Documentation/translations/zh_CN/networking/ |
H A D | index.rst | 103 * netconsole
|
/linux/tools/testing/selftests/drivers/net/lib/sh/ |
H A D | lib_netcons.sh | 4 # 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 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 | reporting-issues.rst | 1161 include it. If you can't copy'n'paste it, try to capture a netconsole trace
|
/linux/ |
H A D | MAINTAINERS | 17424 F: Documentation/networking/netconsole.rst 17425 F: drivers/net/netconsole.c
|