]> 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)
commit33bdfbfbffdddce8a6c882afff9c59638304979f
tree6100b5c10681ed7fe7194eb14de0a9dcadd77da6
parent5c37958366f716db68ea05afd8ccab1793389c81
parentb64155c073aa6ed56c8d33291d10d1d02cef39a6
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>