From: Tom Rini Date: Fri, 1 Aug 2025 14:47:50 +0000 (-0600) Subject: Merge tag 'net-20250801' of https://source.denx.de/u-boot/custodians/u-boot-net X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231b40724dee2915acfff5e0f5c50feff31cd637;p=thirdparty%2Fu-boot.git Merge tag 'net-20250801' of https://source.denx.de/u-boot/custodians/u-boot-net Pull request for net-20250801 net: - Support overriding Auto Negotiation timeout with env variable 'phy_aneg_timeout' - Add missing virtqueue_kick() in free_pkt() - Remove bcm281xx ethernet driver - Tighten some network driver dependencies in Kconfig - Add to some platforms - Fix a debug print in ftgmac100.cA - Add parentheses around PSEUDO_HDR_SIZE net-lwip: - Fix build error with CONFIG_LWIP_DEBUG=y - Remove eth_init() from net_init() as it is called later - Simplify net_lwip_eth_start() net-legacy: - wget: Fix comparison of unsigned variable - Incorrect macro used (TCP_0_NOP instead of TCP_1_NOP) --- 231b40724dee2915acfff5e0f5c50feff31cd637