OSDN Git Service

Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 22:04:30 +0000 (15:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Mar 2021 22:04:30 +0000 (15:04 -0700)
commit52280f60c9b6e25b00d43f576690e43baf724d09
tree46c860343756f423d3ade709a31d8f8988162119
parentf105f26e456040ac5ea451ffed02fe4c48f36ac7
parent3335369bad99c40b3513da2d165e6ae83f3f3c8b
Merge branch '1GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
1GbE Intel Wired LAN Driver Updates 2021-03-15

This series contains updates to e1000e only.

Chen Yu says:

The NIC is put in runtime suspend status when there is no cable connected.
As a result, it is safe to keep non-wakeup NIC in runtime suspended during
s2ram because the system does not rely on the NIC plug event nor WoL to
wake up the system. Besides that, unlike the s2idle, s2ram does not need to
manipulate S0ix settings during suspend.
====================

Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>