summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e/netdev.c
AgeCommit message (Expand)AuthorFilesLines
7 dayse1000e: 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-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2025-11-25treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-1/+0
2025-10-21e1000e: 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-09e1000e: Link NAPI instances to queues and IRQsJoe Damato1-0/+11
2024-10-09e1000e: Remove duplicated writel() in e1000_configure_tx/rx()Takamitsu Iwai1-6/+0
2024-10-09e1000e: 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-02e1000e: Fix S0ix residency on corporate systemsDima Ruinskiy1-66/+66
2024-05-30e1000e: move force SMBUS near the end of enable_ulp functionHui Wang1-18/+0
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-05Merge 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-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