summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/netdev.c
AgeCommit message (Expand)AuthorLines
2022-07-28e1000e: convert .adjfreq to .adjfineJacob Keller-2/+2
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-26/+4
2022-07-14Revert "e1000e: Fix possible HW unit hang after an s0ix exit"Sasha Neftin-26/+0
2022-07-14e1000e: Enable GPT clock before sending message to CSMESasha Neftin-0/+4
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet-2/+2
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+26
2022-02-28e1000e: Fix possible HW unit hang after an s0ix exitSasha Neftin-0/+26
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+21
2022-02-01e1000e: Handshake with CSME starts from ADL platformsSasha Neftin-2/+4
2022-02-01e1000e: Separate ADP board type from TGPSasha Neftin-16/+17
2022-01-27e1000e: Remove useless DMA-32 fallback configurationChristophe JAILLET-15/+7
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu-4/+0
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-22/+23
2021-10-20e1000e: Separate TGP board type from SPTSasha Neftin-22/+23
2021-10-19e1000e: Remove redundant statementluo penghao-1/+0
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski-2/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-1/+1
2021-07-20net/e1000e: Fix spelling mistake "The" -> "This"Tree Davies-1/+1
2021-07-20e1000e: Add support for the next LOM generationSasha Neftin-0/+4
2021-07-20e1000e: Add support for Lunar LakeSasha Neftin-0/+6
2021-07-20e1000e: Additional PHY power saving in S0ixSasha Neftin-0/+6
2021-07-20e1000e: Add polling mechanism to indicate CSME DPG exitSasha Neftin-0/+24
2021-07-20e1000e: Add handshake with the CSME to support S0ixSasha Neftin-154/+174
2021-07-01e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET-0/+1
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+13
2021-06-24e1000e: Check the PCIm stateSasha Neftin-11/+13
2021-05-19net: e1000e: remove repeated word "slot" for netdev.cHao Chen-1/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+5
2021-03-23e1000e: Fix prototype warningSasha Neftin-3/+3
2021-03-19e1000e: Mark e1000e_pm_prepare() as __maybe_unusedWei Yongjun-1/+1
2021-03-15e1000e: Remove the runtime suspend restriction on CNP+Chen Yu-1/+1
2021-03-15e1000e: Leverage direct_complete to speed up s2ramChen Yu-1/+9
2021-03-11e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits-1/+5
2020-12-23e1000e: Export S0ix flags to ethtoolMario Limonciello-4/+5
2020-12-23Revert "e1000e: disable s0ix entry and exit flows for ME systems"Mario Limonciello-43/+2
2020-12-23e1000e: Only run S0ix flows if shutdown succeededMario Limonciello-6/+7
2020-12-09e1000e: fix S0ix flow to allow S0i3.2 subset entryVitaly Lifshits-4/+4
2020-09-28e1000e: Add support for Meteor LakeSasha Neftin-0/+6
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg-13/+37
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+0
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher-16/+14
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher-7/+1
2020-06-16e1000e: fix unused-function warningArnd Bergmann-11/+5
2020-06-16e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu-4/+10
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-9/+106
2020-05-28e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal-7/+5
2020-05-22e1000e: disable s0ix entry and exit flows for ME systemsVitaly Lifshits-2/+43
2020-05-22e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng-0/+4
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki-1/+1
2020-04-19e1000e: fix S0ix flows for cable connected caseVitaly Lifshits-0/+54