index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_lf_v2025.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
wget.c
Age
Commit message (
Expand
)
Author
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)