Hi Tom, The following changes since commit a8d982e1f1726254ef27bbdf362f98954ee3feb7:
x86: cpu: Fix crash on FTRACE enabled builds (2026-02-03 12:51:43 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-net.git/ tags/net-20260204 for you to fetch changes up to f0a1eb8a3d13112f69c69b4c4752147cebe66900: net: phy: aquantia: add support for Marvell CUX3410 10Gb PHY (2026-02-04 09:04:36 +0100) ---------------------------------------------------------------- Pull request net-20260204. net: - phy: aquantia: add support for Marvell CUX3410 10Gb PHY - drivers: phy: fix code documentation typo udevice_ops net-lwip: - Command fixes and improvements (dhcp, dns, nfs) - dhcp, tftp: do not write past end of buffer - Add TFTPSERVERIP Kconfig option misc: - Update Jerome's email address ---------------------------------------------------------------- Andrew Goodbody (2): net: lwip: tftp: Do not write past buffer end net: lwip: dhcp: Do not write past end of buffer E Shattow (1): drivers: phy: fix code documentation typo udevice_ops Jerome Forissier (1): MAINTAINERS: update my email address Jonas Karlman (7): net: lwip: add TFTPSERVERIP Kconfig option net: lwip: dns: Fix print of resolved IP address net: lwip: nfs: Print device name based on current udevice net: lwip: dns: Call env_set() from dns loop instead of found callback net: lwip: Use ipaddr helpers net: lwip: dhcp: Save DHCP siaddr field to tftpserverip env var net: lwip: nfs: Prefer nfsserverip over serverip when set Weijie Gao (1): net: phy: aquantia: add support for Marvell CUX3410 10Gb PHY .mailmap | 2 +- MAINTAINERS | 6 +++--- cmd/lwip/ping.c | 2 +- drivers/net/phy/aquantia.c | 14 ++++++++++++++ include/env_default.h | 3 +++ include/generic-phy.h | 2 +- lib/lwip/lwip/src/apps/tftp/tftp.c | 2 +- net/lwip/Kconfig | 12 ++++++++++++ net/lwip/dhcp.c | 13 ++++++++----- net/lwip/dns.c | 24 +++++++++--------------- net/lwip/net-lwip.c | 6 +++--- net/lwip/nfs.c | 13 ++++++++----- net/lwip/tftp.c | 2 +- 13 files changed, 65 insertions(+), 36 deletions(-) CI link: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/29189 Thanks, -- Jerome

