Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Sun, 25 Mar 2018 20:24:34 +0000 (16:24 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 25 Mar 2018 20:24:34 +0000 (16:24 -0400)
commit0374016579d0ef5d86655e48645ccc05678e0cf5
treef188bc02287b805cc9fa0c9046c91fcd6c414253
parentee7a60c9657e21ca28be66fa5c5df39963f99c38
parented93a39871282fc0dbc2fecd0d04ea0ddad54353
Merge branch '10GbE' of git://git./linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
10GbE Intel Wired LAN Driver Updates 2018-03-23

This series contains updates to ixgbe and ixgbevf only.

Paul adds status register reads to reduce a potential race condition
where registers can read 0xFFFFFFFF during a PCI reset, which in turn
causes the driver to remove the adapter.  Then fixes an assignment
operation with an "OR" operation.

Shannon Nelson provides several IPsec offload cleanups to ixgbe, as well as a
patch to enable TSO with IPsec offload.

Tony provides the much anticipated XDP support for ixgbevf.  Currently,
pass, drop and XDP_TX actions are supported, as well as meta data and
stats reporting.

Björn Töpel tweaks the page counting for XDP_REDIRECT, since a page can
have its reference count decreased via the xdp_do_redirect() call.
====================

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