aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e
AgeCommit message (Expand)Author
2021-09-03e1000e: Fix the max snoop/no-snoop latency for 10MSasha Neftin
2021-07-28e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET
2021-03-30e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu
2021-03-30e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits
2020-06-25e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu
2020-06-20e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal
2020-06-20e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng
2019-10-05e1000e: add workaround for possible stalled packetKai-Heng Feng
2019-07-21e1000e: start network tx queue only when link is upKonstantin Khlebnikov
2019-07-21Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov
2019-04-05e1000e: fix cyclic resets at link up with active txKonstantin Khlebnikov
2019-04-05e1000e: Fix -Wformat-truncation warningsFlorian Fainelli
2019-01-26e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar
2018-09-26e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier
2018-09-26e1000e: Fix link check race conditionBenjamin Poirier
2018-09-26Revert "e1000e: Separate signaling for link check/link up"Benjamin Poirier
2018-09-26e1000e: Avoid missed interrupts following ICR readBenjamin Poirier
2018-09-26e1000e: Fix queue interrupt re-raising in Other interruptBenjamin Poirier
2018-09-26Partial revert "e1000e: Avoid receiver overrun interrupt bursts"Benjamin Poirier
2018-09-26e1000e: Remove Other from EIACBenjamin Poirier
2018-08-03e1000e: Ignore TSYNCRXCTL when getting I219 clock attributesBenjamin Poirier
2018-05-30e1000e: allocate ring descriptors with dma_zalloc_coherentPierre-Yves Kerbrat
2018-05-30e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier
2018-01-17e1000e: Fix e1000_check_for_copper_link_ich8lan return value.Benjamin Poirier
2017-12-05e1000e: fix the use of magic numbers for buffer overrun issueSasha Neftin
2017-11-30e1000e: fix buffer overrun while the I219 is processing DMA transactionsSasha Neftin
2017-11-30e1000e: Avoid receiver overrun interrupt burstsBenjamin Poirier
2017-11-30e1000e: Separate signaling for link check/link upBenjamin Poirier
2017-11-30e1000e: Fix return value testBenjamin Poirier
2017-11-30e1000e: Fix error path in link detectionBenjamin Poirier
2017-08-08e1000e: Initial Support for IceLakeSasha Neftin
2017-08-08e1000e: add check on e1e_wphy() return valueGustavo A R Silva
2017-06-07e1000e: Undo e1000e_pm_freeze if __e1000_shutdown failsChris Wilson
2017-06-06e1000e: use disable_hardirq() also for MSIX vectors in e1000_netpoll()Konstantin Khlebnikov
2017-06-06e1000e: Don't return uninitialized statsBenjamin Poirier
2017-06-06e1000e: add statistic indicating number of skipped Tx timestampsJacob Keller
2017-06-06e1000e: fix race condition around skb_tstamp_tx()Jacob Keller
2017-05-21net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar
2017-04-30e1000e: Add Support for 38.4MHZ frequencySasha Neftin
2017-04-30e1000e: Add Support for CannonLakeSasha Neftin
2017-04-30e1000e: Initial Support for CannonLakeSasha Neftin
2017-04-30e1000e: fix PTP on e1000_pch_lpt variantsJarod Wilson
2017-04-20e1000e: fix timing for 82579 Gigabit Ethernet controllerBernd Faust
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-24Revert "e1000e: driver trying to free already-free irq"Jeff Kirsher
2017-03-21e1000e: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser
2017-01-08net: remove useless memset's in drivers get_stats64stephen hemminger
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger