Searched refs:netconsole (Results 1 – 11 of 11) sorted by relevance
| /Linux-v4.19/Documentation/networking/ |
| D | netconsole.txt | 17 netconsole initializes immediately after NIC cards and will bring up 25 It takes a string configuration parameter "netconsole" in the 28 netconsole=[+][src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr] 41 linux netconsole=4444@10.0.0.1/eth1,9353@10.0.0.2/12:34:56:78:9a:bc 45 insmod netconsole netconsole=@/,@10.0.0.2/ 49 insmod netconsole netconsole=@/,@fd00:1:2:3::1/ 55 modprobe netconsole netconsole="@/,@10.0.0.2/;@/eth1,6892@10.0.0.3/" 57 Built-in netconsole starts immediately after the TCP stack is 82 Dynamic reconfigurability is a useful addition to netconsole that enables 85 [ Note that the parameters of netconsole targets that were specified/created [all …]
|
| D | netdevices.txt | 78 will be called with interrupts disabled by netconsole. 104 will be called with interrupts disabled by netconsole.
|
| D | 00-INDEX | 139 netconsole.txt 140 - The network console module netconsole.ko: configuration and notes.
|
| /Linux-v4.19/drivers/net/ |
| D | netconsole.c | 60 module_param_string(netconsole, config, MAX_PARAM_LENGTH, 0); 61 MODULE_PARM_DESC(netconsole, " netconsole=[src-port]@[src-ip]/[dev],[tgt-port]@<tgt-ip>/[tgt-macadd… 887 static struct console netconsole = { variable 913 netconsole.flags |= CON_PRINTBUFFER; in init_netconsole() 931 register_console(&netconsole); in init_netconsole() 960 unregister_console(&netconsole); in cleanup_netconsole()
|
| D | Makefile | 21 obj-$(CONFIG_NETCONSOLE) += netconsole.o
|
| D | Kconfig | 244 See <file:Documentation/networking/netconsole.txt> for details. 254 See <file:Documentation/networking/netconsole.txt> for details.
|
| /Linux-v4.19/Documentation/admin-guide/ |
| D | init.rst | 27 Try using a different ``console= device`` or e.g. ``netconsole=``.
|
| D | serial-console.rst | 57 ``Documentation/networking/netconsole.txt`` for information on that.)
|
| D | reporting-bugs.rst | 96 a netconsole trace, or type the message from your screen into the bug
|
| D | kernel-parameters.txt | 618 Documentation/networking/netconsole.txt for an
|
| /Linux-v4.19/Documentation/gpu/ |
| D | todo.rst | 332 harder, prevent the panic from going out on e.g. netconsole.
|