summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e
Commit message (Expand)AuthorAgeFilesLines
* e1000e: move force SMBUS from enable ulp function to avoid PHY loss issueVitaly Lifshits2024-03-272-19/+18
* e1000e: Workaround for sporadic MDI error on Meteor Lake systemsVitaly Lifshits2024-03-274-69/+150
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-1/+1
|\
| * intel: legacy: Partial revert of field get conversionSasha Neftin2024-03-051-1/+1
* | e1000e: Minor flow correction in e1000_shutdown functionVitaly Lifshits2024-03-041-4/+4
* | net: intel: e1000e: Use linkmode helpers for EEEAndrew Lunn2024-02-281-5/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-012-7/+35
|\|
| * e1000e: correct maximum frequency adjustment valuesJacob Keller2024-01-292-7/+35
* | ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2024-01-311-5/+5
* | ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-3/+3
|/
* intel: legacy: field get conversionJesse Brandeburg2023-12-187-38/+23
* intel: legacy: field prep conversionJesse Brandeburg2023-12-182-8/+6
* e1000e: make lost bits explicitJesse Brandeburg2023-12-181-6/+7
* e1000e: Use pcie_capability_read_word() for reading LNKSTAIlpo Järvinen2023-12-122-8/+4
* e1000e: Use PCI_EXP_LNKSTA_NLW & FIELD_GET() instead of custom defines/codeIlpo Järvinen2023-12-122-5/+4
* e1000e: Add support for the next LOM generationSasha Neftin2023-08-245-0/+17
* e1000e: Use PME poll to circumvent unreliable ACPI wakeKai-Heng Feng2023-08-161-1/+3
* net: e1000e: Remove unused declarationsYue Haibing2023-08-151-2/+0
* 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
* e1000e: Enable Link Partner Advertised SupportJamie Gloudon2023-01-092-1/+18
* 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-023-0/+49
* | e1000e: Add support for the next LOM generationSasha Neftin2022-11-025-0/+29
* | e1000e: Separate MTP board type from ADPSasha Neftin2022-11-023-9/+32
* | ptp: introduce helpers to adjust by scaled parts per millionJacob Keller2022-10-311-13/+3
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* drivers/net/ethernet/e1000e: check return value of e1e_rphy()Li Zhong2022-09-081-3/+17
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-5/+5
* e1000e: convert .adjfreq to .adjfineJacob Keller2022-07-283-10/+11
* e1000e: remove unnecessary range check in e1000e_phc_adjfreqJacob Keller2022-07-281-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-214-32/+4
|\
| * Revert "e1000e: Fix possible HW unit hang after an s0ix exit"Sasha Neftin2022-07-144-32/+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
* | intel/e1000e:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
* | intel: remove unused macrosJesse Brandeburg2022-06-301-2/+0
|/
* e1000e: Fix possible overflow in LTR decodingSasha Neftin2022-04-131-2/+2
* e1000e: Print PHY register address when MDI read/write failsChen Yu2022-03-091-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-034-2/+34
|\
| * e1000e: Correct NVM checksum verification flowSasha Neftin2022-02-281-2/+2
| * e1000e: Fix possible HW unit hang after an s0ix exitSasha Neftin2022-02-284-0/+32
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-033-19/+44
|\|
| * e1000e: Handshake with CSME starts from ADL platformsSasha Neftin2022-02-011-2/+4
| * e1000e: Separate ADP board type from TGPSasha Neftin2022-02-013-17/+40