aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-19[intel] Add intelxvf_stats() to dump packet statistics registersMichael Brown2-0/+46
2015-05-19[int13con] Add basic ability to log to a local disk via INT 13Michael Brown5-6/+304
2015-05-16[intel] Add intelxvf driver for Intel 10 GigE virtual function NICsMichael Brown3-0/+455
2015-05-16[intel] Add support for mailbox used by virtual functionsMichael Brown4-0/+414
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 Brown7-0/+680
2015-05-12[usb] Add generic USB human interface device (HID) frameworkMichael Brown3-0/+258
2015-05-11[usb] Add USB_INTERRUPT_OUT internal typeMichael Brown4-5/+9
2015-05-11[ipv6] Disambiguate received ICMPv6 errorsMichael Brown2-2/+90
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 Brown2-33/+30
2015-05-09[uhci] Add support for UHCI host controllersMichael Brown7-0/+1937
2015-05-09[ehci] Allow UHCI/OHCI controllers to locate the EHCI companion controllerMichael Brown3-0/+29
2015-05-09[usb] Add find_usb_bus_by_location() helper functionMichael Brown2-0/+22
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 Brown2-50/+55
2015-05-09[usb] Maintain a list of all USB busesMichael Brown2-0/+18
2015-05-08[usb] Detect missed disconnectionsMichael Brown5-51/+78
2015-05-08[pci] Provide PCI_CLASS() to calculate a scalar PCI class valueMichael Brown4-9/+17
2015-05-01[usb] Include setup packet within I/O buffer for message transfersMichael Brown5-49/+41
2015-04-24[vram] Add "vram" built-in setting to dump video RAMMichael Brown3-0/+76
2015-04-24[settings] Add "base64" setting typeMichael Brown3-0/+57
2015-04-24[base64] Add buffer size parameter to base64_encode() and base64_decode()Michael Brown7-77/+84
2015-04-24[base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown12-127/+112
2015-04-24[test] Include IPv6 support when performing settings self-testsMichael Brown1-0/+4
2015-04-24[ath9k] Remove confusing logic inversion in an ANI variableChristian Hesse4-24/+24
2015-04-24[build] Add missing "const" qualifiersChristian Hesse1-2/+2
2015-04-22[intel] Add PCI device IDs for Intel I218-LM and I218-VChristian Hesse1-1/+6
2015-04-22[build] Construct all-drivers list based on driver classMichael Brown4-4/+11
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-18[build] Use a single call to parserom.pl to speed up buildingMichael Brown1-21/+60
2015-04-18[build] Work around binutils quirk on OpenBSD 5.7Michael Brown1-0/+3
2015-04-17[build] Fix compiler warning on OpenBSD 5.7Michael Brown1-1/+1
2015-04-15[build] Allow building PCI ROMs with device ID listsMichael Brown3-5/+38
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] Use the EFI_RNG_PROTOCOL as an entropy source if availableMichael Brown2-3/+234
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-14[efi] Add EFI time sourceMichael Brown5-1/+98