summaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)Author
2026-02-06net: Stop conflating return value with file size in net_loop()Yuya Hamamachi
2026-01-15net: Move some variables to net-common filesAndrew Goodbody
2026-01-15net: move net_state to net-commonAndrew Goodbody
2025-12-05net: remove unreachable legacy LED codeQuentin Schulz
2025-08-18net: introduce CONFIG_DNSJerome Forissier
2025-08-18net: add missing SPDX-License-Identifier for files originating from LiMonMax Merchel
2025-04-08use proper fallthrough annotationsAndre Przywara
2024-12-28net/net: fix include orderingMikhail Kshevetskiy
2024-12-28net/tcp: improve tcp framework, use better state machineMikhail Kshevetskiy
2024-12-28net/tcp: add connection info to tcp_stream structureMikhail Kshevetskiy
2024-12-28net/tcp: put connection specific data into a tcp_stream structureMikhail Kshevetskiy
2024-11-18net: net_utils: Move ip_to_string to lib/net_utils.cAdriano Cordova
2024-10-16net: split net into net{,-common,-legacy,-lwip}Jerome Forissier
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-10tftp: implement support for LED activityChristian Marangi
2024-09-10net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT)Jerome Forissier
2024-07-15net: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06net: Remove <common.h> and add needed includesTom Rini
2023-11-05net: Add option for tracing packetsSean Anderson
2023-10-17net: Fix compiling SPL when fastboot is enabledSean Anderson
2023-08-22net: Fix the displayed value of bytes transferredSiddharth Vadapalli
2023-05-05net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi
2023-05-05net: add fastboot TCP supportDmitrii Merkurev
2023-05-05net: dhcp6: Add DHCPv6 (DHCP for IPv6)Sean Edmond
2023-01-23sandbox: Allow ethernet to be disabled at runtimeSimon Glass
2022-12-22net: ipv6: Add missing break into IPv6 protocol handlerViacheslav Mitrofanov
2022-12-05net: ping6: Add ping6 commandViacheslav Mitrofanov
2022-12-05net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov
2022-12-05net: ipv6: Incorporate IPv6 support into u-boot net subsystemViacheslav Mitrofanov
2022-11-28net: Add wget applicationYing-Chun Liu (PaulLiu)
2022-11-28net: Add TCP protocolYing-Chun Liu (PaulLiu)
2022-11-28net: deal with fragment-overlapping-two-holes caseRasmus Villemoes
2022-11-28net: fix ip_len in reassembled IP datagramRasmus Villemoes
2022-11-28net: (actually/better) deal with CVE-2022-{30790,30552}Rasmus Villemoes
2022-11-28net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr)Rasmus Villemoes
2022-11-28net: improve check for no IP optionsRasmus Villemoes
2022-10-21cmd: Add ncsi commandSamuel Mendoza-Jonas
2022-10-21net: NC-SI setup and handlingSamuel Mendoza-Jonas
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
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