Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/t
authorDavid S. Miller <davem@davemloft.net>
Thu, 1 Jul 2021 21:39:28 +0000 (14:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Jul 2021 21:39:28 +0000 (14:39 -0700)
commitaa3cf240b0c8ffef64a63818c97e48aa7c7f9a1f
treeb3dbda261bf222a40cf6c01a09643677b599411d
parent6b28a86d6c0bb02119f386ec2f56efde909e9bcb
parent382a7c20d9253bcd5715789b8179528d0f3de72c
Merge branch '1GbE' of git://git./linux/kernel/git/t
nguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2021-07-01

This series contains updates to igb, igc, ixgbe, e1000e, fm10k, and iavf
drivers.

Vinicius fixes a use-after-free issue present in igc and igb.

Tom Rix fixes the return value for igc_read_phy_reg() when the
operation is not supported for igc.

Christophe Jaillet fixes unrolling of PCIe error reporting for ixgbe,
igc, igb, fm10k, e10000e, and iavf.

Alex ensures that q_vector array is not accessed beyond its bounds for
igb.

Jedrzej moves ring assignment to occur after bounds have been checked in
igb.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>