From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
edumazet@google.com, andrew+netdev@lunn.ch,
netdev@vger.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>
Subject: [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2026-06-30 (ice, idpf, igbvf)
Date: Tue, 30 Jun 2026 14:43:58 -0700 [thread overview]
Message-ID: <20260630214404.930923-1-anthony.l.nguyen@intel.com> (raw)
Aaron Ma adds a wait for reset completion before returning from resume
on ice driver.
Dawid completely disables and clears VF interrupts during reset on ice.
David Carlier adds handling for a NULL adev when reporting MTU change
event for idpf.
Matt Vollrath removes incorrect decrement of count which could cause
leaking due to off-by-one issue.
The following are changes since commit 2a00517db8de4be7df3d483b215c5544fb30a191:
bridge: stp: Fix a potential use-after-free when deleting a bridge
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Aaron Ma (1):
ice: wait for reset completion in ice_resume()
David Carlier (1):
idpf: handle NULL adev in idpf_idc_vdev_mtu_event
Dawid Osuchowski (1):
ice: fix VF interrupts cleanup
Matt Vollrath (1):
igbvf: Fix leak in TX DMA error cleanup
drivers/net/ethernet/intel/ice/ice_main.c | 10 +++++++
drivers/net/ethernet/intel/ice/ice_vf_lib.c | 27 +++++++++++++++++++
.../ethernet/intel/ice/ice_vf_lib_private.h | 1 +
drivers/net/ethernet/intel/ice/virt/queues.c | 21 +++++++++++++++
drivers/net/ethernet/intel/idpf/idpf_idc.c | 11 +++++---
drivers/net/ethernet/intel/igbvf/netdev.c | 2 --
6 files changed, 66 insertions(+), 6 deletions(-)
--
2.47.1
next reply other threads:[~2026-06-30 21:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-30 21:43 Tony Nguyen [this message]
2026-06-30 21:43 ` [PATCH net 1/4] ice: wait for reset completion in ice_resume() Tony Nguyen
2026-06-30 21:44 ` [PATCH net 2/4] ice: fix VF interrupts cleanup Tony Nguyen
2026-06-30 21:44 ` [PATCH net 3/4] idpf: handle NULL adev in idpf_idc_vdev_mtu_event Tony Nguyen
2026-06-30 21:44 ` [PATCH net 4/4] igbvf: Fix leak in TX DMA error cleanup Tony Nguyen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260630214404.930923-1-anthony.l.nguyen@intel.com \
--to=anthony.l.nguyen@intel.com \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox