linux_dsm_epyc7002/drivers/net/ethernet/intel/igb
Jakub Kicinski a289108c2a net: igb: let core reject the unsupported coalescing parameters
Set ethtool_ops->supported_coalesce_params to let
the core reject unsupported coalescing parameters.

This driver was rejecting almost all unsupported
parameters already, it was only missing a check
for tx_max_coalesced_frames_irq.

As a side effect of these changes the error code for
unsupported params changes from ENOTSUPP to EOPNOTSUPP.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-12 11:32:36 -07:00
..
e1000_82575.c igb: Fix SGMII SFP module discovery for 100FX/LX. 2020-01-09 09:21:40 -08:00
e1000_82575.h igb: Add UDP segmentation offload support 2019-10-29 21:05:33 -07:00
e1000_defines.h igb: Fix WARN_ONCE on runtime suspend 2019-03-26 16:12:34 -07:00
e1000_hw.h
e1000_i210.c igb: fix uninitialized variables 2018-11-28 08:27:47 -08:00
e1000_i210.h
e1000_mac.c
e1000_mac.h
e1000_mbx.c
e1000_mbx.h
e1000_nvm.c
e1000_nvm.h
e1000_phy.c igb: e1000_phy: Mark expected switch fall-through 2018-08-07 17:54:20 -07:00
e1000_phy.h
e1000_regs.h igb: add RR2DCDELAY to ethtool registers dump 2019-06-28 16:00:06 -07:00
igb_ethtool.c net: igb: let core reject the unsupported coalescing parameters 2020-03-12 11:32:36 -07:00
igb_hwmon.c
igb_main.c igb: dont drop packets if rx flow control is enabled 2019-12-31 11:17:25 -08:00
igb_ptp.c igb: Reject requests that fail to enable time stamping on both edges. 2019-11-15 12:48:32 -08:00
igb.h intel: Replace zero-length array with flexible-array member 2020-02-24 15:26:17 -08:00
Makefile