summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [efi] Try various possible SNP receive filtersCurtis Larsen2014-08-061-11/+37
* [efi] Open device path protocol only at point of useMichael Brown2014-08-061-4/+27
* [efi] Provide centralised definitions of commonly-used GUIDsMichael Brown2014-08-062-13/+0Star
* [efi] Reset multicast filter list when setting SNP receive filtersMichael Brown2014-08-051-1/+1
* [efi] Add ability to dump SNP device mode informationMichael Brown2014-08-051-0/+64
* [efi] Dump existing openers when we are unable to open a protocolMichael Brown2014-07-311-0/+2
* [efi] Use efi_handle_name() instead of efi_devpath_text() where applicableMichael Brown2014-07-311-24/+23Star
* [efi] Use efi_handle_name() instead of efi_handle_devpath_text()Michael Brown2014-07-312-4/+4
* [xen] Add support for Xen netfront virtual NICsMichael Brown2014-07-292-0/+1005
* [natsemi] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [myson] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [skel] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [vmxnet3] Check for ioremap() failuresMichael Brown2014-07-161-0/+10
* [realtek] Check for ioremap() failuresMichael Brown2014-07-161-0/+5
* [intel] Check for ioremap() failuresMichael Brown2014-07-162-0/+10
* [efi] Rewrite SNP NIC driverMichael Brown2014-07-085-510/+418Star
* [efi] Allow network devices to be created on top of arbitrary SNP devicesMichael Brown2014-07-032-8/+226
* [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