summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e
Commit message (Expand)AuthorAgeFilesLines
* e1000e: avoid failing the system during pm_suspendVitaly Lifshits2024-08-301-8/+11
* Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-07-163-6/+4
|\
| * Merge branch 'net-make-timestamping-selectable'Jakub Kicinski2024-07-151-1/+1
| |\
| | * net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
| * | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-07-131-1/+0
| |\ \
| | * | net: intel: Remove MODULE_AUTHORsTony Nguyen2024-07-111-1/+0
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-111-20/+53
| |\ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-041-66/+66
| |\ \
| * | | net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko2024-06-101-4/+3
* | | | Merge tag 'timers-core-2024-07-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-151-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner2024-07-131-66/+66
| |\ \ \ | | | |/ | | |/|
| * | | e1000e: Replace convert_art_to_tsc()Thomas Gleixner2024-06-031-1/+2
| | |/ | |/|
* | | e1000e: fix force smbus during suspend flowVitaly Lifshits2024-07-101-20/+53
| |/ |/|
* | e1000e: Fix S0ix residency on corporate systemsDima Ruinskiy2024-07-011-66/+66
|/
* e1000e: move force SMBUS near the end of enable_ulp functionHui Wang2024-05-292-18/+22
* net: e1000e & ixgbe: Remove PCI_HEADER_TYPE_MFD duplicatesIlpo Järvinen2024-05-081-2/+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-05-021-4/+4
|\
| * e1000e: change usleep_range to udelay in PHY mdic accessVitaly Lifshits2024-04-301-4/+4
* | e1000e: Remove redundant runtime resume for ethtool_opsBjorn Helgaas2024-04-081-56/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-045-81/+161
|\|
| * 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
* | net: intel: implement modern PM ops declarationsJesse Brandeburg2024-03-291-13/+9
|/
* 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