summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [intel] Add intelxvf driver for Intel 10 GigE virtual function NICsMichael Brown2015-05-161-0/+1
* [intel] Add support for mailbox used by virtual functionsMichael Brown2015-05-161-0/+1
* [usb] Add basic support for USB keyboardsMichael Brown2015-05-122-0/+3
* [usb] Add generic USB human interface device (HID) frameworkMichael Brown2015-05-122-0/+107
* [usb] Add USB_INTERRUPT_OUT internal typeMichael Brown2015-05-111-2/+5
* [ipv6] Disambiguate received ICMPv6 errorsMichael Brown2015-05-111-0/+12
* [usb] Provide usb_endpoint_name() for use by host controller driversMichael Brown2015-05-101-0/+1
* [uhci] Add support for UHCI host controllersMichael Brown2015-05-102-0/+11
* [ehci] Allow UHCI/OHCI controllers to locate the EHCI companion controllerMichael Brown2015-05-091-0/+1
* [usb] Add find_usb_bus_by_location() helper functionMichael Brown2015-05-091-0/+2
* [usb] Maintain single lists of halted endpoints and changed portsMichael Brown2015-05-091-6/+0Star
* [usb] Maintain a list of all USB busesMichael Brown2015-05-091-0/+8
* [usb] Detect missed disconnectionsMichael Brown2015-05-081-0/+6
* [pci] Provide PCI_CLASS() to calculate a scalar PCI class valueMichael Brown2015-05-081-4/+12
* [usb] Include setup packet within I/O buffer for message transfersMichael Brown2015-05-011-3/+1Star
* [settings] Add "base64" setting typeMichael Brown2015-04-241-0/+1
* [base64] Add buffer size parameter to base64_encode() and base64_decode()Michael Brown2015-04-241-2/+3
* [base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown2015-04-241-3/+30
* [efi] Use the EFI_RNG_PROTOCOL as an entropy source if availableMichael Brown2015-04-141-0/+158
* [efi] Add EFI time sourceMichael Brown2015-04-143-0/+22
* [efi] Add EFI entropy sourceMichael Brown2015-04-142-0/+36
* [peerdist] Add support for decoding PeerDist Content InformationMichael Brown2015-04-132-0/+446
* [crypto] Add SHA-512/224 algorithmMichael Brown2015-04-122-0/+11
* [crypto] Add SHA-512/256 algorithmMichael Brown2015-04-122-0/+11
* [crypto] Add SHA-384 algorithmMichael Brown2015-04-122-0/+11
* [crypto] Add SHA-512 algorithmMichael Brown2015-04-123-0/+96
* [crypto] Add SHA-224 algorithmMichael Brown2015-04-122-0/+19
* [xhci] Support USB1 devices attached via transaction translatorsMichael Brown2015-03-231-2/+21
* [usb] Clear transaction translator buffers when applicableMichael Brown2015-03-231-0/+4
* [usb] Add clear_tt() hub method to clear transaction translator bufferMichael Brown2015-03-231-0/+9
* [usb] Reset endpoints without waiting for a new transfer to be enqueuedMichael Brown2015-03-231-3/+6
* [usb] Fix USB timeouts to match specificationMichael Brown2015-03-181-5/+27
* [ehci] Add support for EHCI host controllersMichael Brown2015-03-182-0/+4
* [usb] Add functions for manual device address assignmentMichael Brown2015-03-161-0/+26
* [usb] Add the concept of a USB bus maximum transfer sizeMichael Brown2015-03-161-1/+5
* [libc] Add ffs(), ffsl(), and ffsll()Michael Brown2015-03-161-4/+77
* [tcp] Implement support for TCP Selective Acknowledgements (SACK)Michael Brown2015-03-121-0/+44
* [smsc75xx] Add driver for SMSC/Microchip LAN75xx USB Ethernet NICsMichael Brown2015-03-111-0/+1
* [mii] Add generic mii_check_link() functionMichael Brown2015-03-101-0/+2
* [dm96xx] Add driver for Davicom DM96xx USB Ethernet NICsMichael Brown2015-03-092-1/+4
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-054-4/+4
* [retry] Rewrite unrelicensable portions of retry.cMichael Brown2015-03-051-10/+26
* [linux] Rewrite headers included in all buildsMichael Brown2015-03-056-79/+73Star
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-052-43/+109
* [build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown2015-03-051-5/+0Star
* [build] Remove obsolete and unused portions of config.cMichael Brown2015-03-041-1/+0Star
* [build] Remove unused __keepme macroMichael Brown2015-03-031-8/+0Star
* [build] Remove unused IMPORT_SYMBOL() and EXPORT_SYMBOL() macrosMichael Brown2015-03-031-48/+0Star
* [malloc] Rewrite unrelicensable portions of malloc.cMichael Brown2015-03-031-2/+2
* [malloc] Move valgrind headers out of arch/x86Michael Brown2015-03-032-0/+4849