mbox series

[net,0/3,pull,request] Intel Wired LAN Driver Updates 2020-06-16

Message ID 20200616225354.2744572-1-jeffrey.t.kirsher@intel.com
Headers show
Series Intel Wired LAN Driver Updates 2020-06-16 | expand

Message

Jeff Kirsher June 16, 2020, 10:53 p.m. UTC
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(-)