summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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/+101Star
* [pci] Remove outdated and mostly-unused pci_ids.h fileMichael Brown2015-03-022-289/+50Star
* [list] Relicense list.hMichael Brown2015-03-021-1/+1
* [elf] Rewrite ELF headerMichael Brown2015-03-021-215/+62Star
* [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/+0Star
* [libc] Rewrite strtoul()Michael Brown2015-02-192-25/+17Star
* [usb] Add generic USB network device frameworkMichael Brown2015-02-172-0/+63
* [libc] Rewrite string functionsMichael Brown2015-02-172-42/+97
* [libc] Remove unused string functionsMichael Brown2015-02-161-6/+0Star
* [usb] Provide generic framework for refilling receive endpointsMichael Brown2015-02-131-0/+40
* [usb] Handle port status changes received after failing to find a driverMichael Brown2015-02-121-1/+7
* [rndis] Add rndis_rx_err()Michael Brown2015-02-111-0/+2
* [usb] Allow usb_stream() to enforce a terminating short packetMichael Brown2015-02-101-3/+5
* [usb] Parse endpoint descriptor bInterval fieldMichael Brown2015-02-101-1/+8
* [usb] Handle CDC union functional descriptorsMichael Brown2015-02-091-0/+17
* [usb] Try multiple USB device configurationsMichael Brown2015-02-091-3/+3
* [uri] Allow tftp_uri() to construct a URI with a custom portMichael Brown2015-02-061-1/+1
* [ncm] Add support for CDC-NCM USB Ethernet devicesMichael Brown2015-02-032-0/+40
* [usb] Add support for xHCI host controllersMichael Brown2015-02-031-0/+1
* [usb] Add basic support for USB hubsMichael Brown2015-02-031-0/+1
* [usb] Add basic support for USB devicesMichael Brown2015-02-033-1/+1154
* [pci] Allow drivers to specify a PCI classMichael Brown2015-02-022-93/+55Star
* [hyperv] Require support for VMBus version 3.0 or newerMichael Brown2014-12-211-2/+12
* [rndis] Ignore start-of-day RNDIS_INDICATE_STATUS_MSG with status 0x40020006Michael Brown2014-12-201-0/+2
* [hyperv] Assume that VMBus xfer page ranges correspond to RNDIS messagesMichael Brown2014-12-201-7/+2Star
* [rndis] Send RNDIS_HALT_MSGMichael Brown2014-12-191-1/+1
* [rndis] Send RNDIS_INITIALISE_MSGMichael Brown2014-12-191-2/+20
* [hyperv] Add support for NetVSC paravirtual network devicesMichael Brown2014-12-181-0/+1
* [hyperv] Add support for VMBus devicesMichael Brown2014-12-184-0/+635
* [hyperv] Add support for Hyper-V hypervisorMichael Brown2014-12-181-0/+230
* [rndis] Add generic RNDIS device abstractionMichael Brown2014-12-183-6/+354
* [iobuf] Add iob_split() to split an I/O buffer into portionsMichael Brown2014-12-181-0/+1
* [device] Provide a driver-private data field for root devicesMichael Brown2014-12-181-0/+23