summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* e1000e: PCIm function state supportVitaly Lifshits2019-06-291-1/+17
* e1000e: Make watchdog use delayed workDetlev Casanova2019-06-291-25/+29
* e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven2019-06-291-7/+7
* 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: 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-101-10/+32
* 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
* e1000e: Ignore TSYNCRXCTL when getting I219 clock attributesBenjamin Poirier2018-06-041-9/+6Star
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-20/+1Star
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* Revert "e1000e: Separate signaling for link check/link up"Benjamin Poirier2018-03-121-1/+1
* e1000e: allocate ring descriptors with dma_zalloc_coherentPierre-Yves Kerbrat2018-03-051-2/+2
* e1000e: Avoid missed interrupts following ICR readBenjamin Poirier2018-03-051-7/+4Star
* 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 the use of magic numbers for buffer overrun issueSasha Neftin2017-11-271-3/+6
* 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-101-8/+0Star
* e1000e: fix buffer overrun while the I219 is processing DMA transactionsSasha Neftin2017-10-101-3/+5
* e1000e: Avoid receiver overrun interrupt burstsBenjamin Poirier2017-10-101-8/+25
* e1000e: Separate signaling for link check/link upBenjamin Poirier2017-10-101-1/+1
* e1000e: Fix return value testBenjamin Poirier2017-10-101-1/+1
* e1000e: Fix wrong comment related to link detectionBenjamin Poirier2017-10-101-2/+2
* drivers: net: e1000e: use setup_timer() helper.Allen Pais2017-09-211-7/+4Star
* e1000e: Initial Support for IceLakeSasha Neftin2017-08-091-0/+4
* e1000e: Undo e1000e_pm_freeze if __e1000_shutdown failsChris Wilson2017-06-081-1/+6
* e1000e: use disable_hardirq() also for MSIX vectors in e1000_netpoll()Konstantin Khlebnikov2017-06-061-6/+6
* e1000e: add statistic indicating number of skipped Tx timestampsJacob Keller2017-06-061-7/+10
* e1000e: fix race condition around skb_tstamp_tx()Jacob Keller2017-06-061-2/+8
* net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar2017-05-211-2/+2
* net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
* e1000e: Add Support for 38.4MHZ frequencySasha Neftin2017-04-301-17/+32