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

Reply via email to