summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [ath9k] Remove broken ath_rxbuf_alloc()Michael Brown2016-01-283-70/+5Star
* [intel] Add INTEL_NO_PHY_RST for I218-LMHummel Frank2016-01-271-1/+1
* [smsc95xx] Reserve headroom in received packetsMichael Brown2016-01-191-2/+4
* [usb] Allow USB endpoints to specify a reserved header length for refillsMichael Brown2016-01-196-12/+14
* [smsc95xx] Enable LEDsMichael Brown2016-01-182-0/+24
* [smsc95xx] Fetch MAC from SMBIOS OEM string for Honeywell VM3Michael Brown2016-01-042-0/+116
* [smsc95xx] Allow for multiple methods for obtaining the MAC addressMichael Brown2015-12-231-11/+56
* [intel] Add INTEL_NO_PHY_RST for I217-LMTorgeir Wulfsberg2015-12-071-1/+1
* [acm] Add support for CDC-ACM (aka USB RNDIS) devicesMichael Brown2015-12-072-0/+598
* [smsc95xx] Add driver for SMSC/Microchip LAN95xx USB Ethernet NICsMichael Brown2015-12-012-0/+1381
* [pci] Add definitions for PCI Express function level reset (FLR)Michael Brown2015-11-301-1/+0Star
* [intel] Correct definition of receive overrun bitMichael Brown2015-11-221-1/+1
* [intel] Forcibly skip PHY reset on some modelsMichael Brown2015-11-222-8/+19
* [intel] Add PCI IDs for i210/i211 flashless operationKyösti Mälkki2015-11-041-0/+2
* [vmxnet3] Avoid completely filling the TX descriptor ringCarl Henrik Lunde2015-09-162-4/+12
* [ncm] Support setting MAC addressMichael Brown2015-09-142-0/+14
* [usb] Allow for wildcard USB class IDsMichael Brown2015-09-144-12/+4Star
* [usb] Select preferred USB device configuration based on driver scoreMichael Brown2015-09-144-0/+4
* [efi] Remove raw EFI_HANDLE values from debug messagesMichael Brown2015-08-274-43/+41Star
* [efi] Work around bugs in Emulex NII driverFabrice Bacchella2015-08-171-15/+71
* [efi] Improve NII driver loggingFabrice Bacchella2015-08-171-10/+21
* [ipoib] Fix a race when chain-loading undionly.kpxe in IPoIBWissam Shoukair2015-08-171-2/+5
* [tg3] Add support for BCM57766Bernd Wiebelt2015-07-063-0/+3
* [ipoib] Transmit multicast packets as broadcastsMichael Brown2015-07-061-2/+4
* [ipoib] Attempt to generate ARPs as needed to repopulate REMAC cacheMichael Brown2015-06-291-5/+50
* [ipoib] Mark REMAC cache as expensiveMichael Brown2015-06-291-1/+1
* [ipoib] Fix REMAC cache discarderMichael Brown2015-06-011-3/+11
* [intel] Fix operation when physical function has jumbo frames enabledMichael Brown2015-05-194-2/+134
* [intel] Add intelxvf_stats() to dump packet statistics registersMichael Brown2015-05-192-0/+46
* [intel] Add intelxvf driver for Intel 10 GigE virtual function NICsMichael Brown2015-05-162-0/+454
* [intel] Add support for mailbox used by virtual functionsMichael Brown2015-05-163-0/+413
* [intel] Allow for the use of advanced TX descriptorsMichael Brown2015-05-163-42/+126
* [intel] Expose intel_diag() for use by other Intel NIC driversMichael Brown2015-05-152-26/+19Star
* [base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown2015-04-242-2/+2
* [ath9k] Remove confusing logic inversion in an ANI variableChristian Hesse2015-04-244-24/+24
* [intel] Add PCI device IDs for Intel I218-LM and I218-VChristian Hesse2015-04-221-1/+6
* [rtl818x] Obviate RTL_ROM() hackMichael Brown2015-04-224-35/+31Star
* [realtek] Do not attempt to access EEPROM on RTL8169 chipsMichael Brown2015-04-211-2/+3
* [intel] Force RX polling on VMware emulated 82545emMichael Brown2015-04-212-1/+13
* [intel] Report any unexpected interrupt causesMichael Brown2015-04-212-0/+10
* [intel] Update PCI device IDs for Intel 82599 and X540 10G NICsEd Swierk2015-04-211-4/+9
* [prism2] Remove duplicate PCI_ROM() linesMichael Brown2015-04-151-2/+0Star
* [eepro100] Remove duplicate PCI_ROM() lineMichael Brown2015-04-151-1/+0Star
* [efi] Poll for TX completions only when there is an outstanding TX bufferMichael Brown2015-04-141-8/+4Star
* [efi] Poll media status only if advertised as supportedMichael Brown2015-04-141-2/+14
* [efi] Provide a dummy data block in nii_initialise()Michael Brown2015-04-141-1/+6
* [virtio] Downgrade per-iobuf debug messages to DBGC2Laszlo Ersek2015-04-101-6/+6
* [ncm] Respect maximum transfer size of the busMichael Brown2015-03-161-0/+3
* [smsc75xx] Move RX FIFO overflow message to DBGLVL_EXTRAMichael Brown2015-03-121-1/+2
* [smsc75xx] Add driver for SMSC/Microchip LAN75xx USB Ethernet NICsMichael Brown2015-03-112-0/+1365