aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-24/+59
2021-10-20e1000e: Fix packet loss on Tiger Lake and laterSasha Neftin2-1/+13
2021-10-20e1000e: Separate TGP board type from SPTSasha Neftin3-23/+46
2021-10-19e1000e: Remove redundant statementluo penghao1-1/+0
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-2/+2
2021-09-17net: e1000e: solve insmod 'Unknown symbol mutex_lock' errorHao Chen1-0/+1
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+27
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-20e1000e: Do not take care about recovery NVM checksumSasha Neftin1-7/+11
2021-08-20e1000e: Fix the max snoop/no-snoop latency for 10MSasha Neftin2-1/+16
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-20net/e1000e: Fix spelling mistake "The" -> "This"Tree Davies1-1/+1
2021-07-20e1000e: Add space to the debug printSasha Neftin1-2/+4
2021-07-20e1000e: Add support for the next LOM generationSasha Neftin2-0/+8
2021-07-20e1000e: Add support for Lunar LakeSasha Neftin5-0/+21
2021-07-20e1000e: Additional PHY power saving in S0ixSasha Neftin1-0/+6
2021-07-20e1000e: Add polling mechanism to indicate CSME DPG exitSasha Neftin3-0/+26
2021-07-20e1000e: Add handshake with the CSME to support S0ixSasha Neftin2-154/+176
2021-07-01e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET1-0/+1
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+13
2021-06-24e1000e: Check the PCIm stateSasha Neftin1-11/+13
2021-05-19net: e1000e: fix misspell word "retreived"Hao Chen1-1/+1
2021-05-19net: e1000e: remove repeated word "slot" for netdev.cHao Chen1-1/+1
2021-05-19net: e1000e: remove repeated word "the" for ich8lan.cHao Chen1-1/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-4/+10
2021-03-23e1000e: Fix prototype warningSasha Neftin4-7/+7
2021-03-19e1000e: Mark e1000e_pm_prepare() as __maybe_unusedWei Yongjun1-1/+1
2021-03-19e1000e: Fix duplicate include guardTom Seewald1-3/+3
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