summaryrefslogtreecommitdiff
path: root/net/wget.c
AgeCommit message (Expand)Author
2025-02-28legacy-net: wget: fix wget_info handling after new tcp legacy stackAdriano Cordova
2024-12-28net/tcp: improve tcp framework, use better state machineMikhail 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-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: zero terminate string with headers in wget_fill_info()Heinrich Schuchardt
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-10-15net: correct wget_connected debug messagesHeinrich Schuchardt
2024-10-15net/wget: set filesizeHeinrich Schuchardt
2024-09-24Merge patch series "Miscellaneous fixes"Tom Rini
2024-09-24net: wget: allow EFI bootJerome Forissier
2024-09-24net: wget: removed unused function wget_success()Jerome Forissier
2024-09-20wget: rework the logic to validate the load addressSughosh Ganu
2024-09-03lmb: remove the lmb_init_and_reserve() functionSughosh Ganu
2024-09-03lmb: allow lmb module to be used in SPLSughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-08-15sandbox: Enable wget commandYasuharu Shibata
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06net: Remove <common.h> and add needed includesTom Rini
2024-04-16net: wget: fix TCP sequence number wrap around issueYasuharu Shibata
2024-04-16net: wget: Support retransmission a dropped packetYasuharu Shibata
2024-01-03Merge tag 'v2024.01-rc6' into nextTom Rini
2023-12-19net: wget: Support non-default HTTP portMarek Vasut
2023-11-18cmd: efidebug: add uri device pathMasahisa Kojima
2023-11-18net: wget: add wget with dns utility functionMasahisa Kojima
2023-11-18net: wget: prevent overwriting reserved memoryMasahisa Kojima
2023-09-22net: wget: Avoid packet queue overflowRichard Weinberger
2023-05-05net: support being a TCP server to unblock TCP fastbootDmitrii Merkurev
2022-12-29net: wget: fix implicit declarationMichael Walle
2022-11-28net: Add wget applicationYing-Chun Liu (PaulLiu)