summaryrefslogtreecommitdiffstats
path: root/net/net.c
Commit message (Expand)AuthorAgeFilesLines
* net: move random_port() to dnsBaruch Siach2020-06-121-14/+0
* net: Fix error if some network features are disabledKrebs, Olaf2020-06-121-2/+4
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* net: convert NET_MAXDEFRAG to KconfigRasmus Villemoes2020-02-131-3/+0
* common: Move the image globals into image.hSimon Glass2020-01-171-0/+1
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-1/+1
* net: avoid address-of-packed-member errorHeinrich Schuchardt2019-12-091-13/+7
* net: nfs: Only link in NFS code outside of SPL buildsTom Rini2019-12-091-2/+2
* net: Always build the string_to_enetaddr() helperJoe Hershberger2019-12-091-12/+0
* Drop CONFIG_SHOW_ACTIVITYSimon Glass2019-12-021-3/+0
* CVE: net: fix unbounded memcpy of UDP packetliucheng (G)2019-09-041-0/+3
* net: introduce packet capture supportRamon Fried2019-09-041-0/+11
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass2019-08-111-0/+12
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* net: remove CONFIG_MCAST_TFTPChris Packham2019-01-241-7/+0
* net: explicitly assign errno to return code in case of network failureThomas RIENOESSL2019-01-241-0/+1
* net: Consolidate UDP header functionsDuncan Hare2018-10-101-9/+26
* net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger2018-10-101-0/+8
* net: Consolidate the parsing of bootfileJoe Hershberger2018-07-261-0/+20
* net: Read bootfile from env on netboot_common()Joe Hershberger2018-07-261-20/+0
* net: Make copy_filename() accept NULL srcJoe Hershberger2018-07-261-2/+2
* net: Re-check prerequisites when autoloadingJoe Hershberger2018-07-261-0/+20
* net: When checking prerequisites, consider boot_file_nameJoe Hershberger2018-07-261-1/+6
* net: Prefer command line argumentsAlexander Graf2018-07-021-0/+2
* net: Add new wol command - Wake on LANLothar Felten2018-07-021-0/+19
* net: Protect net_state from reentrant net_loop()Leonid Iziumtsev2018-06-131-0/+3
* net: fastboot: Merge AOSP UDP fastbootAlex Kiernan2018-05-301-0/+7
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-1/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* net: Fix netretry conditionLeonid Iziumtsev2018-03-221-1/+1
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-1/+1
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-3/+3
* env: Rename common functions related to setenv()Simon Glass2017-08-161-2/+2
* net: Fix compile failure in net.cHolger Dengler2017-08-071-2/+2
* status_led: Kconfig migrationUri Mashiach2017-01-211-9/+11
* net: Stop including NFS overhead in defragment maxJoe Hershberger2016-08-221-9/+1
* efi_loader: Add network access supportAlexander Graf2016-05-271-2/+2
* net: Fix delay in net_retry testJoe Hershberger2016-01-071-4/+3
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* net: Increase the size of the net_boot_file_name bufferJacob Stiffler2015-10-291-1/+1
* net/arp: account for ARP delay, avoid duplicate packets on timeoutStefan BrĂ¼ns2015-10-281-1/+3
* net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski2015-09-071-1/+1
* net: Return -EINTR when ctrl+c is pressedMichal Simek2015-08-211-0/+1
* net: Use env callbacks for net variablesJoe Hershberger2015-05-211-16/+89
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-181-90/+89
* net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger2015-04-181-13/+13
* net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger2015-04-181-1/+1