]> 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, 24 Jul 2019 22:35:40 +0000 (15:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jul 2019 22:35:40 +0000 (15:35 -0700)
commit81ca701df1b4c96f11e23000fd7eebdf22dce5b8
tree1bf89d5b94cc17ed5ed1c3141d1c30c5ccc07bba
parent93f192bdbad1ee4d188bfaf0eff60e779b679662
parent5d19b3127b7d53af38ab4a18a035dd82b8633773
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 2019-07-24

This series contains updates to igc and e1000e client drivers only.

Sasha provides a couple of cleanups to remove code that is not needed
and reduce structure sizes.  Updated the MAC reset flow to use the
device reset flow instead of a port reset flow.  Added addition device
id's that will be supported.

Kai-Heng Feng provides a workaround for a possible stalled packet issue
in our ICH devices due to a clock recovery from the PCH being too slow.

v2: removed the last patch in the series that supposedly fixed a MAC/PHY
    de-sync potential issue while waiting for additional information from
    hardware engineers.
====================

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