OSDN Git Service

Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Wed, 7 Mar 2018 17:05:56 +0000 (12:05 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Mar 2018 17:05:56 +0000 (12:05 -0500)
commit3eac60d173fa22855895dcef6cd2dc4ca65c2acf
tree6100b5c10681ed7fe7194eb14de0a9dcadd77da6
parentb5b2f338f685ea9e548f89b3d45aab211ca16abb
parent0a6f2f05a2f50cdfea863887ffc3ad315fa4daf1
Merge branch '1GbE' of git://git./linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
1GbE Intel Wired LAN Driver Updates 2018-03-05

This series contains updates to igb only.

Corinna Vinschen adds the support for trusted VFs into the igb driver.

Mika fixes an issue where PCIe device is physically unplugged can cause
a kernel crash.  This issue is that netif_device_detach() is called in
these cases, which prevents netif_unregister() from bringing the device
down properly.

Christophe JAILLET fixes an issue with igb where HWTSTAMP_TX_ON was
being handled like a bit mask and not a value.

v2: dropped the e1000e fix from the series since I will be pushing it
    through David Miller's net tree.
====================

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