public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2026-03-10 (ice, iavf, i40e, e1000e, e1000)
@ 2026-03-10 20:56 Tony Nguyen
  2026-03-10 20:56 ` [PATCH net 1/5] drivers: net: ice: fix devlink parameters get without irdma Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2026-03-10 20:56 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

Nikolay Aleksandrov changes return code of RDMA related ice devlink get
parameters when irdma is not enabled to -EOPNOTSUPP as current return
of -ENODEV causes issues with devlink output.

Petr Oros resolves a couple of issues in iavf; freeing PTP resources
before reset and disable. Fixing contention issues with the netdev lock
between reset and some ethtool operations.

Alok Tiwari corrects an incorrect comparison of cloud filter values and
adjust some passed arguments to sizeof() for consistency on i40e.

Matt Vollrath removes an incorrect decrement for DMA error on e1000 and
e1000e drivers.

The following are changes since commit 73aefba4e2eb713cf7bc4ad83cfc9b5d4f966f6d:
  Merge tag 'linux-can-fixes-for-7.0-20260310' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Alok Tiwari (1):
  i40e: fix src IP mask checks and memcpy argument names in cloud filter

Matt Vollrath (1):
  e1000/e1000e: Fix leak in DMA error cleanup

Nikolay Aleksandrov (1):
  drivers: net: ice: fix devlink parameters get without irdma

Petr Oros (2):
  iavf: fix PTP use-after-free during reset
  iavf: fix incorrect reset handling in callbacks

 drivers/net/ethernet/intel/e1000/e1000_main.c |  2 -
 drivers/net/ethernet/intel/e1000e/netdev.c    |  2 -
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    | 14 ++--
 drivers/net/ethernet/intel/iavf/iavf.h        |  3 +-
 .../net/ethernet/intel/iavf/iavf_ethtool.c    | 19 ++---
 drivers/net/ethernet/intel/iavf/iavf_main.c   | 81 +++++++------------
 .../net/ethernet/intel/iavf/iavf_virtchnl.c   |  1 -
 .../net/ethernet/intel/ice/devlink/devlink.c  |  4 +-
 8 files changed, 44 insertions(+), 82 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2026-03-12  2:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-10 20:56 [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2026-03-10 (ice, iavf, i40e, e1000e, e1000) Tony Nguyen
2026-03-10 20:56 ` [PATCH net 1/5] drivers: net: ice: fix devlink parameters get without irdma Tony Nguyen
2026-03-10 20:56 ` [PATCH net 2/5] iavf: fix PTP use-after-free during reset Tony Nguyen
2026-03-10 20:56 ` [PATCH net 3/5] iavf: fix incorrect reset handling in callbacks Tony Nguyen
2026-03-10 20:56 ` [PATCH net 4/5] i40e: fix src IP mask checks and memcpy argument names in cloud filter Tony Nguyen
2026-03-10 20:56 ` [PATCH net 5/5] e1000/e1000e: Fix leak in DMA error cleanup Tony Nguyen
2026-03-12  2:20 ` [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2026-03-10 (ice, iavf, i40e, e1000e, e1000) 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