Skip to content

igb: Driver Update

Corinna Vinschen requested to merge vinschen/centos-stream-9:bz2037984 into main

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2037984
Tested: Ethtool, connectivity, netperf.
Signed-off-by: Corinna Vinschen vinschen@redhat.com

Update driver to latest upstream.

ccb18da7 (Jilin Yuan)
intel/igb:fix repeated words in comments

ce27ac10 (Jilin Yuan)
igb: remove unexpected word "the"

e3d142b4 (Kai-Heng Feng)
igb: Make DMA faster when CPU is active on the PCIe link

1372d6e1 (Lorenzo Bianconi)
igb: fix a use-after-free issue in igb_clean_tx_ring

f76d5fb4 (Kai-Heng Feng)
igb: Remove duplicate defines

f70cc805 (Kevin Mitchell)
igb: skip phy status check where unavailable

12821fa2 (Alaa Mohamed)
igb: Convert kmap() to kmap_local_page()

f3774870 (Tom Rix)
igb: zero hwtstamp by default

b762a6fe (Christophe JAILLET)
igb: Remove useless DMA-32 fallback configuration

9b08a854 (Ruud Bos)
igb: support EXTTS on 82580/i354/i350

276bf6ba (Ruud Bos)
igb: support PEROUT on 82580/i354/i350

a4f6afcf (Ruud Bos)
igb: move PEROUT and EXTTS isr logic to separate functions

8165574b (Ruud Bos)
igb: move SDP config initialization to separate function

a12bf232 (Alexander Lobakin)
igb: switch to napi_build_skb()

57d355db (Jason Wang)
igb: remove never changed variable `ret_val'

drivers/net/ethernet/intel/igb/e1000_82575.c | 2 +-
drivers/net/ethernet/intel/igb/e1000_defines.h | 3 -
drivers/net/ethernet/intel/igb/e1000_i210.c | 3 +-
drivers/net/ethernet/intel/igb/e1000_mac.c | 2 +-
drivers/net/ethernet/intel/igb/e1000_regs.h | 1 -
drivers/net/ethernet/intel/igb/igb_ethtool.c | 4 +-
drivers/net/ethernet/intel/igb/igb_main.c | 195 +++++++++++++++++--------
drivers/net/ethernet/intel/igb/igb_ptp.c | 194 ++++++++++++++++++++++--
8 files changed, 319 insertions(+), 85 deletions(-)

Merge request reports