The following changes since commit eeb5ff1a468b2303efa9deb2483b5edbebb568c6:
Merge tag 'efi-2025-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2025-05-18 08:06:56 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-net.git/ tags/net-20250520 for you to fetch changes up to 722e41ad9931bf6f327a66b5f8ec0dadfb32e0f3: net: lwip: tftp: time out if there is no reply from server (2025-05-20 15:43:09 +0200) CI link: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/26247 Thanks, -- Jerome ---------------------------------------------------------------- Pull request net-20250520. net, net-lwip: - Remove wget console output when called by EFI net-lwip: - Add 10 s timeout to TFTP - Add LMB buffer checks ---------------------------------------------------------------- Jerome Forissier (5): net-lwip: change static function wget_loop() to be wget_do_request() net, net-lwip: wget: suppress console output when called by EFI net-lwip: wget: add LMB and buffer checks net-lwip: tftp: add LMB and buffer checks net: lwip: tftp: time out if there is no reply from server doc/usage/cmd/wget.rst | 2 +- include/net-common.h | 2 + lib/efi_loader/efi_net.c | 2 +- .../lwip/src/apps/altcp_tls/altcp_tls_mbedtls.c | 8 +- net/lwip/tftp.c | 71 ++++++++++-- net/lwip/wget.c | 122 +++++++++++++++------ net/wget.c | 23 +++- 7 files changed, 175 insertions(+), 55 deletions(-)