summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [list] Add sanity checks after list-adding functionsMichael Brown2014-12-121-0/+4
* [libc] Add ASSERTED macro to test if any assertion has triggeredMichael Brown2014-12-121-0/+2
* [ping] Allow "ping" command output to be inhibitedMichael Brown2014-10-231-1/+1
* [ping] Allow termination after a specified number of packetsMichael Brown2014-10-232-1/+3
* [efi] Add NII / UNDI driverMichael Brown2014-10-164-0/+843
* [efi] Update to current EDK2 headersMichael Brown2014-10-165-15/+60
* [efi] Generalise snpnet_dev_info() to efi_device_info()Michael Brown2014-10-161-0/+4
* [efi] Add definitions of GUIDs observed when chainloading from Intel driverMichael Brown2014-09-2510-0/+4123
* [efi] Centralise definitions of more protocol GUIDsMichael Brown2014-09-251-0/+3
* [efi] Avoid returning uninitialised data from PCI configuration space readsMichael Brown2014-09-041-0/+3