Hi Tom, The following changes since commit f072620dc9ffda00b010783da27c41231c3a439b:
Prepare v2026.07-rc5 (2026-06-22 16:22:08 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-net.git/ tags/net-20260623 for you to fetch changes up to 91d5e0ee3e857c76bb05f0c69c21f3d4a150a2e6: net: cdp: reject CDP TLVs with a length below the 4-byte header (2026-06-23 13:13:16 +0200) ---------------------------------------------------------------- Pull request net-20260623. net: - airoha_eth: fix mt7531 mdio related initialization bug net-legacy: - cdp: reject CDP TLVs with a length below the 4-byte header - Clear IP defragmentation state after returning a complete packet net-lwip: - Halt ethernet after network commands ---------------------------------------------------------------- David Lechner (3): net: lwip: wget: fix error handling in wget_do_request() net: lwip: wget: return errno codes from wget_do_request() net: lwip: introduce net_lwip_eth_stop() function Mateusz Furdyna (2): net: clear IP defragmentation state after returning a complete packet test: net: add IP defragmentation duplicate-fragment regression test Mikhail Kshevetskiy (1): net: airoha_eth: fix mt7531 mdio related initialization bug Piyush Paliwal (1): net: cdp: reject CDP TLVs with a length below the 4-byte header cmd/lwip/ping.c | 19 +++++---- cmd/lwip/sntp.c | 10 ++++- drivers/net/airoha_eth.c | 78 +++++++++++++++++++++------------- include/net-lwip.h | 1 + net/cdp.c | 8 +++- net/lwip/dhcp.c | 15 +++++-- net/lwip/dns.c | 7 +++- net/lwip/net-lwip.c | 16 +++++++ net/lwip/nfs.c | 4 ++ net/lwip/tftp.c | 4 ++ net/lwip/wget.c | 107 +++++++++++++++++++++++++++-------------------- net/net.c | 9 ++++ test/dm/Makefile | 1 + test/dm/net_defrag.c | 82 ++++++++++++++++++++++++++++++++++++ 14 files changed, 269 insertions(+), 92 deletions(-) create mode 100644 test/dm/net_defrag.c CI link: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/30518 Thanks, -- Jerome

