Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Wed, 29 May 2019 06:24:44 +0000 (23:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 May 2019 06:24:44 +0000 (23:24 -0700)
commitbe1b5b788829bbfa1cc794fbaa715957f0cce779
tree19060ad960e75e769f1127ba4eb64194f59a0e88
parentc38e57aecbb4244b1ada82b059a0b79dde7309f9
parent62a5b8429e99246cd81678774d2de1a67738be9b
Merge branch '1GbE' of git://git./linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
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
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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>