summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
|/
* e1000e: Fix -Wformat-truncation warningsFlorian Fainelli2019-02-231-2/+2
* e1000e: fix cyclic resets at link up with active txKonstantin Khlebnikov2019-02-061-9/+6Star
* 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/+0Star
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-2/+0Star
* | 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/+6Star
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-2723-466/+23Star
* 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/+9Star
* 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
* e1000e: Fix queue interrupt re-raising in Other interruptBenjamin Poirier2018-03-051-0/+3
* Partial revert "e1000e: Avoid receiver overrun interrupt bursts"Benjamin Poirier2018-03-051-14/+2Star
* e1000e: Remove Other from EIACBenjamin Poirier2018-03-051-2/+3
* e1000e: Alert the user that C-states will be disabled by enabling jumbo framesMatt Turner2018-01-241-0/+2
* e1000e: Set HTHRESH when PTHRESH is usedMatt Turner2018-01-241-1/+1
* e1000e: Fix e1000_check_for_copper_link_ich8lan return value.Benjamin Poirier2018-01-021-3/+8
* e1000e: fix the use of magic numbers for buffer overrun issueSasha Neftin2017-11-272-4/+8
* ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-181-8/+6Star
* e1000e: Be drop monitor friendlyFlorian Fainelli2017-10-101-7/+11
* e1000e: apply burst mode settings only on defaultWillem de Bruijn2017-10-103-13/+15
* e1000e: fix buffer overrun while the I219 is processing DMA transactionsSasha Neftin2017-10-101-3/+5
* e1000e: Avoid receiver overrun interrupt burstsBenjamin Poirier2017-10-102-8/+26
* e1000e: Separate signaling for link check/link upBenjamin Poirier2017-10-102-4/+9
* e1000e: Fix return value testBenjamin Poirier2017-10-101-1/+1
* e1000e: Fix wrong comment related to link detectionBenjamin Poirier2017-10-101-2/+2
* e1000e: Fix error path in link detectionBenjamin Poirier2017-10-101-3/+4
* drivers: net: e1000e: use setup_timer() helper.Allen Pais2017-09-211-7/+4Star
* e1000e: Initial Support for IceLakeSasha Neftin2017-08-092-0/+8