aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/intel.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-16[intel] Allow for the use of advanced TX descriptorsMichael Brown1-17/+75
2015-05-15[intel] Expose intel_diag() for use by other Intel NIC driversMichael Brown1-26/+0
2015-04-22[intel] Add PCI device IDs for Intel I218-LM and I218-VChristian Hesse1-1/+6
2015-04-21[intel] Force RX polling on VMware emulated 82545emMichael Brown1-1/+9
2015-04-21[intel] Report any unexpected interrupt causesMichael Brown1-0/+8
2015-03-09[intel] Add PCI ID for I218-LMThomas Miletich1-0/+1
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-10-31[intel] Use autoloaded MAC address instead of EEPROM MAC addressMichael Brown1-4/+4
2014-09-16[intel] Add I217-LM PCI IDJan Kiszka1-1/+2
2014-08-21[intel] Apply PBS/PBA errata workaround only to ICH8 PCI device IDsMichael Brown1-13/+14
2014-08-20[intel] Display before and after values for both PBS and PBAMichael Brown1-2/+7
2014-08-20[intel] Display PBS value when applying ICH errata workaroundMichael Brown1-2/+2
2014-07-16[intel] Check for ioremap() failuresMichael Brown1-0/+5
2014-05-06[intel] Exclude time spent in hypervisor from profilingMichael Brown1-0/+3
2014-04-27[intel] Push new RX descriptors in batchesMichael Brown1-8/+13
2014-04-27[intel] Profile common virtual machine operationsMichael Brown1-0/+19
2014-04-22[intel] Avoid completely filling the TX descriptor ringMichael Brown1-1/+1
2013-10-23[intel] Add Intel I217 Gigabit Ethernet PCI IDlolipop1-0/+1
2013-07-14[intel] Incorporate ring producer and consumer counters in diagnosticsMichael Brown1-1/+6
2013-04-18[intel] Expose functionality to be shared with intelx driverMichael Brown1-15/+22
2013-04-18[intel] Remove hardcoded offsets for descriptor ring registersMichael Brown1-6/+6
2013-02-20[intel] Add Intel I210 Gigabit Ethernet PCI IDJens Rottmann1-0/+1
2012-10-28[intel] Poll RX queue if hardware reports RX overflowMichael Brown1-1/+1
2012-10-24[intel] Report receive overruns via network device errorsMichael Brown1-1/+5
2012-07-19[intel] Add missing iounmap()Michael Brown1-0/+2
2012-07-10[intel] Explicitly enable descriptor queuesMichael Brown1-0/+6
2012-07-10[intel] Refill receive ring only after enabling receiverMichael Brown1-3/+3
2012-04-23[intel] Replace driver for Intel Gigabit NICsMichael Brown1-0/+946