Merge tag 'net-next-20250708' of https://source.denx.de/u-boot/custodians/u-boot-net
authorTom Rini <trini@konsulko.com>
Tue, 8 Jul 2025 15:34:47 +0000 (09:34 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 8 Jul 2025 15:34:47 +0000 (09:34 -0600)
commitf75eaf7356933661ae13b1f5c815ac6ed475eab3
treefa5b17e5a5b2bad591c4e44a06bd6bef6cae778e
parentb379335f141e3ddca0cdbb5d9d39af0444530542
parent203be3197de1016236f55652ce8ee4cbfe3035ad
Merge tag 'net-next-20250708' of https://source.denx.de/u-boot/custodians/u-boot-net

Pull request net-next-20250708

lwip:
- Call sys_check_timeouts() and schedule() on RX to fix an issue on
  boards with a watchdog and simplify the code
- Enable IP_FRAG and IP_REASSEMBLY
- Add support for setting the TFTP blocksize at runtime
- Fix DNS initialization in wget
- Add the sntp command
- Move code from net/lwip/${cmd}.c to cmd/lwip/${cmd}.c