aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-15e1000e: Remove the runtime suspend restriction on CNP+Chen Yu1-1/+1
2021-03-15e1000e: Leverage direct_complete to speed up s2ramChen Yu1-1/+9
2021-03-11e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu1-0/+2
2021-03-11e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits1-1/+5
2021-02-03e1000e: remove the redundant value assignment in e1000_update_nvm_checksum_sptKaixu Xia1-7/+0
2020-12-23e1000e: Export S0ix flags to ethtoolMario Limonciello3-4/+52
2020-12-23Revert "e1000e: disable s0ix entry and exit flows for ME systems"Mario Limonciello1-43/+2
2020-12-23e1000e: bump up timeout to wait when ME un-configures ULP modeMario Limonciello1-3/+14
2020-12-23e1000e: Only run S0ix flows if shutdown succeededMario Limonciello1-6/+7
2020-12-09e1000e: fix S0ix flow to allow S0i3.2 subset entryVitaly Lifshits1-4/+4
2020-09-28e1000e: Add support for Meteor LakeSasha Neftin5-0/+21
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg5-21/+51
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+1
2020-07-30e1000e: Remove unnecessary usages of memsetSuraj Upadhyay1-2/+2
2020-07-30e1000e: continue to init PHY even when failed to disable ULPAaron Ma1-3/+1
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher7-35/+31
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher3-10/+1
2020-06-16e1000e: fix unused-function warningArnd Bergmann1-11/+5
2020-06-16e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu1-4/+10
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-11/+114
2020-05-28e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2-8/+5
2020-05-22e1000e: disable s0ix entry and exit flows for ME systemsVitaly Lifshits1-2/+43
2020-05-22e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng1-0/+4
2020-05-22e1000e: Warn if disabling ULP failedKai-Heng Feng1-1/+5
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki1-1/+1
2020-04-19e1000e: fix S0ix flows for cable connected caseVitaly Lifshits2-0/+57
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds6-7/+28
2020-03-05e1000e: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-02-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller6-3/+26
2020-02-19e1000e: Add support for Tiger Lake deviceVitaly Lifshits2-0/+2
2020-02-19e1000e: Add support for Alder LakeSasha Neftin5-0/+21
2020-02-19net: intel: e1000e: fix possible sleep-in-atomic-context bugs in e1000e_get_hw_semaphore()Jia-Ju Bai1-2/+2
2020-02-19e1000e: 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-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-32/+27
2020-01-09e1000e: Revert "e1000e: Make watchdog use delayed work"Jeff Kirsher2-32/+27
2019-12-31e1000e: Use netdev_info instead of pr_info for link messagesAlexander Duyck1-8/+9
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli1-1/+2
2019-10-29e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not setSasha Neftin1-0/+2
2019-10-29e1000e: Add support for Tiger LakeSasha Neftin5-1/+26
2019-10-29e1000e: Drop unnecessary __E1000_DOWN bit twiddlingAlexander Duyck1-6/+1
2019-10-29e1000e: Use rtnl_lock to prevent race conditions between net and pci/pmAlexander Duyck1-33/+35
2019-10-29e1000e: Add support for Comet LakeSasha Neftin2-0/+12
2019-10-21e1000e: Add support for S0ixSasha Neftin2-0/+186
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-09-09e1000e: Make speed detection on hotplugging cable more reliableKai-Heng Feng1-6/+6
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski1-1/+0