]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0517ce11a11931655c0f7c5e4a77b4a577f47f86
tree7e8156ab5de1fc7dfd552209f137df6e6c8ae8c9
parent4df7fe72fc266f58582bfc6312f831542d89c50a
parenta4fd3f70ee513e0fb31814df5b1a212c9752c344
Merge branch '1GbE' of git://git.kernel.org/pub/scm/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>