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-22e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal
2020-06-22e1000e: 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-05-31e1000e: Disable runtime PM on CNP+Kai-Heng Feng
2019-04-05e1000e: Exclude device from suspend direct complete optimizationKai-Heng Feng
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-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04e1000e: Ignore TSYNCRXCTL when getting I219 clock attributesBenjamin Poirier
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-03-12e1000e: Fix link check race conditionBenjamin Poirier
2018-03-12Revert "e1000e: Separate signaling for link check/link up"Benjamin Poirier
2018-03-05e1000e: allocate ring descriptors with dma_zalloc_coherentPierre-Yves Kerbrat
2018-03-05e1000e: Fix check_for_link return value with autoneg offBenjamin Poirier
2018-03-05e1000e: Avoid missed interrupts following ICR readBenjamin Poirier
2018-03-05e1000e: Fix queue interrupt re-raising in Other interruptBenjamin Poirier
2018-03-05Partial revert "e1000e: Avoid receiver overrun interrupt bursts"Benjamin Poirier
2018-03-05e1000e: Remove Other from EIACBenjamin Poirier
2018-01-24e1000e: Alert the user that C-states will be disabled by enabling jumbo framesMatt Turner
2018-01-24e1000e: Set HTHRESH when PTHRESH is usedMatt Turner
2018-01-02e1000e: Fix e1000_check_for_copper_link_ich8lan return value.Benjamin Poirier
2017-11-27e1000e: fix the use of magic numbers for buffer overrun issueSasha Neftin
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook
2017-10-10e1000e: Be drop monitor friendlyFlorian Fainelli
2017-10-10e1000e: apply burst mode settings only on defaultWillem de Bruijn
2017-10-10e1000e: fix buffer overrun while the I219 is processing DMA transactionsSasha Neftin
2017-10-10e1000e: Avoid receiver overrun interrupt burstsBenjamin Poirier
2017-10-10e1000e: Separate signaling for link check/link upBenjamin Poirier
2017-10-10e1000e: Fix return value testBenjamin Poirier
2017-10-10e1000e: Fix wrong comment related to link detectionBenjamin Poirier
2017-10-10e1000e: Fix error path in link detectionBenjamin Poirier
2017-09-21drivers: net: e1000e: use setup_timer() helper.Allen Pais
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