aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e
AgeCommit message (Expand)AuthorFilesLines
2019-10-21e1000e: Add support for S0ixGravatar Sasha Neftin 2-0/+186
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2019-09-09e1000e: Make speed detection on hotplugging cable more reliableGravatar Kai-Heng Feng 1-6/+6
2019-08-28PCI: Move ASPM declarations to linux/pci.hGravatar Krzysztof Wilczynski 1-1/+0
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Gravatar Markus Elfring 1-4/+2
2019-07-24e1000e: add workaround for possible stalled packetGravatar Kai-Heng Feng 2-1/+11
2019-07-23e1000e: Use dev_get_drvdata where possibleGravatar Chuhong Yuan 1-4/+3
2019-07-22net: Use skb accessors in network driversGravatar Matthew Wilcox (Oracle) 1-2/+1
2019-06-28e1000e: PCIm function state supportGravatar Vitaly Lifshits 2-1/+20
2019-06-28e1000e: Make watchdog use delayed workGravatar Detlev Casanova 2-27/+32
2019-06-28e1000e: Reduce boot time by tightening sleep rangesGravatar Arjan van de Ven 7-28/+28
2019-06-28e1000e: Increase pause and refresh timeGravatar Miguel Bernal Marin 1-2/+2
2019-05-28e1000e: start network tx queue only when link is upGravatar Konstantin Khlebnikov 1-2/+4
2019-05-28Revert "e1000e: fix cyclic resets at link up with active tx"Gravatar Konstantin Khlebnikov 1-6/+9
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-3/+3
2019-04-08drivers: Remove explicit invocations of mmiowb()Gravatar Will Deacon 1-7/+0
2019-04-01net: move skb->xmit_more hint to softnet dataGravatar Florian Westphal 1-1/+1
2019-03-19e1000e: Disable runtime PM on CNP+Gravatar Kai-Heng Feng 1-1/+1
2019-03-19intel: correct return from set features callbackGravatar Serhey Popovych 1-1/+1
2019-02-23e1000e: Fix -Wformat-truncation warningsGravatar Florian Fainelli 1-2/+2
2019-02-05e1000e: fix cyclic resets at link up with active txGravatar Konstantin Khlebnikov 1-9/+6
2019-02-05e1000e: fix a missing check for return valueGravatar Jeff Kirsher 1-10/+23
2019-02-05e1000e: Exclude device from suspend direct complete optimizationGravatar Kai-Heng Feng 1-0/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Gravatar Luis Chamberlain 1-2/+2
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitGravatar Jesse Brandeburg 1-8/+9
2018-11-09e1000e: extend PTP gettime function to read system clockGravatar Miroslav Lichvar 3-16/+45
2018-11-07e1000e: allow non-monotonic SYSTIM readingsGravatar Miroslav Lichvar 1-3/+10
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsGravatar Oza Pawandeep 1-2/+0
2018-09-18intel-ethernet: use correct module licenseGravatar Jesse Brandeburg 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+2
2018-06-04e1000e: Ignore TSYNCRXCTL when getting I219 clock attributesGravatar Benjamin Poirier 1-9/+6
2018-04-27net: intel: Cleanup the copyright/license headersGravatar Jeff Kirsher 23-466/+23
2018-03-23intel: add SPDX identifiers to all the Intel driversGravatar Jeff Kirsher 23-0/+23
2018-03-12e1000e: Fix link check race conditionGravatar Benjamin Poirier 2-21/+24
2018-03-12Revert "e1000e: Separate signaling for link check/link up"Gravatar Benjamin Poirier 3-19/+9
2018-03-05e1000e: allocate ring descriptors with dma_zalloc_coherentGravatar Pierre-Yves Kerbrat 1-2/+2
2018-03-05e1000e: Fix check_for_link return value with autoneg offGravatar Benjamin Poirier 2-2/+2
2018-03-05e1000e: Avoid missed interrupts following ICR readGravatar Benjamin Poirier 2-8/+24
2018-03-05e1000e: Fix queue interrupt re-raising in Other interruptGravatar Benjamin Poirier 1-0/+3
2018-03-05Partial revert "e1000e: Avoid receiver overrun interrupt bursts"Gravatar Benjamin Poirier 1-14/+2
2018-03-05e1000e: Remove Other from EIACGravatar Benjamin Poirier 1-2/+3
2018-01-24e1000e: Alert the user that C-states will be disabled by enabling jumbo framesGravatar Matt Turner 1-0/+2
2018-01-24e1000e: Set HTHRESH when PTHRESH is usedGravatar Matt Turner 1-1/+1
2018-01-02e1000e: Fix e1000_check_for_copper_link_ich8lan return value.Gravatar Benjamin Poirier 1-3/+8
2017-11-27e1000e: fix the use of magic numbers for buffer overrun issueGravatar Sasha Neftin 2-4/+8
2017-10-18ethernet/intel: Convert timers to use timer_setup()Gravatar Kees Cook 1-8/+6
2017-10-10e1000e: Be drop monitor friendlyGravatar Florian Fainelli 1-7/+11
2017-10-10e1000e: apply burst mode settings only on defaultGravatar Willem de Bruijn 3-13/+15