mbox series

[net,0/3,pull,request] Intel Wired LAN Driver Updates 2023-05-09 (igc, igb)

Message ID 20230509170935.2237051-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2023-05-09 (igc, igb) | expand

Message

Tony Nguyen May 9, 2023, 5:09 p.m. UTC
This series contains updates to igc and igb drivers.

Husaini clears Tx rings when interface is brought down for igc.

Vinicius disables PTM and PCI busmaster when removing igc driver.

Alex adds error check and path for NVM read error on igb.

The following are changes since commit 162bd18eb55adf464a0fa2b4144b8d61c75ff7c2:
  linux/dim: Do nothing if no time delta between samples
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE

Aleksandr Loktionov (1):
  igb: fix nvm.ops.read() error handling

Muhammad Husaini Zulkifli (1):
  igc: Clean the TX buffer and TX descriptor ring

Vinicius Costa Gomes (1):
  igc: Fix possible system crash when loading module

 drivers/net/ethernet/intel/igb/igb_ethtool.c |  4 +++-
 drivers/net/ethernet/intel/igc/igc_main.c    | 10 ++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)