aboutsummaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-07net: Fix delay in net_retry testJoe Hershberger1-4/+3
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-10-29net: Increase the size of the net_boot_file_name bufferJacob Stiffler1-1/+1
2015-10-28net/arp: account for ARP delay, avoid duplicate packets on timeoutStefan BrĂ¼ns1-1/+3
2015-09-07net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski1-1/+1
2015-08-21net: Return -EINTR when ctrl+c is pressedMichal Simek1-0/+1
2015-05-21net: Use env callbacks for net variablesJoe Hershberger1-16/+89
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-90/+89
2015-04-18net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger1-13/+13
2015-04-18net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger1-1/+1
2015-04-18net: cosmetic: Clean up DNS variables and functionsJoe Hershberger1-1/+1
2015-04-18net: cosmetic: Clean up CDP variables and functionsJoe Hershberger1-1/+1
2015-04-18net: cosmetic: Clean up SNTP variables and functionsJoe Hershberger1-1/+1
2015-04-18net: cosmetic: Clean up RARP variables and functionsJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Clean up NFS variables and functionsJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Clean up DHCP variables and functionsJoe Hershberger1-4/+4
2015-04-18net: cosmetic: Clean up ARP variables and functionsJoe Hershberger1-8/+8
2015-04-18net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger1-3/+3
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-11/+0
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-21/+21
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-12/+12
2015-04-18net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger1-6/+0
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger1-13/+13
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-49/+51
2015-04-18net: Improve error handlingJoe Hershberger1-8/+18
2015-04-18net: Clean up network stack names used in DM driversJoe Hershberger1-11/+19
2015-04-18net: Make netretry actually do somethingJoe Hershberger1-2/+6
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-4/+3
2015-04-18net: Provide a function to get the current MAC addressJoe Hershberger1-1/+1
2015-02-12net: Use new checksum functionsSimon Glass1-23/+2
2014-10-10SPDX License cleanup for LiMon imported filesWolfgang Denk1-0/+1
2014-08-09net: BOOTP retry timeout improvementsStephen Warren1-2/+2
2014-06-19fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPLHannes Petermaier1-2/+2
2013-08-26NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is definedJim Lin1-0/+11
2013-06-19NET: Fix system hanging if NET device is not installedJim Lin1-1/+2
2013-02-28net: Use new numeric setenv functionsSimon Glass1-6/+2
2012-12-13env: Add a bootfile env handlerJoe Hershberger1-0/+17
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-17/+15
2012-11-04net/: sparse fixesKim Phillips1-1/+1
2012-10-03net: fix netconsole filteringJoe Hershberger1-1/+1
2012-09-24net: Filter incoming netconsole packets by IPJoe Hershberger1-0/+1
2012-09-24net: Improve the speed of netconsoleJoe Hershberger1-6/+20
2012-09-24net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000Tetsuyuki Kobayashi1-1/+1
2012-07-24net: Make sure the ethaddr is updated in net_init()Joe Hershberger1-2/+1
2012-05-23net: Allow filtering on debug traces in the net subsystemJoe Hershberger1-11/+29
2012-05-23net: Add link-local addressing supportJoe Hershberger1-0/+13
2012-05-23net: Don't copy every packet that waits for an ARPJoe Hershberger1-18/+6
2012-05-23net: Fix net buffer initializationJoe Hershberger1-14/+31
2012-05-23net: Remove unused parameter from NetInitLoop()Joe Hershberger1-2/+2
2012-05-23net: Add net_update_ether() to handle ARP and Ping repliesJoe Hershberger1-0/+23