aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* e1000e: convert .adjfreq to .adjfineJacob Keller2022-07-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-26/+4
|\
| * Revert "e1000e: Fix possible HW unit hang after an s0ix exit"Sasha Neftin2022-07-141-26/+0
| * e1000e: Enable GPT clock before sending message to CSMESasha Neftin2022-07-141-0/+4
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-0/+26
|\
| * e1000e: Fix possible HW unit hang after an s0ix exitSasha Neftin2022-02-281-0/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-031-18/+21
|\|
| * e1000e: Handshake with CSME starts from ADL platformsSasha Neftin2022-02-011-2/+4
| * e1000e: Separate ADP board type from TGPSasha Neftin2022-02-011-16/+17
* | e1000e: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-15/+7
|/
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-22/+23
|\
| * e1000e: Separate TGP board type from SPTSasha Neftin2021-10-201-22/+23
* | e1000e: Remove redundant statementluo penghao2021-10-191-1/+0
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-2/+2
|/
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net/e1000e: Fix spelling mistake "The" -> "This"Tree Davies2021-07-201-1/+1
* e1000e: Add support for the next LOM generationSasha Neftin2021-07-201-0/+4
* e1000e: Add support for Lunar LakeSasha Neftin2021-07-201-0/+6
* e1000e: Additional PHY power saving in S0ixSasha Neftin2021-07-201-0/+6
* e1000e: Add polling mechanism to indicate CSME DPG exitSasha Neftin2021-07-201-0/+24
* e1000e: Add handshake with the CSME to support S0ixSasha Neftin2021-07-201-154/+174
* e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET2021-07-011-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-11/+13
|\
| * e1000e: Check the PCIm stateSasha Neftin2021-06-241-11/+13
* | net: e1000e: remove repeated word "slot" for netdev.cHao Chen2021-05-191-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-1/+5
|\
| * e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits2021-03-111-1/+5
* | e1000e: Fix prototype warningSasha Neftin2021-03-231-3/+3
* | e1000e: Mark e1000e_pm_prepare() as __maybe_unusedWei Yongjun2021-03-191-1/+1
* | e1000e: Remove the runtime suspend restriction on CNP+Chen Yu2021-03-151-1/+1
* | e1000e: Leverage direct_complete to speed up s2ramChen Yu2021-03-151-1/+9
|/
* e1000e: Export S0ix flags to ethtoolMario Limonciello2020-12-231-4/+5
* Revert "e1000e: disable s0ix entry and exit flows for ME systems"Mario Limonciello2020-12-231-43/+2
* e1000e: Only run S0ix flows if shutdown succeededMario Limonciello2020-12-231-6/+7
* e1000e: fix S0ix flow to allow S0i3.2 subset entryVitaly Lifshits2020-12-091-4/+4
* e1000e: Add support for Meteor LakeSasha Neftin2020-09-281-0/+6
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-13/+37
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-16/+14
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-7/+1
* e1000e: fix unused-function warningArnd Bergmann2020-06-161-11/+5
* e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu2020-06-161-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-9/+106
|\
| * e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2020-05-281-7/+5
| * e1000e: disable s0ix entry and exit flows for ME systemsVitaly Lifshits2020-05-221-2/+43
| * e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng2020-05-221-0/+4