summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-01-15net: tftpput: Rework to exclude code from xPL phasesTom Rini
2026-01-15net: lwip: nfs: Port the NFS code to work with lwIPAndrew Goodbody
2026-01-15net: nfs: Move most NFS code to common filesAndrew Goodbody
2026-01-15net: nfs: Add licence headerAndrew Goodbody
2026-01-15net: Move some variables to net-common filesAndrew Goodbody
2026-01-15net: move net_state to net-commonAndrew Goodbody
2026-01-15net:lwip: Add debug line to net-lwipAndrew Goodbody
2025-12-22Merge tag 'v2026.01-rc5' into nextTom Rini
2025-12-18net: lwip: tftp: Fix filename handlingAndrew Goodbody
2025-12-05net: remove unreachable legacy LED codeQuentin Schulz
2025-12-01net: tftp: Remove tftp_init_load_addr error pathLeonard Anderweit
2025-10-24bootstd: make it possible to use tftp for netboot with standardbootBenjamin Hahn
2025-10-22net: bootp: Prevent buffer overflow to avoid leaking the RAM contentPaul HENRYS
2025-10-22net: make dhcp_run() common for NET and NET_LWIPJerome Forissier
2025-10-22net: Remove BOOTP_VENDOREX supportTom Rini
2025-10-22net: Add SYS_FAULT_MII_ADDR to KconfigTom Rini
2025-10-22tftp: make TFTP ports unconditionally configurableAlvin Šipraga
2025-10-10net: mdio-uclass: introduce dm_eth_phy_connect_interface()Matthias Schiffer
2025-09-30net: lwip: ensure alignment of packet buffersTim Harvey
2025-09-30net: lwip: dhcp: set ntpserverip environment variableJerome Forissier
2025-09-30net: lwip: dhcp: make NTP servers usable by the sntp commandJerome Forissier
2025-08-18net: lwip: ping: set net_try_count to 1Jerome Forissier
2025-08-18net: introduce CONFIG_DNSJerome Forissier
2025-08-18net: add missing SPDX-License-Identifier for files originating from LiMonMax Merchel
2025-08-18net: lwip: add Kconfig option to show ICMP unreachable errorsJerome Forissier
2025-08-01net: lwip: remove eth_init from net_init as it is called laterTim Harvey
2025-08-01net: lwip: simplify net_lwip_eth_startTim Harvey
2025-08-01net: wget: Fix comparison of unsigned variableAndrew Goodbody
2025-08-01net: Incorrect NOP macro used for testAndrew Goodbody
2025-07-08net: extract function net_sntp_set_rtc() from sntp_handler()Jerome Forissier
2025-07-08lwip: add net_lwip_dns_resolve()Jerome Forissier
2025-07-08lwip: split net/lwip/wget.cJerome Forissier
2025-07-08lwip: move net/lwip/ping.c to cmd/lwipJerome Forissier
2025-07-08lwip: move net/lwip/dns.c to cmd/lwipJerome Forissier
2025-07-08lwip: remove net/lwip/eth_internal.hJerome Forissier
2025-07-08net: lwip: wget: initialize dns if a hostname is used in a URLTim Harvey
2025-07-08net: lwip: move dns init to common functionTim Harvey
2025-07-08net: lwip: tftp: add support for setting blocksize at runtimeTim Harvey
2025-07-08net: lwip: call sys_check_timeouts and schedule on rxTim Harvey
2025-06-26net: consolidate PXE processor architecture type KconfigHeinrich Schuchardt
2025-05-29Merge patch series "Remove <env.h> from <net.h>"Tom Rini
2025-05-29global: Avoid indirect inclusion of <env.h> from <net.h>Tom Rini
2025-05-29net: Include env.h in pcap.cSimon Glass
2025-05-29net: Remove env_get_ip helper() functionTom Rini
2025-05-26Merge tag 'v2025.07-rc3' into nextTom Rini
2025-05-23net: tftp: don't call stop callback from UDP handlerAlexander Sverdlin
2025-05-23Merge patch series "BOOTP/DHCPv4 enhancements"Tom Rini
2025-05-23net: bootp: add config option BOOTP_RANDOM_XIDSean Edmond
2025-05-23net: bootp: BOOTP/DHCPv4 retransmission improvementsSean Edmond
2025-05-23net: Enhancements for dhcp option 209Sean Edmond