OSDN Git Service

Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Mon, 12 Mar 2018 19:21:08 +0000 (15:21 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Mar 2018 19:21:08 +0000 (15:21 -0400)
commit59bb883532d4210bd8832ae16e68b65ecdfd6d5d
treeb35fd4f9d5924580bc66823697b8b043227cb734
parent38fbbc9c23d02fea257879450c2c4e9959fdc1e0
parente2710dbf0dc1e37d85368e2404049dadda848d5a
Merge branch '1GbE' of git://git./linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2018-03-12

This series contains fixes to e1000e only.

Benjamin Poirier provides two fixes, first reverts commits that changed
what happens to the link status when there is an error.  These commits
were to resolve a race condition, but in the process of fixing the race
condition, they changed the behavior when an error occurred.  Second fix
resolves a race condition by not setting "get_link_status" to false
after checking the link.
====================

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