summaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)Author
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham
2019-01-24net: explicitly assign errno to return code in case of network failureThomas RIENOESSL
2018-10-10net: Consolidate UDP header functionsDuncan Hare
2018-10-10net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger
2018-07-26net: Consolidate the parsing of bootfileJoe Hershberger
2018-07-26net: Read bootfile from env on netboot_common()Joe Hershberger
2018-07-26net: Make copy_filename() accept NULL srcJoe Hershberger
2018-07-26net: Re-check prerequisites when autoloadingJoe Hershberger
2018-07-26net: When checking prerequisites, consider boot_file_nameJoe Hershberger
2018-07-02net: Prefer command line argumentsAlexander Graf
2018-07-02net: Add new wol command - Wake on LANLothar Felten
2018-06-13net: Protect net_state from reentrant net_loop()Leonid Iziumtsev
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-22net: Fix netretry conditionLeonid Iziumtsev
2017-08-16env: Rename some other getenv()-related functionsSimon Glass
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename common functions related to setenv()Simon Glass
2017-08-07net: Fix compile failure in net.cHolger Dengler
2017-01-21status_led: Kconfig migrationUri Mashiach
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