summaryrefslogtreecommitdiffstats
path: root/drivers/net/netconsole.c
Commit message (Expand)AuthorAgeFilesLines
* video: Drop DEV_FLAGS_SYSTEM flagBin Meng2015-11-051-1/+1
* net: fix netconsole when CONFIG_DM_ETH is setBernhard Nortmann2015-09-291-3/+11
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-181-6/+6
* net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger2015-04-181-15/+17
* net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger2015-04-181-6/+7
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-2/+2
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-181-18/+19
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-181-2/+2
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-231-5/+5
* netconsole loses 2nd character of inputSuriyan Ramasami2013-11-081-0/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* net: Filter incoming netconsole packets by IPJoe Hershberger2012-09-241-2/+6
* net: Allow netconsole settings to change after nc_startJoe Hershberger2012-09-241-31/+65
* net: Improve the speed of netconsoleJoe Hershberger2012-09-241-4/+18
* net: Make the netconsole buffer size configurableJoe Hershberger2012-09-241-2/+6
* net: Make netconsole src and dest ports configurableJoe Hershberger2012-09-241-9/+20
* net: Allow filtering on debug traces in the net subsystemJoe Hershberger2012-05-231-0/+4
* net: Make sure NetLoop is initialized when using NetConsoleJoe Hershberger2012-05-231-0/+6
* net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger2012-05-231-2/+2
* net: Refactor to protect access to the NetState variableJoe Hershberger2012-05-231-3/+3
* net: cosmetic: Un-typedef IP_tJoe Hershberger2012-05-231-2/+2
* net: cosmetic: netconsole.c checkpatch complianceJoe Hershberger2012-05-151-60/+62
* netconsole: support packets longer than 512 bytesMichael Walle2011-10-091-4/+7
* NET: pass source IP address to packet handlersLuca Ceresoli2011-05-121-2/+3
* netconsole: mark local funcs with staticMike Frysinger2010-01-181-5/+5
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-181-3/+3
* net: Conditional COBJS inclusion of network driversShinya Kuribayashi2008-06-091-5/+0
* drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD2007-11-251-0/+267
OpenPOWER on IntegriCloud