aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/intel.c
Commit message (Expand)AuthorAgeFilesLines
* [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/+0
* [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-201-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-271-8/+13
* [intel] Profile common virtual machine operationsMichael Brown2014-04-271-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-181-15/+22
* [intel] Remove hardcoded offsets for descriptor ring registersMichael Brown2013-04-181-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-231-0/+946