summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e
AgeCommit message (Expand)AuthorFilesLines
2024-03-27e1000e: move force SMBUS from enable ulp function to avoid PHY loss issueVitaly Lifshits2-19/+18
2024-03-27e1000e: Workaround for sporadic MDI error on Meteor Lake systemsVitaly Lifshits4-69/+150
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-03-05intel: legacy: Partial revert of field get conversionSasha Neftin1-1/+1
2024-03-05e1000e: Minor flow correction in e1000_shutdown functionVitaly Lifshits1-4/+4
2024-02-28net: intel: e1000e: Use linkmode helpers for EEEAndrew Lunn1-5/+12
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+35
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit1-5/+5
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-3/+3
2024-01-29e1000e: correct maximum frequency adjustment valuesJacob Keller2-7/+35
2023-12-18intel: legacy: field get conversionJesse Brandeburg7-38/+23
2023-12-18intel: legacy: field prep conversionJesse Brandeburg2-8/+6
2023-12-18e1000e: make lost bits explicitJesse Brandeburg1-6/+7
2023-12-12e1000e: Use pcie_capability_read_word() for reading LNKSTAIlpo Järvinen2-8/+4
2023-12-12e1000e: Use PCI_EXP_LNKSTA_NLW & FIELD_GET() instead of custom defines/codeIlpo Järvinen2-5/+4
2023-08-24e1000e: Add support for the next LOM generationSasha Neftin5-0/+17
2023-08-16e1000e: Use PME poll to circumvent unreliable ACPI wakeKai-Heng Feng1-1/+3
2023-08-16net: e1000e: Remove unused declarationsYue Haibing1-2/+0
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
2023-01-10e1000e: Enable Link Partner Advertised SupportJamie Gloudon2-1/+18
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 Neftin3-0/+49
2022-11-02e1000e: Add support for the next LOM generationSasha Neftin5-0/+29
2022-11-02e1000e: Separate MTP board type from ADPSasha Neftin3-9/+32
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller1-13/+3
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-08drivers/net/ethernet/e1000e: check return value of e1e_rphy()Li Zhong1-3/+17
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2-5/+5
2022-07-28e1000e: convert .adjfreq to .adjfineJacob Keller3-10/+11
2022-07-28e1000e: remove unnecessary range check in e1000e_phc_adjfreqJacob Keller1-3/+0
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-32/+4
2022-07-14Revert "e1000e: Fix possible HW unit hang after an s0ix exit"Sasha Neftin4-32/+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-06-30intel/e1000e:fix repeated words in commentsJilin Yuan1-1/+1
2022-06-30intel: remove unused macrosJesse Brandeburg1-2/+0
2022-04-13e1000e: Fix possible overflow in LTR decodingSasha Neftin1-2/+2
2022-03-10e1000e: Print PHY register address when MDI read/write failsChen Yu1-4/+4
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-2/+34
2022-03-01e1000e: Correct NVM checksum verification flowSasha Neftin1-2/+2
2022-03-01e1000e: Fix possible HW unit hang after an s0ix exitSasha Neftin4-0/+32
2022-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-19/+44
2022-02-01e1000e: Handshake with CSME starts from ADL platformsSasha Neftin1-2/+4
2022-02-01e1000e: Separate ADP board type from TGPSasha Neftin3-17/+40