netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6][pull request] Intel Wired LAN Driver Updates 2024-08-30 (igc, e1000e, i40e)
@ 2024-08-30 21:04 Tony Nguyen
  2024-08-30 21:04 ` [PATCH net-next 1/6] igc: Add MQPRIO offload support Tony Nguyen
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Tony Nguyen @ 2024-08-30 21:04 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

This series contains updates to igc, e1000e, and i40 drivers.

Kurt Kanzenbach adds support for MQPRIO offloads and stops unintended,
excess interrupts on igc.

Sasha adds reporting of EEE (Energy Efficient Ethernet) ability and
moves a register define to a better suited file for igc.

Vitaly stops reporting errors on shutdown and suspend as they are not
fatal for e1000e.

Alex adds reporting of EEE to i40e.

The following are changes since commit fbdaffe41adca26cb9566e92060b97cd6dd87b60:
  Merge branch 'am-qt2025-phy-rust'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Aleksandr Loktionov (1):
  i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX
    cards

Kurt Kanzenbach (2):
  igc: Add MQPRIO offload support
  igc: Get rid of spurious interrupts

Sasha Neftin (2):
  igc: Add Energy Efficient Ethernet ability
  igc: Move the MULTI GBT AN Control Register to _regs file

Vitaly Lifshits (1):
  e1000e: avoid failing the system during pm_suspend

 drivers/net/ethernet/intel/e1000e/netdev.c    | 19 ++--
 drivers/net/ethernet/intel/i40e/i40e.h        |  1 +
 .../net/ethernet/intel/i40e/i40e_ethtool.c    | 36 ++++++-
 drivers/net/ethernet/intel/i40e/i40e_main.c   | 24 ++++-
 drivers/net/ethernet/intel/igc/igc.h          | 11 ++-
 drivers/net/ethernet/intel/igc/igc_defines.h  | 22 ++++-
 drivers/net/ethernet/intel/igc/igc_ethtool.c  | 77 ++++++++++++++-
 drivers/net/ethernet/intel/igc/igc_main.c     | 99 ++++++++++++++++++-
 drivers/net/ethernet/intel/igc/igc_phy.c      |  4 +-
 drivers/net/ethernet/intel/igc/igc_regs.h     | 12 +++
 drivers/net/ethernet/intel/igc/igc_tsn.c      | 67 +++++++++++++
 11 files changed, 347 insertions(+), 25 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2024-09-05  9:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-30 21:04 [PATCH net-next 0/6][pull request] Intel Wired LAN Driver Updates 2024-08-30 (igc, e1000e, i40e) Tony Nguyen
2024-08-30 21:04 ` [PATCH net-next 1/6] igc: Add MQPRIO offload support Tony Nguyen
2024-08-30 21:04 ` [PATCH net-next 2/6] igc: Get rid of spurious interrupts Tony Nguyen
2024-09-05  6:16   ` Ruinskiy, Dima
2024-09-05  9:44     ` Kurt Kanzenbach
2024-08-30 21:04 ` [PATCH net-next 3/6] igc: Add Energy Efficient Ethernet ability Tony Nguyen
2024-09-03 19:49   ` Jakub Kicinski
2024-09-05  7:07     ` Lifshits, Vitaly
2024-08-30 21:04 ` [PATCH net-next 4/6] igc: Move the MULTI GBT AN Control Register to _regs file Tony Nguyen
2024-08-30 21:04 ` [PATCH net-next 5/6] e1000e: avoid failing the system during pm_suspend Tony Nguyen
2024-08-30 21:04 ` [PATCH net-next 6/6] i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cards Tony Nguyen
2024-09-03 20:40 ` [PATCH net-next 0/6][pull request] Intel Wired LAN Driver Updates 2024-08-30 (igc, e1000e, i40e) patchwork-bot+netdevbpf

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).