linux/drivers/net/ethernet/intel/igb
Kohei Enju bc73c5885c igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count()
igb_get_sset_count() returns -ENOTSUPP when a given stringset is not
supported, causing userland programs to get "Unknown error 524".

Since EOPNOTSUPP should be used when error is propagated to userland,
return -EOPNOTSUPP instead of -ENOTSUPP.

Fixes: 9d5c824399 ("igb: PCI-Express 82575 Gigabit Ethernet driver")
Signed-off-by: Kohei Enju <enjuk@amazon.com>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
2025-10-28 12:49:59 -07:00
..
e1000_82575.c igb: drop unnecessary constant casts to u16 2025-09-03 10:07:27 -07:00
e1000_82575.h
e1000_defines.h
e1000_hw.h
e1000_i210.c igb: drop unnecessary constant casts to u16 2025-09-03 10:07:27 -07:00
e1000_i210.h
e1000_mac.c
e1000_mac.h
e1000_mbx.c
e1000_mbx.h
e1000_nvm.c igb: drop unnecessary constant casts to u16 2025-09-03 10:07:27 -07:00
e1000_nvm.h
e1000_phy.c
e1000_phy.h
e1000_regs.h
igb.h igb: drop unnecessary constant casts to u16 2025-09-03 10:07:27 -07:00
igb_ethtool.c igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count() 2025-10-28 12:49:59 -07:00
igb_hwmon.c
igb_main.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-09-11 17:40:13 -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
Makefile igb: Introduce XSK data structures and helpers 2025-01-07 18:14:08 -08:00