summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-04miiphy: define mii_devs with LIST_HEAD()Weijie Gao
2025-02-28legacy-net: wget: fix wget_info handling after new tcp legacy stackAdriano Cordova
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
2025-01-05net: eth_bootdev_hunt() should not run DHCPHeinrich Schuchardt
2025-01-01Fix neighbor discovery ethernet address savingSean Edmond
2025-01-01net: tftpput: reset timeout_count when an ACK is receivedJerome Forissier
2025-01-01net: tftpboot: clear timeout_count on every successful blockMikhail Kshevetskiy
2024-12-28net/net: fix include orderingMikhail Kshevetskiy
2024-12-28net/tcp: define a fallback value for rcv_wnd sizeMikhail Kshevetskiy
2024-12-28net/tcp: simplify tcp header filling codeMikhail Kshevetskiy
2024-12-28net/tcp: improve tcp framework, use better state machineMikhail Kshevetskiy
2024-12-28net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irsMikhail 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-12-28net/tcp: fix selective acknowledgeMikhail Kshevetskiy
2024-12-28net/tcp: fix TCP options processingMikhail Kshevetskiy
2024-12-25Merge tag 'v2025.01-rc5' into nextTom Rini
2024-12-20net: renesas: Enable TFTP_TSIZE on all Renesas hardwareMarek Vasut
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
2024-12-04net-lwip: zero terminate string with headers in wget_lwip_fill_info()Adriano Cordova
2024-12-04net: zero terminate string with headers in wget_fill_info()Heinrich Schuchardt
2024-12-04lwip: wget: pass port and server_name via wget_ctxAdriano Cordova
2024-11-30net: lwip: wget: fix legacy syntaxJerome Forissier
2024-11-25Merge tag 'v2025.01-rc3' into nextTom Rini
2024-11-22net: lwip: dhcp: support arguments for TFTP file downloadJerome Forissier
2024-11-22net: lwip: provide entropy to MBed TLS in one goIlias Apalodimas
2024-11-22net: lwip: fix get_udev_ipv4_info()Jerome Forissier
2024-11-22net: lwip: fix dhcp_loop()Jerome Forissier
2024-11-18Kconfig: describe NET, NO_NET, LWIP_DEBUG and LWIP_ASSERTJerome Forissier
2024-11-18net: lwip/wget: correct SERVER_NAME_SIZEHeinrich Schuchardt
2024-11-18net: net_utils: Move ip_to_string to lib/net_utils.cAdriano Cordova
2024-11-16net/lwip: wget: integrate struct wget_info into wget codeAdriano Cordova
2024-11-16net/lwip: wget: put server_name and port into wget_ctxAdriano Cordova
2024-11-16net: wget: make wget_with_dns return value compatible with its lwip versionAdriano Cordova
2024-11-16net: wget: integrate struct wget_info into legacy wget codeAdriano Cordova
2024-11-16net: wget: Add interface to issue wget_requests using wget_http_infoAdriano Cordova
2024-11-16net: Kconfig: add CONFIG_WGET symbolAdriano Cordova
2024-11-14lwip: fix code style issuesJerome Forissier
2024-11-12Merge patch series "Enable https for wget"Tom Rini
2024-11-12net: lwip: Enable https:// support for wgetIlias Apalodimas
2024-11-12net: wget: drop Content-Length processingJerome Forissier
2024-10-16net: lwip: add TFTP_BLOCKSIZEJerome Forissier
2024-10-16net: lwip: add wget commandJerome Forissier