summaryrefslogtreecommitdiffstats
path: root/net/net.c
Commit message (Expand)AuthorAgeFilesLines
* net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski2015-09-071-1/+1
* net: Return -EINTR when ctrl+c is pressedMichal Simek2015-08-211-0/+1
* net: Use env callbacks for net variablesJoe Hershberger2015-05-211-16/+89
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-181-90/+89
* net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger2015-04-181-13/+13
* net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger2015-04-181-1/+1
* net: cosmetic: Clean up DNS variables and functionsJoe Hershberger2015-04-181-1/+1
* net: cosmetic: Clean up CDP variables and functionsJoe Hershberger2015-04-181-1/+1
* net: cosmetic: Clean up SNTP variables and functionsJoe Hershberger2015-04-181-1/+1
* net: cosmetic: Clean up RARP variables and functionsJoe Hershberger2015-04-181-2/+2
* net: cosmetic: Clean up NFS variables and functionsJoe Hershberger2015-04-181-2/+2
* net: cosmetic: Clean up DHCP variables and functionsJoe Hershberger2015-04-181-4/+4
* net: cosmetic: Clean up ARP variables and functionsJoe Hershberger2015-04-181-8/+8
* net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger2015-04-181-3/+3
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-11/+0
* net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger2015-04-181-21/+21
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-12/+12
* net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger2015-04-181-6/+0
* net: cosmetic: Fixup var names related to boot fileJoe Hershberger2015-04-181-13/+13
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-181-49/+51
* net: Improve error handlingJoe Hershberger2015-04-181-8/+18
* net: Clean up network stack names used in DM driversJoe Hershberger2015-04-181-11/+19
* net: Make netretry actually do somethingJoe Hershberger2015-04-181-2/+6
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-181-4/+3
* net: Provide a function to get the current MAC addressJoe Hershberger2015-04-181-1/+1
* net: Use new checksum functionsSimon Glass2015-02-121-23/+2
* SPDX License cleanup for LiMon imported filesWolfgang Denk2014-10-101-0/+1
* net: BOOTP retry timeout improvementsStephen Warren2014-08-091-2/+2
* fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPLHannes Petermaier2014-06-191-2/+2
* NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is definedJim Lin2013-08-261-0/+11
* NET: Fix system hanging if NET device is not installedJim Lin2013-06-191-1/+2
* net: Use new numeric setenv functionsSimon Glass2013-02-281-6/+2
* env: Add a bootfile env handlerJoe Hershberger2012-12-131-0/+17
* env: Use getenv_yesno() more generallyJoe Hershberger2012-12-131-17/+15
* net/: sparse fixesKim Phillips2012-11-041-1/+1
* net: fix netconsole filteringJoe Hershberger2012-10-031-1/+1
* net: Filter incoming netconsole packets by IPJoe Hershberger2012-09-241-0/+1
* net: Improve the speed of netconsoleJoe Hershberger2012-09-241-6/+20
* net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000Tetsuyuki Kobayashi2012-09-241-1/+1
* net: Make sure the ethaddr is updated in net_init()Joe Hershberger2012-07-241-2/+1
* net: Allow filtering on debug traces in the net subsystemJoe Hershberger2012-05-231-11/+29
* net: Add link-local addressing supportJoe Hershberger2012-05-231-0/+13
* net: Don't copy every packet that waits for an ARPJoe Hershberger2012-05-231-18/+6
* net: Fix net buffer initializationJoe Hershberger2012-05-231-14/+31
* net: Remove unused parameter from NetInitLoop()Joe Hershberger2012-05-231-2/+2
* net: Add net_update_ether() to handle ARP and Ping repliesJoe Hershberger2012-05-231-0/+23
* net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger2012-05-231-33/+62
* net: Refactor to protect access to the NetState variableJoe Hershberger2012-05-231-9/+12
* net: Refactor to use NetSendPacket instead of eth_send directlyJoe Hershberger2012-05-231-8/+1
* net: Refactor NetSendUDPPacket to share more codeJoe Hershberger2012-05-231-19/+25
OpenPOWER on IntegriCloud