aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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/+19
* [usb] Always clear recorded disconnections after performing hotplug actionsMichael Brown2015-05-131-7/+7
* [usb] Do not call usb_hotplug() when registering a new hubMichael Brown2015-05-131-3/+3
* [usb] Add basic support for USB keyboardsMichael Brown2015-05-127-0/+680
* [usb] Add generic USB human interface device (HID) frameworkMichael Brown2015-05-123-0/+258
* [usb] Add USB_INTERRUPT_OUT internal typeMichael Brown2015-05-114-5/+9
* [ipv6] Disambiguate received ICMPv6 errorsMichael Brown2015-05-112-2/+90
* [uhci] Use meaningful device names in debug messagesMichael Brown2015-05-102-15/+21
* [ehci] Use meaningful device names in debug messagesMichael Brown2015-05-102-43/+52
* [xhci] Use meaningful device names in debug messagesMichael Brown2015-05-102-119/+124
* [usb] Provide usb_endpoint_name() for use by host controller driversMichael Brown2015-05-092-33/+30
* [uhci] Add support for UHCI host controllersMichael Brown2015-05-097-0/+1937
* [ehci] Allow UHCI/OHCI controllers to locate the EHCI companion controllerMichael Brown2015-05-093-0/+29
* [usb] Add find_usb_bus_by_location() helper functionMichael Brown2015-05-092-0/+22
* [ehci] Poll child companion controllers after disowning portMichael Brown2015-05-092-0/+59
* [usb] Maintain single lists of halted endpoints and changed portsMichael Brown2015-05-092-50/+55
* [usb] Maintain a list of all USB busesMichael Brown2015-05-092-0/+18
* [usb] Detect missed disconnectionsMichael Brown2015-05-085-51/+78
* [pci] Provide PCI_CLASS() to calculate a scalar PCI class valueMichael Brown2015-05-084-9/+17
* [usb] Include setup packet within I/O buffer for message transfersMichael Brown2015-05-015-49/+41
* [vram] Add "vram" built-in setting to dump video RAMMichael Brown2015-04-243-0/+76
* [settings] Add "base64" setting typeMichael Brown2015-04-243-0/+57
* [base64] Add buffer size parameter to base64_encode() and base64_decode()Michael Brown2015-04-247-77/+84
* [base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown2015-04-2412-127/+112
* [test] Include IPv6 support when performing settings self-testsMichael Brown2015-04-241-0/+4
* [ath9k] Remove confusing logic inversion in an ANI variableChristian Hesse2015-04-244-24/+24
* [build] Add missing "const" qualifiersChristian Hesse2015-04-241-2/+2
* [intel] Add PCI device IDs for Intel I218-LM and I218-VChristian Hesse2015-04-221-1/+6
* [build] Construct all-drivers list based on driver classMichael Brown2015-04-224-4/+11
* [rtl818x] Obviate RTL_ROM() hackMichael Brown2015-04-224-35/+31
* [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
* [build] Use a single call to parserom.pl to speed up buildingMichael Brown2015-04-181-21/+60
* [build] Work around binutils quirk on OpenBSD 5.7Michael Brown2015-04-181-0/+3
* [build] Fix compiler warning on OpenBSD 5.7Michael Brown2015-04-171-1/+1
* [build] Allow building PCI ROMs with device ID listsMichael Brown2015-04-153-5/+38
* [prism2] Remove duplicate PCI_ROM() linesMichael Brown2015-04-151-2/+0
* [eepro100] Remove duplicate PCI_ROM() lineMichael Brown2015-04-151-1/+0
* [efi] Use the EFI_RNG_PROTOCOL as an entropy source if availableMichael Brown2015-04-142-3/+234
* [efi] Poll for TX completions only when there is an outstanding TX bufferMichael Brown2015-04-141-8/+4
* [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
* [efi] Add EFI time sourceMichael Brown2015-04-145-1/+98
* [efi] Add EFI entropy sourceMichael Brown2015-04-145-2/+189
* [util] Add ability to dump PCI device ID listMichael Brown2015-04-132-0/+24
* [romprefix] Allow autoboot device filter to be disabledMichael Brown2015-04-132-0/+3
* [xhci] Always reset root hub portsMichael Brown2015-04-131-7/+5