summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [xen] Cope with unexpected initial backend statesMichael Brown2014-08-141-10/+64
* [xen] Use version 1 grant tables by defaultMichael Brown2014-08-131-28/+62
* [efi] Generalise snpnet_pci_info() to efi_locate_device()Michael Brown2014-08-061-34/+9Star
* [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
* [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-051-5/+6
* [intel] Add Intel I217 Gigabit Ethernet PCI IDlolipop2013-10-231-0/+1
* [netdevice] Add method for generating EUI-64 address from link-layer addressMichael Brown2013-09-031-0/+1
* [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
* [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
* [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