aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: eth_bootdev_hunt() should not run DHCPHeinrich Schuchardt2025-01-051-12/+18
* Fix neighbor discovery ethernet address savingSean Edmond2025-01-011-2/+2
* net: tftpput: reset timeout_count when an ACK is receivedJerome Forissier2025-01-011-0/+1
* net: tftpboot: clear timeout_count on every successful blockMikhail Kshevetskiy2025-01-011-0/+2
* net/net: fix include orderingMikhail Kshevetskiy2024-12-281-11/+13
* net/tcp: define a fallback value for rcv_wnd sizeMikhail Kshevetskiy2024-12-281-1/+5
* net/tcp: simplify tcp header filling codeMikhail Kshevetskiy2024-12-281-33/+33
* net/tcp: improve tcp framework, use better state machineMikhail Kshevetskiy2024-12-284-666/+959
* net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irsMikhail Kshevetskiy2024-12-281-16/+16
* net/tcp: add connection info to tcp_stream structureMikhail Kshevetskiy2024-12-284-93/+150
* net/tcp: put connection specific data into a tcp_stream structureMikhail Kshevetskiy2024-12-283-116/+129
* net/tcp: fix selective acknowledgeMikhail Kshevetskiy2024-12-281-114/+86
* net/tcp: fix TCP options processingMikhail Kshevetskiy2024-12-281-2/+4
* Merge tag 'v2025.01-rc5' into nextWIP/25Dec2024-nextTom Rini2024-12-253-3/+11
|\
| * net: renesas: Enable TFTP_TSIZE on all Renesas hardwareMarek Vasut2024-12-201-1/+1
| * net: lwip: check if network device is available in do_dhcpHeinrich Schuchardt2024-12-191-1/+9
| * net: lwip: do not return CMD_RET_USAGE if no interfaceHeinrich Schuchardt2024-12-191-1/+1
* | Merge tag 'v2025.01-rc4' into nextWIP/09Dec2024-nextTom Rini2024-12-091-2/+2
|\|
| * net: lwip: wget: fix legacy syntaxJerome Forissier2024-11-301-2/+2
* | efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wgetAdriano Cordova2024-12-042-4/+3
* | net: wget: let wget_with_dns work with dns disabledAdriano Cordova2024-12-043-17/+23
* | net-lwip: zero terminate string with headers in wget_lwip_fill_info()Adriano Cordova2024-12-041-2/+7
* | net: zero terminate string with headers in wget_fill_info()Heinrich Schuchardt2024-12-041-2/+7
* | lwip: wget: pass port and server_name via wget_ctxAdriano Cordova2024-12-041-4/+2
* | Merge tag 'v2025.01-rc3' into nextWIP/25Nov2024-nextTom Rini2024-11-257-49/+135
|\|
| * net: lwip: dhcp: support arguments for TFTP file downloadJerome Forissier2024-11-221-1/+13
| * net: lwip: provide entropy to MBed TLS in one goIlias Apalodimas2024-11-221-4/+2
| * net: lwip: fix get_udev_ipv4_info()Jerome Forissier2024-11-221-3/+3
| * net: lwip: fix dhcp_loop()Jerome Forissier2024-11-221-3/+3
| * Kconfig: describe NET, NO_NET, LWIP_DEBUG and LWIP_ASSERTJerome Forissier2024-11-181-0/+7
| * net: lwip/wget: correct SERVER_NAME_SIZEHeinrich Schuchardt2024-11-181-1/+1
| * lwip: fix code style issuesJerome Forissier2024-11-145-31/+30
| * Merge patch series "Enable https for wget"WIP/12Nov2024Tom Rini2024-11-122-10/+78
| |\
| | * net: lwip: Enable https:// support for wgetIlias Apalodimas2024-11-122-10/+78
| * | net: wget: drop Content-Length processingJerome Forissier2024-11-121-13/+0
| |/
* | net: net_utils: Move ip_to_string to lib/net_utils.cAdriano Cordova2024-11-181-11/+0
* | net/lwip: wget: integrate struct wget_info into wget codeAdriano Cordova2024-11-161-2/+40
* | net/lwip: wget: put server_name and port into wget_ctxAdriano Cordova2024-11-161-4/+4
* | net: wget: make wget_with_dns return value compatible with its lwip versionAdriano Cordova2024-11-161-1/+1
* | net: wget: integrate struct wget_info into legacy wget codeAdriano Cordova2024-11-161-21/+70
* | net: wget: Add interface to issue wget_requests using wget_http_infoAdriano Cordova2024-11-161-0/+14
* | net: Kconfig: add CONFIG_WGET symbolAdriano Cordova2024-11-163-2/+11
|/
* net: lwip: add TFTP_BLOCKSIZEJerome Forissier2024-10-162-10/+12
* net: lwip: add wget commandJerome Forissier2024-10-162-0/+358
* net: lwip: add dns commandJerome Forissier2024-10-162-0/+128
* net: lwip: add ping commandJerome Forissier2024-10-162-0/+178
* net: lwip: add TFTP support and tftpboot commandJerome Forissier2024-10-163-4/+306
* net: lwip: add DHCP support and dhcp commmandJerome Forissier2024-10-166-5/+479
* net: eth-uclass: add function eth_start_udev()Jerome Forissier2024-10-161-13/+25
* net: split net into net{,-common,-legacy,-lwip}Jerome Forissier2024-10-163-12/+15