summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e/netdev.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27e1000e: move force SMBUS from enable ulp function to avoid PHY loss issueVitaly Lifshits1-0/+18
2024-03-05e1000e: Minor flow correction in e1000_shutdown functionVitaly Lifshits1-4/+4
2023-12-18intel: legacy: field get conversionJesse Brandeburg1-7/+4
2023-08-24e1000e: Add support for the next LOM generationSasha Neftin1-0/+4
2023-08-16e1000e: Use PME poll to circumvent unreliable ACPI wakeKai-Heng Feng1-1/+3
2023-05-18e1000e: Add @adapter description to kdocBaozhu Ni1-1/+1
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-25/+26
2023-04-20e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski1-25/+26
2023-03-09e1000e: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-01-30e1000e: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-7/+0
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-11-30e1000e: Fix TX dispatch conditionAkihiko Odaki1-2/+2
2022-11-02e1000e: Remove unnecessary use of kmap_atomic()Anirudh Venkataramanan1-15/+5
2022-11-02e1000e: Add e1000e trace moduleSasha Neftin1-0/+4
2022-11-02e1000e: Add support for the next LOM generationSasha Neftin1-0/+10
2022-11-02e1000e: Separate MTP board type from ADPSasha Neftin1-8/+9
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-07-28e1000e: convert .adjfreq to .adjfineJacob Keller1-2/+2
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-26/+4
2022-07-14Revert "e1000e: Fix possible HW unit hang after an s0ix exit"Sasha Neftin1-26/+0
2022-07-14e1000e: Enable GPT clock before sending message to CSMESasha Neftin1-0/+4
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-2/+2
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+26
2022-03-01e1000e: Fix possible HW unit hang after an s0ix exitSasha Neftin1-0/+26
2022-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+21
2022-02-01e1000e: Handshake with CSME starts from ADL platformsSasha Neftin1-2/+4
2022-02-01e1000e: Separate ADP board type from TGPSasha Neftin1-16/+17
2022-01-27e1000e: Remove useless DMA-32 fallback configurationChristophe JAILLET1-15/+7
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-22/+23
2021-10-20e1000e: Separate TGP board type from SPTSasha Neftin1-22/+23
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-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-21net/e1000e: Fix spelling mistake "The" -> "This"Tree Davies1-1/+1
2021-07-21e1000e: Add support for the next LOM generationSasha Neftin1-0/+4
2021-07-21e1000e: Add support for Lunar LakeSasha Neftin1-0/+6
2021-07-21e1000e: Additional PHY power saving in S0ixSasha Neftin1-0/+6
2021-07-21e1000e: Add polling mechanism to indicate CSME DPG exitSasha Neftin1-0/+24
2021-07-21e1000e: Add handshake with the CSME to support S0ixSasha Neftin1-154/+174
2021-07-01e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET1-0/+1
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+13
2021-06-25e1000e: Check the PCIm stateSasha Neftin1-11/+13
2021-05-19net: e1000e: remove repeated word "slot" for netdev.cHao Chen1-1/+1
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+5
2021-03-23e1000e: Fix prototype warningSasha Neftin1-3/+3
2021-03-19e1000e: Mark e1000e_pm_prepare() as __maybe_unusedWei Yongjun1-1/+1
2021-03-16e1000e: Remove the runtime suspend restriction on CNP+Chen Yu1-1/+1
2021-03-16e1000e: Leverage direct_complete to speed up s2ramChen Yu1-1/+9