summaryrefslogtreecommitdiff
path: root/drivers/net/netconsole.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-08-11env: Move get_env_id() to env.hSimon Glass1-2/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-01-15net: Fix buffer overrun error in netconsoleJoe Hershberger1-2/+5
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-3/+3
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-4/+4
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng1-1/+1
2015-09-30net: fix netconsole when CONFIG_DM_ETH is setBernhard Nortmann1-3/+11
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-6/+6
2015-04-18net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger1-15/+17
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-6/+7
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-18/+19
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-2/+2
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-5/+5
2013-11-09netconsole loses 2nd character of inputSuriyan Ramasami1-0/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-09-24net: Filter incoming netconsole packets by IPJoe Hershberger1-2/+6
2012-09-24net: Allow netconsole settings to change after nc_startJoe Hershberger1-31/+65
2012-09-24net: Improve the speed of netconsoleJoe Hershberger1-4/+18
2012-09-24net: Make the netconsole buffer size configurableJoe Hershberger1-2/+6
2012-09-24net: Make netconsole src and dest ports configurableJoe Hershberger1-9/+20
2012-05-24net: Allow filtering on debug traces in the net subsystemJoe Hershberger1-0/+4
2012-05-24net: Make sure NetLoop is initialized when using NetConsoleJoe Hershberger1-0/+6
2012-05-24net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger1-2/+2
2012-05-24net: Refactor to protect access to the NetState variableJoe Hershberger1-3/+3
2012-05-24net: cosmetic: Un-typedef IP_tJoe Hershberger1-2/+2
2012-05-16net: cosmetic: netconsole.c checkpatch complianceJoe Hershberger1-60/+62
2011-10-10netconsole: support packets longer than 512 bytesMichael Walle1-4/+7
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli1-2/+3
2010-01-18netconsole: mark local funcs with staticMike Frysinger1-5/+5
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-06-10net: Conditional COBJS inclusion of network driversShinya Kuribayashi1-5/+0
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-0/+267