u-boot/net
Tim Harvey 51eb2bff87 net: lwip: remove eth_init from net_init as it is called later
The call to eth_init within net_init causes the network interface to
start, stop, start again which can cause issues with certain network
device drivers. Remove it to make it behave like the legacy network
path.

Fixes: 5666865dec ("net: lwip: fix initialization sequence before a command")
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
2025-08-01 09:30:47 +02:00
..
lwip net: lwip: remove eth_init from net_init as it is called later 2025-08-01 09:30:47 +02:00
arp.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
arp.h global: Drop common.h inclusion 2023-12-21 08:54:37 -05:00
bootp.c net: consolidate PXE processor architecture type Kconfig 2025-06-26 08:17:17 -06:00
bootp.h Merge patch series "BOOTP/DHCPv4 enhancements" 2025-05-23 11:31:03 -06:00
cdp.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
cdp.h SPDX: Convert a few files that were missed before 2018-05-10 20:38:35 -04:00
dhcpv6.c net: consolidate PXE processor architecture type Kconfig 2025-06-26 08:17:17 -06:00
dhcpv6.h net: dhcp6: Send DHCPv6 using multicast MAC 2025-04-23 09:58:07 +02:00
dns.c net: Remove duplicate newlines 2024-07-15 12:12:18 -06:00
dns.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
dsa-uclass.c net: dsa: Fix OF fallback lookup for ports 2023-06-14 18:38:25 +08:00
eth_bootdev.c net: eth_bootdev_hunt() should not run DHCP 2025-01-05 02:30:48 +01:00
eth_common.c miiphy: define mii_devs with LIST_HEAD() 2025-03-04 08:03:47 -06:00
eth_internal.h net: remove duplicate eth_env_set_enetaddr_by_index() declaration 2024-07-31 17:55:08 -06:00
eth-uclass.c net: tftp: don't call stop callback from UDP handler 2025-05-23 11:33:18 -06:00
fastboot_tcp.c net/tcp: improve tcp framework, use better state machine 2024-12-28 11:59:42 -06:00
fastboot_udp.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
Kconfig Prepare v2025.01-rc5 2024-12-25 22:31:04 -06:00
link_local.c net: Remove env_get_ip helper() function 2025-05-29 08:30:24 -06:00
link_local.h global: Drop common.h inclusion 2023-12-21 08:54:37 -05:00
Makefile net: lwip: allow DM_DSA=y when NET_LWIP=y 2025-04-23 10:02:49 +02:00
mdio-mux-uclass.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
mdio-uclass.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
ndisc.c Fix neighbor discovery ethernet address saving 2025-01-01 14:40:04 -06:00
net6.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
net_rand.h rng: Introduce SPL_DM_RNG 2024-05-05 11:21:39 -03:00
net-common.c net: extract function net_sntp_set_rtc() from sntp_handler() 2025-07-08 11:07:37 +02:00
net.c use proper fallthrough annotations 2025-04-08 16:23:51 -06:00
nfs.c net: Remove duplicate newlines 2024-07-15 12:12:18 -06:00
nfs.h net: Remove duplicate newlines 2024-07-15 12:12:18 -06:00
pcap.c net: Include env.h in pcap.c 2025-05-29 08:30:25 -06:00
ping6.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
ping.c net: Do not respond to ICMP_ECHO_REQUEST if we do not have an IP address 2021-01-19 09:15:02 -05:00
ping.h global: Drop common.h inclusion 2023-12-21 08:54:37 -05:00
rarp.c net: Remove duplicate newlines 2024-07-15 12:12:18 -06:00
rarp.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sntp.c net: extract function net_sntp_set_rtc() from sntp_handler() 2025-07-08 11:07:37 +02:00
tcp.c net: Incorrect NOP macro used for test 2025-08-01 09:30:47 +02:00
tftp.c net: tftp: don't call stop callback from UDP handler 2025-05-23 11:33:18 -06:00
udp.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
wget.c net: wget: Fix comparison of unsigned variable 2025-08-01 09:30:47 +02:00
wol.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
wol.h net: Add new wol command - Wake on LAN 2018-07-02 14:14:20 -05:00