Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
authorDavid S. Miller <davem@davemloft.net>
Tue, 20 Jul 2021 23:57:06 +0000 (16:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jul 2021 23:57:06 +0000 (16:57 -0700)
commit3389d3027fec5ec8f687fb07fd8e6c1bd102b451
tree7e8156ab5de1fc7dfd552209f137df6e6c8ae8c9
parent41667a933c8ad141d0ba79d98e5f6458e7e66864
parentb27b8dc77b5e9030b2babb2728f61f9bf6260922
Merge branch '1GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
1GbE Intel Wired LAN Driver Updates 2021-07-20

This series contains updates to e1000e and igc drivers.

Sasha adds initial S0ix support for devices with CSME and adds polling
for exiting of DPG. He sets the PHY to low power idle when in S0ix. He
also adds support for new device IDs for and adds a space to debug
messaging to help with readability for e1000e.

For igc, he ensures that q_vector array is not accessed beyond its
bounds and removes unneeded PHY related checks.

Tree Davies corrects a spelling mistake in e1000e.

Muhammad corrects the value written when there is no TSN offloading
and adjusts timeout value to avoid possible Tx hang for igc.
====================

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