aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-05-16[intel] Increase receive ring fill levelMichael Brown1-2/+2
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 Brown2-1/+4
2014-03-20[realtek] Clear bit 24 of RCRMichael Brown2-2/+3
2014-03-20[realtek] Add ability to dump all internal registersMichael Brown1-0/+27
2014-03-10[realtek] Dump all MII register contents when link status changesMichael Brown1-0/+1
2014-03-04[realtek] Include link status register details in debug messagesMichael Brown2-2/+39
2014-01-29[intel] Add some missing PCI IDsMichael Brown1-0/+2
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown3-11/+14
2013-10-23[intel] Add Intel I217 Gigabit Ethernet PCI IDlolipop1-0/+1
2013-09-03[linux] Apply MAC address prior to registering network deviceMichael Brown1-5/+6
2013-09-03[netdevice] Add method for generating EUI-64 address from link-layer addressMichael Brown1-0/+1
2013-08-27[linux] Give tap devices a name and bus typeMichael Brown1-0/+3
2013-08-20[3c90x] Fix High-MTU packet receptionThomas Miletich1-0/+4
2013-08-20[3c90x] Don't round up transmit packet lengthThomas Miletich2-3/+5
2013-08-20[3c90x] Stall upload engine before setting RX ring addressThomas Miletich1-0/+4
2013-08-05[pci] Add pci_find_next() to iterate over existent PCI devicesMichael Brown1-21/+44
2013-07-15[legal] Add missing FILE_LICENCE declarationsMarin Hannache7-0/+14
2013-07-15[realtek] Allow extra space in RX buffersMichael Brown1-1/+2
2013-07-15[velocity] Rewrite VIA Velocity driverAdrian Jamróz4-3859/+1163
2013-07-15[realtek] Report RX error detail in debug messagesMichael Brown1-3/+5
2013-07-14[legal] Add FILE_LICENCE for ath9k driver headersMarin Hannache13-0/+26
2013-07-14[intel] Incorporate ring producer and consumer counters in diagnosticsMichael Brown1-1/+6
2013-07-14[rhine] Rewrite VIA Rhine driverAdrian Jamróz3-1447/+1037
2013-07-13[settings] Expose PCI configuration space via settings mechanismMichael Brown1-0/+124
2013-05-26[realtek] Fix reopening of legacy-mode 8139 NICMichael Brown1-3/+5
2013-05-01[settings] Eliminate settings "tag magic"Michael Brown1-8/+5
2013-05-01[realtek] Defer packets when no transmit descriptors are availableMichael Brown1-3/+3
2013-05-01[realtek] Ensure EEPROM writes reach chip before starting udelay()Michael Brown1-0/+3
2013-04-30[realtek] Allow reaction time between writing RTL_CAPR and reading RTL_CRMichael Brown1-0/+3
2013-04-28[realtek] Use ID word to detect EEPROM presenceMichael Brown2-16/+42
2013-04-28[build] Fix dubious uses of bitwise operatorsMichael Brown1-1/+1
2013-04-28[build] Fix uses of literal 0 as a NULL pointerMichael Brown10-19/+15
2013-04-27[realtek] Print bad MAC address in debug message when inferring no EEPROMMichael Brown1-1/+2
2013-04-19[efi] Perform meaningful error code conversionsMichael Brown1-38/+45
2013-04-19[libc] Use __einfo() tuple as first argument to EUNIQ()Michael Brown2-2/+2
2013-04-18[intel] Add intelx driver for Intel 10 Gigabit Ethernet NICsMichael Brown2-0/+579
2013-04-18[intel] Expose functionality to be shared with intelx driverMichael Brown2-15/+33
2013-04-18[intel] Remove hardcoded offsets for descriptor ring registersMichael Brown2-18/+6
2013-03-27[prism2] Use standard type namesMichael Brown4-1383/+1361
2013-03-25[igbvf] Remove conflicting macro definitionsMichael Brown1-3/+0
2013-03-25[cs89x0] Remove conflicting macro definitionsMichael Brown1-3/+0
2013-03-04[tg3] Fix various tg3 issuesKevin Tran2-1/+15
2013-03-01[iscsi] Include 802.1Q VLAN identifier in iBFTStefan Hajnoczi1-0/+3
2013-02-20[intel] Add Intel I210 Gigabit Ethernet PCI IDJens Rottmann1-0/+1
2013-01-03[src] Fix spelling in comments, debug messages and local variable namesStefan Weil28-63/+63
2012-10-29[forcedeth] Increase TX ring size to prevent dropped packetsMichael Brown1-1/+1
2012-10-28[intel] Poll RX queue if hardware reports RX overflowMichael Brown1-1/+1