summaryrefslogtreecommitdiff
path: root/net/lwip
AgeCommit message (Expand)Author
2026-01-15net: lwip: nfs: Port the NFS code to work with lwIPAndrew Goodbody
2026-01-15net: Move some variables to net-common filesAndrew Goodbody
2026-01-15net:lwip: Add debug line to net-lwipAndrew Goodbody
2025-12-18net: lwip: tftp: Fix filename handlingAndrew Goodbody
2025-10-22net: make dhcp_run() common for NET and NET_LWIPJerome Forissier
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: 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-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-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-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: 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-11Merge patch series "Switch to using $(PHASE_) in Makefiles"Tom Rini
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-04-08Merge branch 'next'Tom Rini
2025-03-31net: lwip: Remove error print on failed txIlias Apalodimas
2025-03-31net: lwip: do_ping() should return CMD_RET_FAILURE when no deviceJerome Forissier
2025-03-11net: lwip: add support for built-in root certificatesJerome Forissier
2025-03-11net: lwip: extend wget to support CA (root) certificatesJerome Forissier
2025-03-11net: lwip: add CONFIG_LWIP_DEBUG_RXTXJerome Forissier
2025-03-11net: lwip: rename linkoutput() as net_lwip_tx()Jerome Forissier
2025-02-12net: Kconfig: depend on DM_RNG for WGET_HTTPSJerome Forissier
2025-02-12net: lwip: move eth_init() out of new_netif()Jerome Forissier
2024-12-25Merge tag 'v2025.01-rc5' into nextTom Rini
2024-12-19net: lwip: check if network device is available in do_dhcpHeinrich Schuchardt
2024-12-19net: lwip: do not return CMD_RET_USAGE if no interfaceHeinrich Schuchardt
2024-12-09Merge tag 'v2025.01-rc4' into nextTom Rini
2024-12-04efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wgetAdriano Cordova
2024-12-04net: wget: let wget_with_dns work with dns disabledAdriano Cordova