summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [efi] Wrap any images loaded by our wrapped imageMichael Brown2014-08-292-2/+2
* [efi] Add definitions of GUIDs observed during Windows bootMichael Brown2014-08-216-0/+3773
* [xen] Cope with unexpected initial backend statesMichael Brown2014-08-141-0/+1
* [xen] Use version 1 grant tables by defaultMichael Brown2014-08-132-12/+144
* [efi] Generalise snpnet_pci_info() to efi_locate_device()Michael Brown2014-08-061-0/+2
* [efi] Move abstract device path and handle functions to efi_utils.cMichael Brown2014-08-063-4/+20
* [efi] Open device path protocol only at point of useMichael Brown2014-08-062-8/+2Star
* [efi] Provide centralised definitions of commonly-used GUIDsMichael Brown2014-08-061-0/+16
* [efi] Avoid unnecessarily passing pointers to EFI_HANDLEsMichael Brown2014-07-312-3/+3
* [efi] Allow compiler to perform type checks on EFI_HANDLEMichael Brown2014-07-311-0/+10
* [efi] Use efi_handle_name() instead of efi_handle_devpath_text()Michael Brown2014-07-311-1/+0Star
* [efi] Add ability to dump all openers of a given protocol on a handleMichael Brown2014-07-311-1/+26
* [efi] Provide efi_handle_name() for debuggingMichael Brown2014-07-311-0/+1