aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [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-111-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/+73
* [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/+0
* [build] Remove obsolete and unused portions of config.cMichael Brown2015-03-041-1/+0
* [build] Remove unused __keepme macroMichael Brown2015-03-031-8/+0
* [build] Remove unused IMPORT_SYMBOL() and EXPORT_SYMBOL() macrosMichael Brown2015-03-031-48/+0
* [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
* [menu] Abstract out the generic concept of a jump scrollerMichael Brown2015-03-031-0/+50
* [pci] Rewrite unrelicensable portions of pci.hMichael Brown2015-03-031-296/+101
* [pci] Remove outdated and mostly-unused pci_ids.h fileMichael Brown2015-03-022-289/+50
* [list] Relicense list.hMichael Brown2015-03-021-1/+1
* [elf] Rewrite ELF headerMichael Brown2015-03-021-215/+62
* [libc] Rewrite byte-swapping codeMichael Brown2015-03-024-140/+148
* [libc] Rewrite unrelicensable portions of ctype.hMichael Brown2015-03-021-17/+101
* [libc] Rewrite unrelicensable portions of stddef.hMichael Brown2015-03-021-11/+29
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0237-37/+41
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-028-8/+8
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-02201-201/+213
* [legal] Add support for the Unmodified Binary Distribution LicenceMichael Brown2015-03-021-0/+11
* [legal] Include full licence text for all GPL2_OR_LATER filesMichael Brown2015-02-261-3/+13
* [dhcp] Extract timing parameters out to config/dhcp.hAlex Williamson2015-02-251-10/+0
* [libc] Rewrite strtoul()Michael Brown2015-02-192-25/+17
* [usb] Add generic USB network device frameworkMichael Brown2015-02-172-0/+63
* [libc] Rewrite string functionsMichael Brown2015-02-162-42/+97
* [libc] Remove unused string functionsMichael Brown2015-02-161-6/+0