summaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)Author
2022-06-03net: Check for the minimum IP fragmented datagram sizeFabio Estevam
2022-04-22Allow colon in PXE bootfile URLsLyle Franklin
2022-01-21net: Drop #ifdefs with CONFIG_BOOTP_SERVERIPSimon Glass
2022-01-21Convert CONFIG_UDP_CHECKSUM to KconfigSimon Glass
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-01-27net: fix ping in netconsoleYang Liu
2020-10-10net: Expose some errors generated in net_initSean Anderson
2020-09-30sntp: use udp frameworkPhilippe Reynes
2020-09-30net: add a generic udp protocolPhilippe Reynes
2020-08-04net: ping: reset stored IP addressMarek Szyprowski
2020-06-12net: move random_port() to dnsBaruch Siach
2020-06-12net: Fix error if some network features are disabledKrebs, Olaf
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