summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e/netdev.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-08e1000e: Fix possible HW unit hang after an s0ix exitSasha Neftin1-0/+26
2022-02-08e1000e: Separate ADP board type from TGPSasha Neftin1-16/+17
2022-02-05e1000e: Handshake with CSME starts from ADL platformsSasha Neftin1-2/+4
2021-10-20e1000e: Separate TGP board type from SPTSasha Neftin1-22/+23
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-21net/e1000e: Fix spelling mistake "The" -> "This"Tree Davies1-1/+1
2021-07-21e1000e: Add support for the next LOM generationSasha Neftin1-0/+4
2021-07-21e1000e: Add support for Lunar LakeSasha Neftin1-0/+6
2021-07-21e1000e: Additional PHY power saving in S0ixSasha Neftin1-0/+6
2021-07-21e1000e: Add polling mechanism to indicate CSME DPG exitSasha Neftin1-0/+24
2021-07-21e1000e: Add handshake with the CSME to support S0ixSasha Neftin1-154/+174
2021-07-01e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET1-0/+1
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+13
2021-06-25e1000e: Check the PCIm stateSasha Neftin1-11/+13
2021-05-19net: e1000e: remove repeated word "slot" for netdev.cHao Chen1-1/+1
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+5
2021-03-23e1000e: Fix prototype warningSasha Neftin1-3/+3
2021-03-19e1000e: Mark e1000e_pm_prepare() as __maybe_unusedWei Yongjun1-1/+1
2021-03-16e1000e: Remove the runtime suspend restriction on CNP+Chen Yu1-1/+1
2021-03-16e1000e: Leverage direct_complete to speed up s2ramChen Yu1-1/+9
2021-03-11e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits1-1/+5
2020-12-24e1000e: Export S0ix flags to ethtoolMario Limonciello1-4/+5
2020-12-24Revert "e1000e: disable s0ix entry and exit flows for ME systems"Mario Limonciello1-43/+2
2020-12-24e1000e: Only run S0ix flows if shutdown succeededMario Limonciello1-6/+7
2020-12-10e1000e: fix S0ix flow to allow S0i3.2 subset entryVitaly Lifshits1-4/+4
2020-09-29e1000e: Add support for Meteor LakeSasha Neftin1-0/+6
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-13/+37
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-16/+14
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher1-7/+1
2020-06-17e1000e: fix unused-function warningArnd Bergmann1-11/+5
2020-06-17e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu1-4/+10
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-9/+106
2020-05-29e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal1-7/+5
2020-05-23e1000e: disable s0ix entry and exit flows for ME systemsVitaly Lifshits1-2/+43
2020-05-23e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng1-0/+4
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki1-1/+1
2020-04-19e1000e: fix S0ix flows for cable connected caseVitaly Lifshits1-0/+54
2020-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+9
2020-02-21Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller1-1/+8
2020-02-20e1000e: Add support for Tiger Lake deviceVitaly Lifshits1-0/+1
2020-02-20e1000e: Add support for Alder LakeSasha Neftin1-0/+6
2020-02-20e1000e: fix missing cpu_to_le64 on buffer_addrBen Dooks (Codethink)1-1/+1
2020-02-19e1000(e): use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-4/+1
2020-02-14drivers: net: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-7/+6
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-29/+25
2020-01-09e1000e: Revert "e1000e: Make watchdog use delayed work"Jeff Kirsher1-29/+25
2020-01-01e1000e: Use netdev_info instead of pr_info for link messagesAlexander Duyck1-8/+9
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-08net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli1-1/+2