summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-253-4/+10
|\
| * e1000e: Fix duplicate include guardTom Seewald2021-03-191-3/+3
| * e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu2021-03-111-0/+2
| * e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits2021-03-111-1/+5
* | e1000e: Fix prototype warningSasha Neftin2021-03-234-7/+7
* | e1000e: Mark e1000e_pm_prepare() as __maybe_unusedWei Yongjun2021-03-191-1/+1
* | e1000e: Remove the runtime suspend restriction on CNP+Chen Yu2021-03-161-1/+1
* | e1000e: Leverage direct_complete to speed up s2ramChen Yu2021-03-161-1/+9
|/
* e1000e: remove the redundant value assignment in e1000_update_nvm_checksum_sptKaixu Xia2021-02-041-7/+0
* e1000e: Export S0ix flags to ethtoolMario Limonciello2020-12-243-4/+52
* Revert "e1000e: disable s0ix entry and exit flows for ME systems"Mario Limonciello2020-12-241-43/+2
* e1000e: bump up timeout to wait when ME un-configures ULP modeMario Limonciello2020-12-241-3/+14
* e1000e: Only run S0ix flows if shutdown succeededMario Limonciello2020-12-241-6/+7
* e1000e: fix S0ix flow to allow S0i3.2 subset entryVitaly Lifshits2020-12-101-4/+4
* e1000e: Add support for Meteor LakeSasha Neftin2020-09-285-0/+21
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-265-21/+51
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-3/+1
|\
| * e1000e: continue to init PHY even when failed to disable ULPAaron Ma2020-07-301-3/+1
* | e1000e: Remove unnecessary usages of memsetSuraj Upadhyay2020-07-301-2/+2
* | ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-017-35/+31
* | net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-263-10/+1
|/
* e1000e: fix unused-function warningArnd Bergmann2020-06-171-11/+5
* e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu2020-06-171-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-044-11/+114
|\
| * e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2020-05-292-8/+5
| * e1000e: disable s0ix entry and exit flows for ME systemsVitaly Lifshits2020-05-231-2/+43
| * e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng2020-05-231-0/+4
| * e1000e: Warn if disabling ULP failedKai-Heng Feng2020-05-231-1/+5
| * e1000e: fix S0ix flows for cable connected caseVitaly Lifshits2020-04-192-0/+57
* | PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki2020-04-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-04-016-7/+28
|\
| * e1000e: reject unsupported coalescing paramsJakub Kicinski2020-03-051-0/+1
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2020-02-216-3/+26
| |\
| | * e1000e: Add support for Tiger Lake deviceVitaly Lifshits2020-02-202-0/+2
| | * e1000e: Add support for Alder LakeSasha Neftin2020-02-205-0/+21
| | * net: intel: e1000e: fix possible sleep-in-atomic-context bugs in e1000e_get_h...Jia-Ju Bai2020-02-201-2/+2
| | * e1000e: fix missing cpu_to_le64 on buffer_addrBen Dooks (Codethink)2020-02-191-1/+1
| * | e1000(e): use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-4/+1
| |/
* / drivers: net: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2020-02-141-7/+6
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-192-32/+27
|\
| * e1000e: Revert "e1000e: Make watchdog use delayed work"Jeff Kirsher2020-01-092-32/+27
* | e1000e: Use netdev_info instead of pr_info for link messagesAlexander Duyck2019-12-311-8/+9
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
|/
* net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli2019-11-081-1/+2
* e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not setSasha Neftin2019-10-301-0/+2
* e1000e: Add support for Tiger LakeSasha Neftin2019-10-305-1/+26
* e1000e: Drop unnecessary __E1000_DOWN bit twiddlingAlexander Duyck2019-10-301-6/+1
* e1000e: Use rtnl_lock to prevent race conditions between net and pci/pmAlexander Duyck2019-10-301-33/+35
* e1000e: Add support for Comet LakeSasha Neftin2019-10-302-0/+12