linux/drivers/net/ethernet/intel/igb
Kohei Enju d709f178ab igb: fix link test skipping when interface is admin down
The igb driver incorrectly skips the link test when the network
interface is admin down (if_running == false), causing the test to
always report PASS regardless of the actual physical link state.

This behavior is inconsistent with other drivers (e.g. i40e, ice, ixgbe,
etc.) which correctly test the physical link state regardless of admin
state.
Remove the if_running check to ensure link test always reflects the
physical link state.

Fixes: 8d420a1b3e ("igb: correct link test not being run when link is down")
Signed-off-by: Kohei Enju <enjuk@amazon.com>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Tested-by: Rinitha S <sx.rinitha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2025-09-09 09:48:30 -07:00
..
Makefile igb: Introduce XSK data structures and helpers 2025-01-07 18:14:08 -08:00
e1000_82575.c
e1000_82575.h
e1000_defines.h
e1000_hw.h
e1000_i210.c
e1000_i210.h
e1000_mac.c
e1000_mac.h igb: Cleanup unused declarations 2024-10-08 15:22:32 -07:00
e1000_mbx.c
e1000_mbx.h
e1000_nvm.c
e1000_nvm.h igb: Cleanup unused declarations 2024-10-08 15:22:32 -07:00
e1000_phy.c
e1000_phy.h
e1000_regs.h
igb.h igb: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() 2025-07-03 09:38:46 -07:00
igb_ethtool.c igb: fix link test skipping when interface is admin down 2025-09-09 09:48:30 -07:00
igb_hwmon.c
igb_main.c igb: Fix NULL pointer dereference in ethtool loopback test 2025-09-09 09:48:30 -07:00
igb_ptp.c Networking changes for 6.17. 2025-07-30 08:58:55 -07:00
igb_xsk.c igb: xsk: solve negative overflow of nb_pkts in zerocopy mode 2025-07-26 11:23:09 -07:00