summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2025-05-20net: lwip: tftp: time out if there is no reply from serverJerome Forissier
2025-05-20net-lwip: tftp: add LMB and buffer checksJerome Forissier
2025-05-20net-lwip: wget: add LMB and buffer checksJerome Forissier
2025-05-20net, net-lwip: wget: suppress console output when called by EFIJerome Forissier
2025-05-20net-lwip: change static function wget_loop() to be wget_do_request()Jerome Forissier
2025-04-23net: lwip: allow DM_DSA=y when NET_LWIP=yJerome Forissier
2025-04-23net: lwip: use timer_early_get_count() when CONFIG_SANDBOX_TIMER=yJerome Forissier
2025-04-23net: lwip: add restart support to pingJerome Forissier
2025-04-23net: lwip: provide net_start_again()Jerome Forissier
2025-04-23net: lwip: fix initialization sequence before a commandJerome Forissier
2025-04-23net: dhcpv6: remove excluded middle expressionBryan Brattlof