summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e
AgeCommit message (Expand)AuthorFilesLines
2020-06-25e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu1-4/+10
2020-06-20e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2-8/+5
2020-06-20e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng1-0/+4
2019-10-05e1000e: add workaround for possible stalled packetKai-Heng Feng2-1/+11
2019-07-21e1000e: start network tx queue only when link is upKonstantin Khlebnikov1-2/+4
2019-07-21Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov1-6/+9
2019-04-05e1000e: fix cyclic resets at link up with active txKonstantin Khlebnikov1-9/+6
2019-04-05e1000e: Fix -Wformat-truncation warningsFlorian Fainelli1-2/+2
2019-01-26e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar1-3/+10
2018-09-26e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier2-2/+2
2018-09-26e1000e: Fix link check race conditionBenjamin Poirier2-21/+24
2018-09-26Revert "e1000e: Separate signaling for link check/link up"Benjamin Poirier3-19/+9
2018-09-26e1000e: Avoid missed interrupts following ICR readBenjamin Poirier2-8/+24
2018-09-26e1000e: Fix queue interrupt re-raising in Other interruptBenjamin Poirier1-0/+3
2018-09-26Partial revert "e1000e: Avoid receiver overrun interrupt bursts"Benjamin Poirier1-14/+2
2018-09-26e1000e: Remove Other from EIACBenjamin Poirier1-2/+3
2018-08-03e1000e: Ignore TSYNCRXCTL when getting I219 clock attributesBenjamin Poirier1-9/+6
2018-05-30e1000e: allocate ring descriptors with dma_zalloc_coherentPierre-Yves Kerbrat1-2/+2
2018-05-30e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier2-2/+2
2018-01-17e1000e: Fix e1000_check_for_copper_link_ich8lan return value.Benjamin Poirier1-3/+8
2017-12-05e1000e: fix the use of magic numbers for buffer overrun issueSasha Neftin2-4/+8
2017-11-30e1000e: fix buffer overrun while the I219 is processing DMA transactionsSasha Neftin1-3/+5
2017-11-30e1000e: Avoid receiver overrun interrupt burstsBenjamin Poirier2-8/+26
2017-11-30e1000e: Separate signaling for link check/link upBenjamin Poirier2-4/+9
2017-11-30e1000e: Fix return value testBenjamin Poirier1-1/+1
2017-11-30e1000e: Fix error path in link detectionBenjamin Poirier1-3/+4
2017-08-09e1000e: Initial Support for IceLakeSasha Neftin2-0/+8
2017-08-09e1000e: add check on e1e_wphy() return valueGustavo A R Silva1-0/+2
2017-06-08e1000e: 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-21e1000e: 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-22e1000e: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes1-52/+59
2017-01-19net: Remove usage of net_device last_rx memberTobias Klauser1-3/+3
2017-01-09net: remove useless memset's in drivers get_stats64stephen hemminger1-1/+0
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger2-5/+4
2017-01-06e1000e: driver trying to free already-free irqkhalidm1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2-11/+11
2016-12-11e1000: use disable_hardirq() for e1000_netpoll()WANG Cong1-4/+4
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson1-8/+6