summaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)Author
2016-08-22net: Stop including NFS overhead in defragment maxJoe Hershberger
2016-05-27efi_loader: Add network access supportAlexander Graf
2016-01-07net: Fix delay in net_retry testJoe Hershberger
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-10-29net: Increase the size of the net_boot_file_name bufferJacob Stiffler
2015-10-28net/arp: account for ARP delay, avoid duplicate packets on timeoutStefan BrĂ¼ns
2015-09-07net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski
2015-08-21net: Return -EINTR when ctrl+c is pressedMichal Simek
2015-05-21net: Use env callbacks for net variablesJoe Hershberger
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger
2015-04-18net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up DNS variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up CDP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up SNTP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up RARP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up NFS variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up DHCP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up ARP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2015-04-18net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger
2015-04-18net: Improve error handlingJoe Hershberger
2015-04-18net: Clean up network stack names used in DM driversJoe Hershberger
2015-04-18net: Make netretry actually do somethingJoe Hershberger
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger
2015-04-18net: Provide a function to get the current MAC addressJoe Hershberger
2015-02-12net: Use new checksum functionsSimon Glass
2014-10-10SPDX License cleanup for LiMon imported filesWolfgang Denk
2014-08-09net: BOOTP retry timeout improvementsStephen Warren
2014-06-19fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPLHannes Petermaier
2013-08-26NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is definedJim Lin
2013-06-19NET: Fix system hanging if NET device is not installedJim Lin
2013-02-28net: Use new numeric setenv functionsSimon Glass
2012-12-13env: Add a bootfile env handlerJoe Hershberger
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger
2012-11-04net/: sparse fixesKim Phillips
2012-10-03net: fix netconsole filteringJoe Hershberger
2012-09-24net: Filter incoming netconsole packets by IPJoe Hershberger
2012-09-24net: Improve the speed of netconsoleJoe Hershberger
2012-09-24net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000Tetsuyuki Kobayashi
2012-07-24net: Make sure the ethaddr is updated in net_init()Joe Hershberger
2012-05-23net: Allow filtering on debug traces in the net subsystemJoe Hershberger
2012-05-23net: Add link-local addressing supportJoe Hershberger
2012-05-23net: Don't copy every packet that waits for an ARPJoe Hershberger
2012-05-23net: Fix net buffer initializationJoe Hershberger