This series contains updates to all of the Intel LAN drivers and
documentation.

Shannon Nelson updates the ixgbe kernel documentation to include IPsec
hardware offload.

Joe Perches cleans up whitespace issues in the igb driver.

Jesse update the netdev kernel documentation for NETIF_F_GSO_UDP_L4 to
align with the actual code.  Also aligned all the NAPI driver code for
all of the Intel drivers to implement the recommendations of Eric
Dumazet to check the return code of the napi_complete_done() to
determine whether or not to enable interrupts or exit poll.

Paul E. McKenney replaces synchronize_sched() with synchronize_rcu() for
ixgbe.

Sasha implements suggestions made by Joe Perches to remove obsolete code
and to use the dev_err() method.

The following are changes since commit 11c6c0c22857967815b65cc7692181866549a06f:
  Merge branch '100GbE' of 
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE

Jesse Brandeburg (2):
  docs-networking: fix typo in define
  ethernet/intel: consolidate NAPI and NAPI exit

Joe Perches (1):
  igb: Fix format with line continuation whitespace

Paul E. McKenney (1):
  ixgbe: Replace synchronize_sched() with synchronize_rcu()

Sasha Neftin (1):
  igc: Remove obsolete IGC_ERR define

Shannon Nelson (1):
  ixgbe: add ipsec hw offload note to ixgbe Documentation

 Documentation/networking/ixgbe.rst            | 13 +++++++++++
 Documentation/networking/netdev-features.txt  |  2 +-
 drivers/net/ethernet/intel/e100.c             | 10 ++++----
 drivers/net/ethernet/intel/e1000/e1000_main.c | 11 +++++----
 drivers/net/ethernet/intel/e1000e/netdev.c    | 17 +++++++-------
 drivers/net/ethernet/intel/fm10k/fm10k_main.c | 10 ++++----
 drivers/net/ethernet/intel/i40e/i40e_txrx.c   |  9 ++++----
 drivers/net/ethernet/intel/iavf/iavf_txrx.c   |  9 ++++----
 drivers/net/ethernet/intel/ice/ice_txrx.c     | 10 ++++----
 drivers/net/ethernet/intel/igb/igb_main.c     | 23 ++++++++++---------
 drivers/net/ethernet/intel/igbvf/netdev.c     |  9 +++++---
 drivers/net/ethernet/intel/igc/igc.h          |  2 --
 drivers/net/ethernet/intel/igc/igc_main.c     | 12 ++++++----
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  6 ++---
 .../net/ethernet/intel/ixgbevf/ixgbevf_main.c | 22 ++++++++++--------
 15 files changed, 97 insertions(+), 68 deletions(-)

-- 
2.19.1

Reply via email to