netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2021-10-06
@ 2021-10-06 16:56 Tony Nguyen
  2021-10-06 16:56 ` [PATCH net 1/3] i40e: fix endless loop under rtnl Tony Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tony Nguyen @ 2021-10-06 16:56 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev, sassmann

This series contains updates to i40e and iavf drivers.

Jiri Benc expands an error check to prevent infinite loop for i40e.

Sylwester prevents freeing of uninitialized IRQ vector to resolve a
kernel oops for i40e.

Stefan Assmann fixes a double mutex unlock for iavf.

The following are changes since commit a50a0595230d38be15183699f7bbc963bf3d127a:
  dt-bindings: net: dsa: marvell: fix compatible in example
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Jiri Benc (1):
  i40e: fix endless loop under rtnl

Stefan Assmann (1):
  iavf: fix double unlock of crit_lock

Sylwester Dziedziuch (1):
  i40e: Fix freeing of uninitialized misc IRQ vector

 drivers/net/ethernet/intel/i40e/i40e_main.c | 5 +++--
 drivers/net/ethernet/intel/iavf/iavf_main.c | 1 -
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-10-07 11:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-06 16:56 [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2021-10-06 Tony Nguyen
2021-10-06 16:56 ` [PATCH net 1/3] i40e: fix endless loop under rtnl Tony Nguyen
2021-10-06 16:56 ` [PATCH net 2/3] i40e: Fix freeing of uninitialized misc IRQ vector Tony Nguyen
2021-10-06 16:56 ` [PATCH net 3/3] iavf: fix double unlock of crit_lock Tony Nguyen
2021-10-07 11:50 ` [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2021-10-06 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).