aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e
AgeCommit message (Expand)Author
2023-04-26e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski
2022-12-14e1000e: Fix TX dispatch conditionAkihiko Odaki
2022-04-27e1000e: Fix possible overflow in LTR decodingSasha Neftin
2021-09-03e1000e: Fix the max snoop/no-snoop latency for 10MSasha Neftin
2021-07-28e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET
2021-07-14e1000e: Check the PCIm stateSasha Neftin
2021-03-30e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu
2021-03-30e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits
2020-09-23e1000e: Add support for Comet LakeSasha Neftin
2020-06-24e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu
2020-06-22e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal
2020-06-22e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng
2020-02-28e1000e: Use rtnl_lock to prevent race conditions between net and pci/pmAlexander Duyck
2020-02-05e1000e: Revert "e1000e: Make watchdog use delayed work"Jeff Kirsher
2020-02-05e1000e: Drop unnecessary __E1000_DOWN bit twiddlingAlexander Duyck
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-09e1000e: Make speed detection on hotplugging cable more reliableKai-Heng Feng
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-07-24e1000e: add workaround for possible stalled packetKai-Heng Feng
2019-07-23e1000e: Use dev_get_drvdata where possibleChuhong Yuan
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-28e1000e: PCIm function state supportVitaly Lifshits
2019-06-28e1000e: Make watchdog use delayed workDetlev Casanova
2019-06-28e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven
2019-06-28e1000e: Increase pause and refresh timeMiguel Bernal Marin
2019-05-28e1000e: start network tx queue only when link is upKonstantin Khlebnikov
2019-05-28Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-19e1000e: Disable runtime PM on CNP+Kai-Heng Feng
2019-03-19intel: correct return from set features callbackSerhey Popovych
2019-02-23e1000e: Fix -Wformat-truncation warningsFlorian Fainelli
2019-02-05e1000e: fix cyclic resets at link up with active txKonstantin Khlebnikov
2019-02-05e1000e: fix a missing check for return valueJeff Kirsher
2019-02-05e1000e: Exclude device from suspend direct complete optimizationKai-Heng Feng
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg
2018-11-09e1000e: extend PTP gettime function to read system clockMiroslav Lichvar
2018-11-07e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04e1000e: Ignore TSYNCRXCTL when getting I219 clock attributesBenjamin Poirier
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-03-12e1000e: Fix link check race conditionBenjamin Poirier