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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190529001726.26097-1-jeffrey.t.kirsher@intel.com>
Date:   Tue, 28 May 2019 17:17:16 -0700
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 00/10][pull request] 1GbE Intel Wired LAN Driver Updates 2019-05-28

This series contains updates to e1000e, igb and igc.

Feng adds additional information on a warning message when a read of a
hardware register fails.

Gustavo A. R. Silva fixes up two "fall through" code comments so that
the checkers can actually determine that we did comment that the case
statement is falling through to the next case.

Sasha does some cleanup on the igc driver by removing duplicate
#defines and removing unused function pointers.  Also fixed up
white space and removed a unneeded workaround for igc.  Adds support for
flow control to the igc driver.

Konstantin Khlebnikov reverts a previous fix which was causing a false
positive for a hardware hang.  Provides a fix so that when link is lost
the packets in the transmit queue are flushed and wakes the transmit
queue when the NIC is ready to send packets.

The following are changes since commit c7ae09253cb8a11342d7d363591f6edf2a26552b:
  fsl/fman: include IPSEC SPI in the Keygen extraction
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE

Feng Tang (1):
  igb/igc: warn when fatal read failure happens

Gustavo A. R. Silva (2):
  igb: mark expected switch fall-through
  igb: mark expected switch fall-through

Konstantin Khlebnikov (2):
  Revert "e1000e: fix cyclic resets at link up with active tx"
  e1000e: start network tx queue only when link is up

Sasha Neftin (5):
  igc: Fix double definitions
  igc: Clean up unused pointers
  igc: Remove the obsolete workaround
  igc: Add flow control support
  igc: Cleanup the redundant code

 drivers/net/ethernet/intel/e1000e/netdev.c   | 21 +++++----
 drivers/net/ethernet/intel/igb/e1000_82575.c |  2 +-
 drivers/net/ethernet/intel/igb/igb_main.c    |  3 +-
 drivers/net/ethernet/intel/igc/igc_base.c    | 49 --------------------
 drivers/net/ethernet/intel/igc/igc_defines.h | 18 +++----
 drivers/net/ethernet/intel/igc/igc_hw.h      |  3 --
 drivers/net/ethernet/intel/igc/igc_mac.c     | 23 ++-------
 drivers/net/ethernet/intel/igc/igc_main.c    | 22 +++++++++
 8 files changed, 47 insertions(+), 94 deletions(-)

-- 
2.21.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ