summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-124-2/+11
* [efi] Add efi_sprintf() and efi_vsprintf()Michael Brown2017-04-121-0/+23
* [sfc] Add driver for Solarflare SFC8XXX adaptersMartin Habets2017-04-101-0/+2
* [libc] Add stdbool.h standard headerMichael Brown2017-04-102-1/+11
* [mucurses] Fix erroneous __nonnull attributeMichael Brown2017-03-291-1/+2
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-286-31/+131
* [block] Allow SAN retry count to be reconfiguredMichael Brown2017-03-272-0/+9
* [time] Add sleep_fixed() function to sleep without checking for Ctrl-CMichael Brown2017-03-271-0/+1
* [block] Add basic multipath supportMichael Brown2017-03-262-12/+37
* [block] Add dummy SAN deviceMichael Brown2017-03-263-0/+20
* [iobuf] Increase minimum I/O buffer size to 128 bytesMichael Brown2017-03-231-1/+1
* [malloc] Track maximum heap usageMichael Brown2017-03-221-0/+2
* [infiniband] Return status code from ib_create_mi()Michael Brown2017-03-221-2/+3
* [infiniband] Return status code from ib_create_cq() and ib_create_qp()Michael Brown2017-03-221-8/+10
* [build] Avoid confusing sparse in single-argument DBG() macrosMichael Brown2017-03-221-2/+2
* [dhcp] Allow vendor class to be changed in DHCP requestsMichael Brown2017-03-201-0/+2
* [efi] Add EFI_ACPI_TABLE_PROTOCOL header and GUID definitionMichael Brown2017-03-102-0/+130
* [efi] Update to current EDK2 headersMichael Brown2017-03-1014-44/+1233
* [build] Provide common ARRAY_SIZE() definitionMichael Brown2017-03-101-0/+7
* [block] Centralise "san-drive" settingMichael Brown2017-03-073-21/+1Star
* [block] Centralise SAN device abstractionMichael Brown2017-03-072-1/+124
* [block] Remove spurious commentsMichael Brown2017-03-071-7/+0Star
* [interface] Provide the ability to shut down multiple interfacesMichael Brown2017-02-021-0/+5
* [time] Allow timer to be selected at runtimeMichael Brown2017-01-264-115/+53Star
* [netdevice] Limit MTU by hardware maximum frame lengthMichael Brown2017-01-251-1/+8
* [netdevice] Allow MTU to be changed at runtimeMichael Brown2017-01-231-0/+3
* [af_packet] Add new AF_PACKET driver for LinuxDavid Decotigny2017-01-222-0/+8
* [build] Return const char * from uuid_ntoa()David Decotigny2017-01-221-1/+1
* [virtio] Remove queue size limit in legacy virtioLadi Prosek2017-01-222-4/+4
* [virtio] Cap queue size to MAX_QUEUE_NUMLadi Prosek2017-01-221-3/+3
* [efi] Work around temporal anomaly encountered during ExitBootServices()Michael Brown2016-12-071-0/+1
* [efi] Add basic EFI SAN booting capabilityMichael Brown2016-11-173-0/+29
* [interface] Provide intf_reinit() to reinitialise nullified interfacesMichael Brown2016-11-161-0/+18
* [efi] Add EFI_BLOCK_IO2_PROTOCOL header and GUID definitionMichael Brown2016-10-172-0/+209
* [efi] Update to current EDK2 headersMichael Brown2016-10-1615-46/+401
* [efi] Mark AppleNetBoot.h as a native iPXE headerMichael Brown2016-10-161-3/+3
* [cmdline] Add certificate management commandsMichael Brown2016-08-311-0/+1
* [crypto] Add certstat() to display basic certificate informationMichael Brown2016-08-311-0/+16
* [crypto] Allow certificates to be marked as having been added explicitlyMichael Brown2016-08-311-0/+4
* [crypto] Expose certstore_del() to explicitly remove stored certificatesMichael Brown2016-08-311-0/+1
* [list] Add list_next_entry() and list_prev_entry()Michael Brown2016-08-311-0/+28
* [crypto] Generalise X.509 "valid" field to a "flags" fieldMichael Brown2016-08-251-3/+18
* [crypto] Add image_x509() to extract X.509 certificates from imageMichael Brown2016-08-251-0/+4
* [pixbuf] Enable PNG format by defaultMichael Brown2016-07-291-0/+1
* [crypto] Add PEM image formatMichael Brown2016-07-292-0/+23
* [crypto] Add DER image formatMichael Brown2016-07-292-0/+17
* [image] Add image_asn1() to extract ASN.1 objects from imageMichael Brown2016-07-291-0/+16
* [crypto] Allow for parsing of partial ASN.1 cursorsMichael Brown2016-07-281-0/+2
* [crypto] Remove obsolete extern declaration for asn1_invalidate_cursor()Michael Brown2016-07-281-1/+0Star
* [hyperv] Use instance UUID in device nameMichael Brown2016-07-261-1/+1