netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net 0/3][pull request] Intel Wired LAN Driver Updates 2020-06-16
@ 2020-06-16 22:53 Jeff Kirsher
  2020-06-16 22:53 ` [net 1/3] e1000e: Do not wake up the system via WOL if device wakeup is disabled Jeff Kirsher
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jeff Kirsher @ 2020-06-16 22:53 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann

This series contains fixes to e1000 and e1000e.

Chen fixes an e1000e issue where systems could be waken via WoL, even
though the user has disabled the wakeup bit via sysfs.

Vaibhav Gupta updates the e1000 driver to clean up the legacy Power
Management hooks.

Arnd Bergmann cleans up the inconsistent use CONFIG_PM_SLEEP
preprocessor tags, which also resolves the compiler warnings about the
possibility of unused structure.

The following are changes since commit b8ad540dd4e40566c520dff491fc06c71ae6b989:
  mptcp: fix memory leak in mptcp_subflow_create_socket()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 1GbE

Arnd Bergmann (1):
  e1000e: fix unused-function warning

Chen Yu (1):
  e1000e: Do not wake up the system via WOL if device wakeup is disabled

Vaibhav Gupta (1):
  e1000: use generic power management

 drivers/net/ethernet/intel/e1000/e1000_main.c | 49 +++++--------------
 drivers/net/ethernet/intel/e1000e/netdev.c    | 30 ++++++------
 2 files changed, 28 insertions(+), 51 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-18 13:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-16 22:53 [net 0/3][pull request] Intel Wired LAN Driver Updates 2020-06-16 Jeff Kirsher
2020-06-16 22:53 ` [net 1/3] e1000e: Do not wake up the system via WOL if device wakeup is disabled Jeff Kirsher
2020-06-18 13:18   ` Sasha Levin
2020-06-16 22:53 ` [net 2/3] e1000: use generic power management Jeff Kirsher
2020-06-16 22:53 ` [net 3/3] e1000e: fix unused-function warning Jeff Kirsher
2020-06-16 23:16 ` [net 0/3][pull request] Intel Wired LAN Driver Updates 2020-06-16 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).