summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-192-32/+27
|\
| * e1000e: Revert "e1000e: Make watchdog use delayed work"Jeff Kirsher2020-01-092-32/+27
* | e1000e: Use netdev_info instead of pr_info for link messagesAlexander Duyck2019-12-311-8/+9
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
|/
* net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli2019-11-081-1/+2
* e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not setSasha Neftin2019-10-301-0/+2
* e1000e: Add support for Tiger LakeSasha Neftin2019-10-305-1/+26
* e1000e: Drop unnecessary __E1000_DOWN bit twiddlingAlexander Duyck2019-10-301-6/+1
* e1000e: Use rtnl_lock to prevent race conditions between net and pci/pmAlexander Duyck2019-10-301-33/+35
* e1000e: Add support for Comet LakeSasha Neftin2019-10-302-0/+12
* e1000e: Add support for S0ixSasha Neftin2019-10-212-0/+186
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-241-1/+0
|\
| * PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2019-08-281-1/+0
* | e1000e: Make speed detection on hotplugging cable more reliableKai-Heng Feng2019-09-091-6/+6
* | ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-231-4/+2
* | e1000e: add workaround for possible stalled packetKai-Heng Feng2019-07-242-1/+11
* | e1000e: Use dev_get_drvdata where possibleChuhong Yuan2019-07-231-4/+3
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-2/+1
|/
* e1000e: PCIm function state supportVitaly Lifshits2019-06-292-1/+20
* e1000e: Make watchdog use delayed workDetlev Casanova2019-06-292-27/+32
* e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven2019-06-297-28/+28
* e1000e: Increase pause and refresh timeMiguel Bernal Marin2019-06-281-2/+2
* e1000e: start network tx queue only when link is upKonstantin Khlebnikov2019-05-291-2/+4
* Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov2019-05-291-6/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-3/+3
|\
| * net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
| * e1000e: Disable runtime PM on CNP+Kai-Heng Feng2019-03-191-1/+1
| * intel: correct return from set features callbackSerhey Popovych2019-03-191-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-7/+0
|/
* e1000e: Fix -Wformat-truncation warningsFlorian Fainelli2019-02-231-2/+2
* e1000e: fix cyclic resets at link up with active txKonstantin Khlebnikov2019-02-061-9/+6
* e1000e: fix a missing check for return valueJeff Kirsher2019-02-061-10/+23
* e1000e: Exclude device from suspend direct complete optimizationKai-Heng Feng2019-02-061-0/+2
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-8/+9
* e1000e: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-103-16/+45
* e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar2018-11-071-3/+10
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-2/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-2/+0
* | intel-ethernet: use correct module licenseJesse Brandeburg2018-09-191-1/+1
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+2
* e1000e: Ignore TSYNCRXCTL when getting I219 clock attributesBenjamin Poirier2018-06-041-9/+6
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-2723-466/+23
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-2323-0/+23
* e1000e: Fix link check race conditionBenjamin Poirier2018-03-122-21/+24
* Revert "e1000e: Separate signaling for link check/link up"Benjamin Poirier2018-03-123-19/+9
* e1000e: allocate ring descriptors with dma_zalloc_coherentPierre-Yves Kerbrat2018-03-051-2/+2
* e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier2018-03-052-2/+2
* e1000e: Avoid missed interrupts following ICR readBenjamin Poirier2018-03-052-8/+24