]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41f3bd14de36e5d9cf5687131aab84810e159a25
tree6100b5c10681ed7fe7194eb14de0a9dcadd77da6
parentd3d3a45c3990cfbd91fa076ca3f3a07b71967e6e
parent3dad762c8d186eb946333519f19bc22f8f525271
Merge branch '1GbE' of git://git.kernel.org/pub/scm/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>