aboutsummaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-05net: Add option for tracing packetsSean Anderson1-0/+3
2023-10-17net: Fix compiling SPL when fastboot is enabledSean Anderson1-2/+2
2023-08-22net: Fix the displayed value of bytes transferredWIP/2023-08-22-assorted-code-cleanupsSiddharth Vadapalli1-1/+1
2023-05-05net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi1-2/+21
2023-05-05net: add fastboot TCP supportDmitrii Merkurev1-5/+12
2023-05-05net: dhcp6: Add DHCPv6 (DHCP for IPv6)Sean Edmond1-2/+9
2023-01-23sandbox: Allow ethernet to be disabled at runtimeSimon Glass1-0/+4
2022-12-22net: ipv6: Add missing break into IPv6 protocol handlerViacheslav Mitrofanov1-0/+1
2022-12-05net: ping6: Add ping6 commandViacheslav Mitrofanov1-0/+13
2022-12-05net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov1-2/+15
2022-12-05net: ipv6: Incorporate IPv6 support into u-boot net subsystemViacheslav Mitrofanov1-1/+22
2022-11-28net: Add wget applicationYing-Chun Liu (PaulLiu)1-0/+6
2022-11-28net: Add TCP protocolYing-Chun Liu (PaulLiu)1-0/+30
2022-11-28net: deal with fragment-overlapping-two-holes caseRasmus Villemoes1-3/+7
2022-11-28net: fix ip_len in reassembled IP datagramRasmus Villemoes1-2/+2
2022-11-28net: (actually/better) deal with CVE-2022-{30790,30552}Rasmus Villemoes1-1/+9
2022-11-28net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr)Rasmus Villemoes1-2/+6
2022-11-28net: improve check for no IP optionsRasmus Villemoes1-1/+1
2022-10-21cmd: Add ncsi commandSamuel Mendoza-Jonas1-0/+1
2022-10-21net: NC-SI setup and handlingSamuel Mendoza-Jonas1-1/+25
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2022-06-03net: Check for the minimum IP fragmented datagram sizeFabio Estevam1-0/+3
2022-04-22Allow colon in PXE bootfile URLsLyle Franklin1-2/+7
2022-01-21net: Drop #ifdefs with CONFIG_BOOTP_SERVERIPSimon Glass1-12/+12
2022-01-21Convert CONFIG_UDP_CHECKSUM to KconfigSimon Glass1-3/+1
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-04net: 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-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: 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-02Drop 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-11env: 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