summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ping] Allow termination after a specified number of packetsMichael Brown2014-10-231-0/+1
* [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
* [efi] Expand the range of well-known EFI GUIDs in debug messagesMichael Brown2014-07-313-0/+292
* [netdevice] Avoid registering duplicate network devicesMichael Brown2014-07-301-0/+2
* [efi] Default to releasing network devices for use via SNPMichael Brown2014-07-301-2/+17
* [xen] Add support for Xen netfront virtual NICsMichael Brown2014-07-291-0/+1
* [xen] Add basic support for PV-HVM domainsMichael Brown2014-07-299-0/+444
* [ioapi] Centralise notion of PAGE_SIZEMichael Brown2014-07-282-3/+6
* [efi] Include EFI_CONSOLE_CONTROL_PROTOCOL headerMichael Brown2014-07-162-1/+125
* [efi] Allow for interception of boot services calls by loaded imageMichael Brown2014-07-161-0/+16
* [efi] Install our own disk I/O protocol and claim exclusive use of itMichael Brown2014-07-141-0/+119
* [efi] Update EDK2 headersMichael Brown2014-07-1420-96/+533
* [crypto] Add support for iPAddress subject alternative namesMichael Brown2014-07-111-0/+1
* [efi] Identify autoboot device by MAC address when chainloadingMichael Brown2014-07-081-0/+14
* [efi] Allow network devices to be created on top of arbitrary SNP devicesMichael Brown2014-07-035-34/+56