summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* e1000e: move force SMBUS near the end of enable_ulp functionHui Wang3 days1-18/+0
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-041-0/+18
|\
| * e1000e: move force SMBUS from enable ulp function to avoid PHY loss issueVitaly Lifshits2024-03-271-0/+18
* | net: intel: implement modern PM ops declarationsJesse Brandeburg2024-03-291-13/+9
|/
* e1000e: Minor flow correction in e1000_shutdown functionVitaly Lifshits2024-03-041-4/+4
* intel: legacy: field get conversionJesse Brandeburg2023-12-181-7/+4
* e1000e: Add support for the next LOM generationSasha Neftin2023-08-241-0/+4
* e1000e: Use PME poll to circumvent unreliable ACPI wakeKai-Heng Feng2023-08-161-1/+3
* e1000e: Add @adapter description to kdocBaozhu Ni2023-05-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-25/+26
|\
| * e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski2023-04-191-25/+26
* | e1000e: Remove unnecessary aer.h includeBjorn Helgaas2023-03-081-1/+0
|/
* e1000e: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-01-301-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-2/+2
|\
| * e1000e: Fix TX dispatch conditionAkihiko Odaki2022-11-301-2/+2
* | e1000e: Remove unnecessary use of kmap_atomic()Anirudh Venkataramanan2022-11-021-15/+5
* | e1000e: Add e1000e trace moduleSasha Neftin2022-11-021-0/+4
* | e1000e: Add support for the next LOM generationSasha Neftin2022-11-021-0/+10
* | e1000e: Separate MTP board type from ADPSasha Neftin2022-11-021-8/+9
|/
* 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
|\