summaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-10net: Consolidate UDP header functionsDuncan Hare1-9/+26
2018-10-10net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger1-0/+8
2018-07-26net: Consolidate the parsing of bootfileJoe Hershberger1-0/+20
2018-07-26net: Read bootfile from env on netboot_common()Joe Hershberger1-20/+0
2018-07-26net: Make copy_filename() accept NULL srcJoe Hershberger1-2/+2
2018-07-26net: Re-check prerequisites when autoloadingJoe Hershberger1-0/+20
2018-07-26net: When checking prerequisites, consider boot_file_nameJoe Hershberger1-1/+6
2018-07-02net: Prefer command line argumentsAlexander Graf1-0/+2
2018-07-02net: Add new wol command - Wake on LANLothar Felten1-0/+19
2018-06-13net: Protect net_state from reentrant net_loop()Leonid Iziumtsev1-0/+3
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan1-0/+7
2018-05-11SPDX: Convert a few files that were missed beforeTom Rini1-1/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-22net: Fix netretry conditionLeonid Iziumtsev1-1/+1
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-1/+1
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-08-16env: Rename common functions related to setenv()Simon Glass1-2/+2
2017-08-07net: Fix compile failure in net.cHolger Dengler1-2/+2
2017-01-21status_led: Kconfig migrationUri Mashiach1-9/+11
2016-08-22net: Stop including NFS overhead in defragment maxJoe Hershberger1-9/+1
2016-05-27efi_loader: Add network access supportAlexander Graf1-2/+2
2016-01-07net: Fix delay in net_retry testJoe Hershberger1-4/+3
2015-11-20Move 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-22net: 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