index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
wget.c
Age
Commit message (
Expand
)
Author
2026-02-17
treewide: Clean up DECLARE_GLOBAL_DATA_PTR usage
Peng Fan
2025-08-18
net: introduce CONFIG_DNS
Jerome Forissier
2025-08-01
net: wget: Fix comparison of unsigned variable
Andrew Goodbody
2025-05-20
net, net-lwip: wget: suppress console output when called by EFI
Jerome Forissier
2025-02-28
legacy-net: wget: fix wget_info handling after new tcp legacy stack
Adriano Cordova
2024-12-28
net/tcp: improve tcp framework, use better state machine
Mikhail Kshevetskiy
2024-12-28
net/tcp: add connection info to tcp_stream structure
Mikhail Kshevetskiy
2024-12-28
net/tcp: put connection specific data into a tcp_stream structure
Mikhail Kshevetskiy
2024-12-04
efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wget
Adriano Cordova
2024-12-04
net: wget: let wget_with_dns work with dns disabled
Adriano Cordova
2024-12-04
net: zero terminate string with headers in wget_fill_info()
Heinrich Schuchardt
2024-11-16
net: wget: make wget_with_dns return value compatible with its lwip version
Adriano Cordova
2024-11-16
net: wget: integrate struct wget_info into legacy wget code
Adriano Cordova
2024-10-15
net: correct wget_connected debug messages
Heinrich Schuchardt
2024-10-15
net/wget: set filesize
Heinrich Schuchardt
2024-09-24
Merge patch series "Miscellaneous fixes"
Tom Rini
2024-09-24
net: wget: allow EFI boot
Jerome Forissier
2024-09-24
net: wget: removed unused function wget_success()
Jerome Forissier
2024-09-20
wget: rework the logic to validate the load address
Sughosh Ganu
2024-09-03
lmb: remove the lmb_init_and_reserve() function
Sughosh Ganu
2024-09-03
lmb: allow lmb module to be used in SPL
Sughosh Ganu
2024-09-03
lmb: make LMB memory map persistent and global
Sughosh Ganu
2024-08-15
sandbox: Enable wget command
Yasuharu Shibata
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
net: Remove <common.h> and add needed includes
Tom Rini
2024-04-16
net: wget: fix TCP sequence number wrap around issue
Yasuharu Shibata
2024-04-16
net: wget: Support retransmission a dropped packet
Yasuharu Shibata
2024-01-03
Merge tag 'v2024.01-rc6' into next
Tom Rini
2023-12-19
net: wget: Support non-default HTTP port
Marek Vasut
2023-11-18
cmd: efidebug: add uri device path
Masahisa Kojima
2023-11-18
net: wget: add wget with dns utility function
Masahisa Kojima
2023-11-18
net: wget: prevent overwriting reserved memory
Masahisa Kojima
2023-09-22
net: wget: Avoid packet queue overflow
Richard Weinberger
2023-05-05
net: support being a TCP server to unblock TCP fastboot
Dmitrii Merkurev
2022-12-29
net: wget: fix implicit declaration
Michael Walle
2022-11-28
net: Add wget application
Ying-Chun Liu (PaulLiu)