summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e
AgeCommit message (Expand)AuthorFilesLines
2021-09-03e1000e: Fix the max snoop/no-snoop latency for 10MSasha Neftin2-1/+16
2021-07-28e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET1-0/+1
2021-07-14e1000e: Check the PCIm stateSasha Neftin1-11/+13
2021-03-30e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu1-0/+2
2021-03-30e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits1-1/+5
2020-09-23e1000e: Add support for Comet LakeSasha Neftin2-0/+12
2020-06-24e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu1-4/+10
2020-06-22e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2-8/+5
2020-06-22e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng1-0/+4
2020-02-28e1000e: Use rtnl_lock to prevent race conditions between net and pci/pmAlexander Duyck1-33/+35
2020-02-06e1000e: Revert "e1000e: Make watchdog use delayed work"Jeff Kirsher2-32/+27
2020-02-06e1000e: Drop unnecessary __E1000_DOWN bit twiddlingAlexander Duyck1-6/+1
2019-09-24Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2019-09-09e1000e: Make speed detection on hotplugging cable more reliableKai-Heng Feng1-6/+6
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski1-1/+0
2019-08-23ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-4/+2
2019-07-24e1000e: add workaround for possible stalled packetKai-Heng Feng2-1/+11
2019-07-23e1000e: Use dev_get_drvdata where possibleChuhong Yuan1-4/+3
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+1
2019-06-29e1000e: PCIm function state supportVitaly Lifshits2-1/+20
2019-06-29e1000e: Make watchdog use delayed workDetlev Casanova2-27/+32
2019-06-29e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven7-28/+28
2019-06-29e1000e: Increase pause and refresh timeMiguel Bernal Marin1-2/+2
2019-05-29e1000e: start network tx queue only when link is upKonstantin Khlebnikov1-2/+4
2019-05-29Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov1-6/+9
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-7/+0
2019-04-02net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-20e1000e: Disable runtime PM on CNP+Kai-Heng Feng1-1/+1
2019-03-20intel: correct return from set features callbackSerhey Popovych1-1/+1
2019-02-24e1000e: Fix -Wformat-truncation warningsFlorian Fainelli1-2/+2
2019-02-06e1000e: fix cyclic resets at link up with active txKonstantin Khlebnikov1-9/+6
2019-02-06e1000e: fix a missing check for return valueJeff Kirsher1-10/+23
2019-02-06e1000e: Exclude device from suspend direct complete optimizationKai-Heng Feng1-0/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-8/+9
2018-11-10e1000e: extend PTP gettime function to read system clockMiroslav Lichvar3-16/+45
2018-11-07e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar1-3/+10
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2018-10-03PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-2/+0
2018-09-19intel-ethernet: use correct module licenseJesse Brandeburg1-1/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-06-04e1000e: Ignore TSYNCRXCTL when getting I219 clock attributesBenjamin Poirier1-9/+6
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher23-466/+23
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher23-0/+23
2018-03-12e1000e: Fix link check race conditionBenjamin Poirier2-21/+24
2018-03-12Revert "e1000e: Separate signaling for link check/link up"Benjamin Poirier3-19/+9
2018-03-06e1000e: allocate ring descriptors with dma_zalloc_coherentPierre-Yves Kerbrat1-2/+2
2018-03-05e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier2-2/+2