summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e/netdev.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-22e1000e: Reconfigure PLL clock gate timeout and re-enable K1 on Meteor LakeDima Ruinskiy1-1/+14
2026-06-13e1000e: Use __napi_schedule_irqoff()Matt Vollrath1-3/+3
2026-06-13e1000e: use ktime_get_real_ns() in e1000e_systim_reset()Aleksandr Loktionov1-1/+1
2026-05-12net: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)1-119/+352
2026-04-18e1000e: Unroll PTP in probe error handlingMatt Vollrath1-0/+1
2026-03-10e1000/e1000e: Fix leak in DMA error cleanupMatt Vollrath1-2/+0
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-8/+7
2026-02-25e1000e: introduce new board type for Panther Lake PCHVitaly Lifshits1-8/+7
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-4/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-7/+6
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-1/+0
2025-10-20e1000e: Introduce private flag to disable K1Vitaly Lifshits1-0/+3
2025-09-03e1000e: drop unnecessary constant casts to u16Jacek Kowalski1-2/+2
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-06-17e1000e: set fixed clock frequency indication for Nahum 11 and Nahum 13Vitaly Lifshits1-3/+11
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+4
2025-04-11net: e1000e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Piotr Wejman1-38/+37
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-4/+4
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-10-08e1000e: Link NAPI instances to queues and IRQsJoe Damato1-0/+11
2024-10-08e1000e: Remove duplicated writel() in e1000_configure_tx/rx()Takamitsu Iwai1-6/+0
2024-10-08e1000e: change I219 (19) devices to ADPVitaly Lifshits1-2/+2
2024-08-30e1000e: avoid failing the system during pm_suspendVitaly Lifshits1-8/+11
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen1-1/+0
2024-07-01e1000e: Fix S0ix residency on corporate systemsDima Ruinskiy1-66/+66
2024-05-29e1000e: move force SMBUS near the end of enable_ulp functionHui Wang1-18/+0
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+18
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg1-13/+9
2024-03-27e1000e: move force SMBUS from enable ulp function to avoid PHY loss issueVitaly Lifshits1-0/+18
2024-03-04e1000e: 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-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-25/+26
2023-04-19e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski1-25/+26
2023-03-08e1000e: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-01-30e1000e: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-7/+0
2022-12-08Merge 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-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-08-31net: 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