netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/3][pull request] Intel Wired LAN Driver Updates 2023-06-09 (igc, igb)
@ 2023-06-09 16:10 Tony Nguyen
  2023-06-09 16:10 ` [PATCH net v2 1/3] igc: Clean the TX buffer and TX descriptor ring Tony Nguyen
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Tony Nguyen @ 2023-06-09 16:10 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

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.
---
v2:
Patch 1
 - Changes to commit message
 - Disable TX Queue ring during ndo_stop()

v1: https://lore.kernel.org/netdev/20230509170935.2237051-1-anthony.l.nguyen@intel.com/

The following are changes since commit 04c55383fa5689357bcdd2c8036725a55ed632bc:
  net/sched: cls_u32: Fix reference counter leak leading to overflow
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    | 12 +++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

-- 
2.38.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-06-12 20:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 16:10 [PATCH net v2 0/3][pull request] Intel Wired LAN Driver Updates 2023-06-09 (igc, igb) Tony Nguyen
2023-06-09 16:10 ` [PATCH net v2 1/3] igc: Clean the TX buffer and TX descriptor ring Tony Nguyen
2023-06-09 16:20   ` Maciej Fijalkowski
2023-06-09 16:10 ` [PATCH net v2 2/3] igc: Fix possible system crash when loading module Tony Nguyen
2023-06-09 16:10 ` [PATCH net v2 3/3] igb: fix nvm.ops.read() error handling Tony Nguyen
2023-06-09 16:28   ` Maciej Fijalkowski
2023-06-12 19:42     ` Loktionov, Aleksandr
2023-06-12 20:31       ` Tony Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).