summaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)Author
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-02-13net: convert NET_MAXDEFRAG to KconfigRasmus Villemoes
2020-01-17common: Move the image globals into image.hSimon Glass
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass
2019-12-09net: avoid address-of-packed-member errorHeinrich Schuchardt
2019-12-09net: nfs: Only link in NFS code outside of SPL buildsTom Rini
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger
2019-12-02Drop CONFIG_SHOW_ACTIVITYSimon Glass
2019-09-04CVE: net: fix unbounded memcpy of UDP packetliucheng (G)
2019-09-04net: introduce packet capture supportRamon Fried
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
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