summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ipv6] Allow for multiple routersMichael Brown2016-07-252-2/+45
* [ipv6] Rename ipv6_scope to ipv6_settings_scopeMichael Brown2016-07-211-1/+1
* [ipv6] Create routing table based on IPv6 settingsMichael Brown2016-07-201-4/+6
* [ipv6] Match user expectations for IPv6 settings prioritiesMichael Brown2016-07-191-0/+12
* [settings] Allow settings blocks to specify a sibling orderingMichael Brown2016-07-191-0/+2
* [ipv6] Expose IPv6 link-local address settingsMichael Brown2016-07-191-0/+3
* [ipv6] Expose IPv6 settings acquired through NDPMichael Brown2016-07-191-0/+9
* [ipv6] Rename ipv6_scope to dhcpv6_scopeMichael Brown2016-07-161-1/+1
* [settings] Create space for IPv6 in settings display orderMichael Brown2016-07-151-16/+20
* [acpi] Add support for ACPI power offMichael Brown2016-07-111-0/+75
* [efi] Install the HII config access protocol on a child of the SNP handleLaszlo Ersek2016-07-081-0/+4