Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Fri, 11 May 2018 19:57:23 +0000 (15:57 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 May 2018 19:57:23 +0000 (15:57 -0400)
commitf4d641a2288504d7761e715a922fc675ddc2e594
tree3fe38e894fbfdf556fabecccb186ba4b8d64e994
parentf01008916f1a4b7e238bf124d13d5c509e8cc362
parentc89ebb968f04c71e16e86c91caeacb045dc8f908
Merge branch '10GbE' of git://git./linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2018-05-11

This series contains fixes to the ice, ixgbe and ixgbevf drivers.

Jeff Shaw provides a fix to ensure rq_last_status gets set, whether or
not the hardware responds with an error in the ice driver.

Emil adds a check for unsupported module during the reset routine for
ixgbe.

Luc Van Oostenryck fixes ixgbevf_xmit_frame() where it was not using the
correct return value (int).

Colin Ian King fixes a potential resource leak in ixgbe, where we were
not freeing ipsec in our cleanup path.
====================

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