summaryrefslogtreecommitdiffstats
path: root/doc/README.NetConsole
Commit message (Collapse)AuthorAgeFilesLines
* net: Make the netconsole buffer size configurableJoe Hershberger2012-09-241-0/+2
| | | | | | | | | Allow a board to configure a larger buffer for netconsole, but leave the default. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Cc: Mike Frysinger <vapier@gentoo.org> Acked-by: Mike Frysinger <vapier@gentoo.org>
* net: Make netconsole src and dest ports configurableJoe Hershberger2012-09-241-0/+3
| | | | | | | | | | | | | | | It is desirable to use different port numbers for sending and receiving packets with netconsole in the case where you have more than one device on the local subnet with netconsole enabled for broadcast. When they use the same port for both, any output from one will look like input to the other. This is typlically not desirable. This patch allows the input and output ports to be specified separately in the environment. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Cc: Mike Frysinger <vapier@gentoo.org> Acked-by: Mike Frysinger <vapier@gentoo.org>
* tools/netconsole: use ncb automatically if availableMike Frysinger2009-09-151-21/+3
| | | | | | | | The standard netcat, while ubiquitous, doesn't handle broadcast udp packets properly. The local ncb util does however. So if ncb can be located in the standard locations, automatically use that instead. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* tools/Makefile: Compile ncb when CONFIG_NETCONSOLEPeter Tyser2009-04-041-4/+2
| | | | | | Also conditionally add ncb.o to OBJ_FILES list Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* tools/netconsole: new script for working with netconsole over UDPMike Frysinger2008-12-101-14/+4
| | | | | | | | | | While the doc/README.NetConsole does have a snippet for people to create their own netcat script, it's a lot easier to make a simple dedicated script and tell people to use it. Also spruce it up a bit to make it user friendly. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Update usage of 'nc' in README.NetConsoleIgor Marnat2007-04-041-0/+5
| | | | | | | | Added information about usage of NetConsole on systems where the -l and -p switches are mutually exclusive. Signed-off-by: Igor Marnat <marny@rambler.ru> Signed-off-by: Ben Warren <bwarren@qstreams.com>
* * Patch by Richard Klingler, 03 Apr 2005:wdenk2005-04-031-1/+26
| | | | | | | | | Add call to eth_halt() in net/net.c when called functions fail after eth_init() has been called. * Patch by Sam Song, 3 April 2005: - Update README.Netconsole - Update README
* * Clean up CMC PU2 flash driverwdenk2004-12-101-1/+4
| | | | | | * Update MAINTAINERS file * Fix bug in MPC823 LCD driver
* * Patch by Detlev Zundel, 08 Sep 2004:wdenk2004-09-081-0/+21
| | | | | | | | | | | Update etags build target * Improve NetConsole support: add support for broadcast destination address and buffered input. * Cleanup compiler warnings for GCC 3.3.x and later * Fix problem in cmd_jffs2.c introduced by CFG_JFFS_SINGLE_PART patch
* Add support for console over UDP (compatible to Ingo Molnar'swdenk2004-08-021-0/+68
netconsole patch under Linux)
OpenPOWER on IntegriCloud