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]
Date:   Fri, 17 Jan 2020 10:56:08 -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
Subject: [net-next 0/9][pull request] Intel Wired LAN Driver Updates 2020-01-17

This series contains updates to igc, i40e, fm10k and ice drivers.

Sasha fixes a typo in a code comment that referred to silicon that is
not supported in the igc driver.  Cleaned up a defined that was not
being used.  Added support for another i225 SKU which does not have an
NVM.  Added support for TCP segmentation offload (TSO) into igc.  Added
support for PHY power management control to provide a reliable and
accurate indication of PHY reset completion.

Jake adds support for the new txqueue parameter to the transmit timeout
function in fm10k which reduces the code complexity when determining
which transmit queue is stuck.

Julio Faracco makes the similar changes that Jake did for fm10k, for
i40e and ice drivers.  Added support for the new txqueue parameter in
the transmit timeout functions for i40e and ice.

Colin Ian King cleans up a redundant initialization of a local variable.

The following are changes since commit 56f200c78ce4d94680a27a1ce97a29ebeb4f23e1:
  netns: Constify exported functions
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE

Colin Ian King (1):
  ice: remove redundant assignment to variable xmit_done

Jacob Keller (1):
  fm10k: use txqueue parameter in fm10k_tx_timeout

Julio Faracco (2):
  i40e: Removing hung_queue variable to use txqueue function parameter
  ice: Removing hung_queue variable to use txqueue function parameter

Sasha Neftin (5):
  igc: Fix typo in a comment
  igc: Remove unused definition
  igc: Add SKU for i225 device
  igc: Add support for TSO
  igc: Add PHY power management control

 .../net/ethernet/intel/fm10k/fm10k_netdev.c   |  17 +--
 drivers/net/ethernet/intel/i40e/i40e_main.c   |  41 ++-----
 drivers/net/ethernet/intel/ice/ice_main.c     |  41 ++-----
 drivers/net/ethernet/intel/ice/ice_xsk.c      |   2 +-
 drivers/net/ethernet/intel/igc/igc_base.c     |   1 +
 drivers/net/ethernet/intel/igc/igc_defines.h  |   5 +
 drivers/net/ethernet/intel/igc/igc_hw.h       |   3 +-
 drivers/net/ethernet/intel/igc/igc_main.c     | 116 +++++++++++++++++-
 drivers/net/ethernet/intel/igc/igc_phy.c      |  16 ++-
 drivers/net/ethernet/intel/igc/igc_regs.h     |   1 +
 10 files changed, 170 insertions(+), 73 deletions(-)

-- 
2.24.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ