summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [igbvf] Allow changing of MAC addressHannes Reinecke2014-06-121-0/+4
* [igbvf] Assign random MAC address if none is setHannes Reinecke2014-06-121-10/+4Star
* [iscsi] Include IP address origin in iBFTMichael Brown2014-06-121-0/+7
* [iscsi] Read IPv4 settings only from the relevant network deviceMichael Brown2014-06-121-9/+14
* [scsi] Improve sense code parsingMichael Brown2014-06-032-8/+37
* [intel] Increase receive ring fill levelMichael Brown2014-05-161-2/+2
* [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-222-1/+4
* [realtek] Clear bit 24 of RCRMichael Brown2014-03-202-2/+3
* [realtek] Add ability to dump all internal registersMichael Brown2014-03-201-0/+27
* [realtek] Dump all MII register contents when link status changesMichael Brown2014-03-101-0/+1
* [realtek] Include link status register details in debug messagesMichael Brown2014-03-042-2/+39
* [intel] Add some missing PCI IDsMichael Brown2014-01-291-0/+2
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-053-11/+14
* [intel] Add Intel I217 Gigabit Ethernet PCI IDlolipop2013-10-231-0/+1
* [linux] Apply MAC address prior to registering network deviceMichael Brown2013-09-031-5/+6
* [netdevice] Add method for generating EUI-64 address from link-layer addressMichael Brown2013-09-031-0/+1
* [linux] Give tap devices a name and bus typeMichael Brown2013-08-271-0/+3
* [3c90x] Fix High-MTU packet receptionThomas Miletich2013-08-201-0/+4
* [3c90x] Don't round up transmit packet lengthThomas Miletich2013-08-202-3/+5
* [3c90x] Stall upload engine before setting RX ring addressThomas Miletich2013-08-201-0/+4
* [pci] Add pci_find_next() to iterate over existent PCI devicesMichael Brown2013-08-051-21/+44
* [legal] Add missing FILE_LICENCE declarationsMarin Hannache2013-07-157-0/+14
* [realtek] Allow extra space in RX buffersMichael Brown2013-07-151-1/+2
* [velocity] Rewrite VIA Velocity driverAdrian Jamróz2013-07-154-3859/+1163Star
* [realtek] Report RX error detail in debug messagesMichael Brown2013-07-151-3/+5
* [legal] Add FILE_LICENCE for ath9k driver headersMarin Hannache2013-07-1413-0/+26
* [intel] Incorporate ring producer and consumer counters in diagnosticsMichael Brown2013-07-141-1/+6
* [rhine] Rewrite VIA Rhine driverAdrian Jamróz2013-07-143-1447/+1037Star
* [settings] Expose PCI configuration space via settings mechanismMichael Brown2013-07-131-0/+124
* [realtek] Fix reopening of legacy-mode 8139 NICMichael Brown2013-05-261-3/+5
* [settings] Eliminate settings "tag magic"Michael Brown2013-05-011-8/+5Star
* [realtek] Defer packets when no transmit descriptors are availableMichael Brown2013-05-011-3/+3
* [realtek] Ensure EEPROM writes reach chip before starting udelay()Michael Brown2013-05-011-0/+3
* [realtek] Allow reaction time between writing RTL_CAPR and reading RTL_CRMichael Brown2013-04-301-0/+3
* [realtek] Use ID word to detect EEPROM presenceMichael Brown2013-04-282-16/+42
* [build] Fix dubious uses of bitwise operatorsMichael Brown2013-04-281-1/+1
* [build] Fix uses of literal 0 as a NULL pointerMichael Brown2013-04-2810-19/+15Star
* [realtek] Print bad MAC address in debug message when inferring no EEPROMMichael Brown2013-04-271-1/+2
* [efi] Perform meaningful error code conversionsMichael Brown2013-04-191-38/+45
* [libc] Use __einfo() tuple as first argument to EUNIQ()Michael Brown2013-04-192-2/+2
* [intel] Add intelx driver for Intel 10 Gigabit Ethernet NICsMichael Brown2013-04-192-0/+579
* [intel] Expose functionality to be shared with intelx driverMichael Brown2013-04-192-15/+33
* [intel] Remove hardcoded offsets for descriptor ring registersMichael Brown2013-04-192-18/+6Star
* [prism2] Use standard type namesMichael Brown2013-03-274-1383/+1361Star
* [igbvf] Remove conflicting macro definitionsMichael Brown2013-03-251-3/+0Star
* [cs89x0] Remove conflicting macro definitionsMichael Brown2013-03-251-3/+0Star
* [tg3] Fix various tg3 issuesKevin Tran2013-03-042-1/+15