summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/intel.c
Commit message (Expand)AuthorAgeFilesLines
* [intel] Add PCI ID for I219-V and -LM 6 to 9HEADmasterChristian Nilsson2019-03-181-0/+8
* [intel] Add PCI_ROM entry for Intel i354 NICRob Taglang2018-03-151-0/+1
* [intel] Work around broken reset mechanism in i219 devicesMichael Brown2018-02-031-9/+22
* [intel] Add various PCI device IDsRichard Moore2017-08-221-0/+4
* [intel] Add support for I219-V in 7th Gen Intel NUCJerone Young2017-07-051-0/+1
* [intel] Add INTEL_NO_PHY_RST for I219-VMika Tiainen2017-06-141-1/+1
* [intel] Do not enable ASDE on i350 backplane NICMichael Brown2017-04-161-2/+4
* [intel] Show original CTRL and STATUS values in debugging outputMichael Brown2017-04-141-4/+12
* [intel] Reset all virtual function settingsVishvananda Ishaya2017-03-091-6/+57
* [intel] Add INTEL_NO_PHY_RST for I219-LM (2)Christian Nilsson2017-01-261-1/+1
* [intel] Add PCI device ID for I219-V/LMLukas Grossar2016-07-121-0/+2
* [intel] Add PCI device ID for another I219-LMChristian Nilsson2016-06-161-0/+1
* [intel] Add PCI device ID for another I219-VChristian Nilsson2016-03-291-0/+1
* [intel] Add INTEL_NO_PHY_RST for another I218-LM variantMika Tiainen2016-02-121-1/+1
* [intel] Add INTEL_NO_PHY_RST for I218-LMHummel Frank2016-01-271-1/+1
* [intel] Add INTEL_NO_PHY_RST for I217-LMTorgeir Wulfsberg2015-12-071-1/+1
* [intel] Forcibly skip PHY reset on some modelsMichael Brown2015-11-221-8/+17
* [intel] Add PCI IDs for i210/i211 flashless operationKyösti Mälkki2015-11-041-0/+2
* [intel] Allow for the use of advanced TX descriptorsMichael Brown2015-05-161-17/+75
* [intel] Expose intel_diag() for use by other Intel NIC driversMichael Brown2015-05-151-26/+0Star
* [intel] Add PCI device IDs for Intel I218-LM and I218-VChristian Hesse2015-04-221-1/+6
* [intel] Force RX polling on VMware emulated 82545emMichael Brown2015-04-211-1/+9
* [intel] Report any unexpected interrupt causesMichael Brown2015-04-211-0/+8
* [intel] Add PCI ID for I218-LMThomas Miletich2015-03-091-0/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [intel] Use autoloaded MAC address instead of EEPROM MAC addressMichael Brown2014-10-311-4/+4
* [intel] Add I217-LM PCI IDJan Kiszka2014-09-161-1/+2
* [intel] Apply PBS/PBA errata workaround only to ICH8 PCI device IDsMichael Brown2014-08-211-13/+14
* [intel] Display before and after values for both PBS and PBAMichael Brown2014-08-211-2/+7
* [intel] Display PBS value when applying ICH errata workaroundMichael Brown2014-08-201-2/+2
* [intel] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [intel] Exclude time spent in hypervisor from profilingMichael Brown2014-05-061-0/+3
* [intel] Push new RX descriptors in batchesMichael Brown2014-04-281-8/+13
* [intel] Profile common virtual machine operationsMichael Brown2014-04-281-0/+19
* [intel] Avoid completely filling the TX descriptor ringMichael Brown2014-04-221-1/+1
* [intel] Add Intel I217 Gigabit Ethernet PCI IDlolipop2013-10-231-0/+1
* [intel] Incorporate ring producer and consumer counters in diagnosticsMichael Brown2013-07-141-1/+6
* [intel] Expose functionality to be shared with intelx driverMichael Brown2013-04-191-15/+22
* [intel] Remove hardcoded offsets for descriptor ring registersMichael Brown2013-04-191-6/+6
* [intel] Add Intel I210 Gigabit Ethernet PCI IDJens Rottmann2013-02-201-0/+1
* [intel] Poll RX queue if hardware reports RX overflowMichael Brown2012-10-281-1/+1
* [intel] Report receive overruns via network device errorsMichael Brown2012-10-241-1/+5
* [intel] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [intel] Explicitly enable descriptor queuesMichael Brown2012-07-101-0/+6
* [intel] Refill receive ring only after enabling receiverMichael Brown2012-07-101-3/+3
* [intel] Replace driver for Intel Gigabit NICsMichael Brown2012-04-241-0/+946