summaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-01-27net: fix ping in netconsoleYang Liu1-1/+1
2020-10-10net: Expose some errors generated in net_initSean Anderson1-4/+11
2020-09-30sntp: use udp frameworkPhilippe Reynes1-30/+1
2020-09-30net: add a generic udp protocolPhilippe Reynes1-1/+12
2020-08-05net: ping: reset stored IP addressMarek Szyprowski1-0/+4
2020-06-12net: move random_port() to dnsBaruch Siach1-14/+0
2020-06-12net: Fix error if some network features are disabledKrebs, Olaf1-2/+4
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-02-13net: convert NET_MAXDEFRAG to KconfigRasmus Villemoes1-3/+0
2020-01-17common: Move the image globals into image.hSimon Glass1-0/+1
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-1/+1
2019-12-09net: avoid address-of-packed-member errorHeinrich Schuchardt1-13/+7
2019-12-09net: nfs: Only link in NFS code outside of SPL buildsTom Rini1-2/+2
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger1-12/+0
2019-12-03Drop CONFIG_SHOW_ACTIVITYSimon Glass1-3/+0
2019-09-04CVE: net: fix unbounded memcpy of UDP packetliucheng (G)1-0/+3
2019-09-04net: introduce packet capture supportRamon Fried1-0/+11
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass1-0/+12
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham1-7/+0
2019-01-24net: explicitly assign errno to return code in case of network failureThomas RIENOESSL1-0/+1
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