lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181121195423.20509-1-jeffrey.t.kirsher@intel.com>
Date:   Wed, 21 Nov 2018 11:54:17 -0800
From:   Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To:     davem@...emloft.net
Cc:     Jeff Kirsher <jeffrey.t.kirsher@...el.com>, netdev@...r.kernel.org,
        nhorman@...hat.com, sassmann@...hat.com, jesse.brandeburg@...el.com
Subject: [net-next 0/6][pull request] Intel Wired LAN Driver Updates 2018-11-21

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ