Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
authorDavid S. Miller <davem@davemloft.net>
Thu, 4 Mar 2021 21:47:42 +0000 (13:47 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Mar 2021 21:47:42 +0000 (13:47 -0800)
commite216674a5b5781694223ff3f0c4f2cc721a36ab0
tree8c187de3dad473692a73ec776683c02388928178
parenta9ecb0cbf03746b17a7c13bd8e3464e6789f73e8
parent7a766381634da19fc837619b0a34590498d9d29a
Merge branch '10GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2021-03-03

This series contains updates to ixgbe and ixgbevf drivers.

Bartosz Golaszewski does not error on -ENODEV from ixgbe_mii_bus_init()
as this is valid for some devices with a shared bus for ixgbe.

Antony Antony adds a check to fail for non transport mode SA with
offload as this is not supported for ixgbe and ixgbevf.

Dinghao Liu fixes a memory leak on failure to program a perfect filter
for ixgbe.
====================

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