aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09e1000e: 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/git/helgaas/pciLinus Torvalds1-2/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-2/+0
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: 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-05e1000e: 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
2018-03-05e1000e: Avoid missed interrupts following ICR readBenjamin Poirier2-8/+24
2018-03-05e1000e: Fix queue interrupt re-raising in Other interruptBenjamin Poirier1-0/+3
2018-03-05Partial revert "e1000e: Avoid receiver overrun interrupt bursts"Benjamin Poirier1-14/+2
2018-03-05e1000e: Remove Other from EIACBenjamin Poirier1-2/+3
2018-01-24e1000e: Alert the user that C-states will be disabled by enabling jumbo framesMatt Turner1-0/+2
2018-01-24e1000e: Set HTHRESH when PTHRESH is usedMatt Turner1-1/+1
2018-01-02e1000e: Fix e1000_check_for_copper_link_ich8lan return value.Benjamin Poirier1-3/+8
2017-11-27e1000e: fix the use of magic numbers for buffer overrun issueSasha Neftin2-4/+8
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook1-8/+6
2017-10-10e1000e: Be drop monitor friendlyFlorian Fainelli1-7/+11
2017-10-10e1000e: apply burst mode settings only on defaultWillem de Bruijn3-13/+15
2017-10-10e1000e: fix buffer overrun while the I219 is processing DMA transactionsSasha Neftin1-3/+5
2017-10-10e1000e: Avoid receiver overrun interrupt burstsBenjamin Poirier2-8/+26
2017-10-10e1000e: Separate signaling for link check/link upBenjamin Poirier2-4/+9
2017-10-10e1000e: Fix return value testBenjamin Poirier1-1/+1
2017-10-10e1000e: Fix wrong comment related to link detectionBenjamin Poirier1-2/+2
2017-10-10e1000e: Fix error path in link detectionBenjamin Poirier1-3/+4
2017-09-21drivers: net: e1000e: use setup_timer() helper.Allen Pais1-7/+4
2017-08-08e1000e: Initial Support for IceLakeSasha Neftin2-0/+8
2017-08-08e1000e: add check on e1e_wphy() return valueGustavo A R Silva1-0/+2
2017-06-07e1000e: Undo e1000e_pm_freeze if __e1000_shutdown failsChris Wilson1-1/+6
2017-06-06e1000e: use disable_hardirq() also for MSIX vectors in e1000_netpoll()Konstantin Khlebnikov1-6/+6
2017-06-06e1000e: Don't return uninitialized statsBenjamin Poirier1-1/+1
2017-06-06e1000e: add statistic indicating number of skipped Tx timestampsJacob Keller3-7/+12
2017-06-06e1000e: fix race condition around skb_tstamp_tx()Jacob Keller1-2/+8
2017-05-21net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar1-2/+2
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-04-30e1000e: Add Support for 38.4MHZ frequencySasha Neftin2-29/+48
2017-04-30e1000e: Add Support for CannonLakeSasha Neftin4-62/+63
2017-04-30e1000e: Initial Support for CannonLakeSasha Neftin4-1/+33
2017-04-30e1000e: fix PTP on e1000_pch_lpt variantsJarod Wilson1-1/+2
2017-04-20e1000e: fix timing for 82579 Gigabit Ethernet controllerBernd Faust1-0/+6
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-03-24Revert "e1000e: driver trying to free already-free irq"Jeff Kirsher1-1/+1
2017-03-21e1000e: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes1-52/+59
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-3/+3