aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-07-06[tg3] Add support for BCM57766Bernd Wiebelt3-0/+3
2015-07-06[ipoib] Transmit multicast packets as broadcastsMichael Brown1-2/+4
2015-06-29[ipoib] Attempt to generate ARPs as needed to repopulate REMAC cacheMichael Brown1-5/+50
2015-06-29[ipoib] Mark REMAC cache as expensiveMichael Brown1-1/+1
2015-06-18[xhci] Ignore invalid protocol speed ID values on Intel Skylake platformsMichael Brown2-3/+9
2015-06-18[xhci] Record device-specific quirks in xHCI device structureMichael Brown2-3/+6
2015-06-01[ipoib] Fix REMAC cache discarderMichael Brown1-3/+11
2015-06-01[xhci] Fix comparison of signed and unsigned integersMichael Brown1-1/+1
2015-06-01[xhci] Fix length of allocated slot arrayMichael Brown1-2/+3
2015-05-19[intel] Fix operation when physical function has jumbo frames enabledMichael Brown4-2/+134
2015-05-19[intel] Add intelxvf_stats() to dump packet statistics registersMichael Brown2-0/+46
2015-05-16[intel] Add intelxvf driver for Intel 10 GigE virtual function NICsMichael Brown2-0/+454
2015-05-16[intel] Add support for mailbox used by virtual functionsMichael Brown3-0/+413
2015-05-16[intel] Allow for the use of advanced TX descriptorsMichael Brown3-42/+126
2015-05-15[intel] Expose intel_diag() for use by other Intel NIC driversMichael Brown2-26/+19
2015-05-13[usb] Always clear recorded disconnections after performing hotplug actionsMichael Brown1-7/+7
2015-05-13[usb] Do not call usb_hotplug() when registering a new hubMichael Brown1-3/+3
2015-05-12[usb] Add basic support for USB keyboardsMichael Brown2-0/+663
2015-05-12[usb] Add generic USB human interface device (HID) frameworkMichael Brown1-0/+151
2015-05-11[usb] Add USB_INTERRUPT_OUT internal typeMichael Brown3-3/+4
2015-05-10[uhci] Use meaningful device names in debug messagesMichael Brown2-15/+21
2015-05-10[ehci] Use meaningful device names in debug messagesMichael Brown2-43/+52
2015-05-10[xhci] Use meaningful device names in debug messagesMichael Brown2-119/+124
2015-05-09[usb] Provide usb_endpoint_name() for use by host controller driversMichael Brown1-33/+29
2015-05-09[uhci] Add support for UHCI host controllersMichael Brown2-0/+1921
2015-05-09[ehci] Allow UHCI/OHCI controllers to locate the EHCI companion controllerMichael Brown2-0/+28
2015-05-09[usb] Add find_usb_bus_by_location() helper functionMichael Brown1-0/+20
2015-05-09[ehci] Poll child companion controllers after disowning portMichael Brown2-0/+59
2015-05-09[usb] Maintain single lists of halted endpoints and changed portsMichael Brown1-44/+55
2015-05-09[usb] Maintain a list of all USB busesMichael Brown1-0/+10
2015-05-08[usb] Detect missed disconnectionsMichael Brown4-51/+72
2015-05-08[pci] Provide PCI_CLASS() to calculate a scalar PCI class valueMichael Brown2-4/+4
2015-05-01[usb] Include setup packet within I/O buffer for message transfersMichael Brown4-46/+40
2015-04-24[base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown2-2/+2
2015-04-24[ath9k] Remove confusing logic inversion in an ANI variableChristian Hesse4-24/+24
2015-04-22[intel] Add PCI device IDs for Intel I218-LM and I218-VChristian Hesse1-1/+6
2015-04-22[rtl818x] Obviate RTL_ROM() hackMichael Brown4-35/+31
2015-04-21[realtek] Do not attempt to access EEPROM on RTL8169 chipsMichael Brown1-2/+3
2015-04-21[intel] Force RX polling on VMware emulated 82545emMichael Brown2-1/+13
2015-04-21[intel] Report any unexpected interrupt causesMichael Brown2-0/+10
2015-04-21[intel] Update PCI device IDs for Intel 82599 and X540 10G NICsEd Swierk1-4/+9
2015-04-15[prism2] Remove duplicate PCI_ROM() linesMichael Brown1-2/+0
2015-04-15[eepro100] Remove duplicate PCI_ROM() lineMichael Brown1-1/+0
2015-04-14[efi] Poll for TX completions only when there is an outstanding TX bufferMichael Brown1-8/+4
2015-04-14[efi] Poll media status only if advertised as supportedMichael Brown1-2/+14
2015-04-14[efi] Provide a dummy data block in nii_initialise()Michael Brown1-1/+6
2015-04-13[xhci] Always reset root hub portsMichael Brown1-7/+5
2015-04-10[virtio] Downgrade per-iobuf debug messages to DBGC2Laszlo Ersek1-6/+6
2015-03-23[xhci] Support USB1 devices attached via transaction translatorsMichael Brown4-31/+143
2015-03-23[usb] Improve debug messages for failed control transactionsMichael Brown1-6/+5