summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [profile] Allow profiling to be globally enabled or disabledMichael Brown2016-07-051-0/+2
* [libc] Allow assertions to be globally enabled or disabledMichael Brown2016-07-051-0/+2
* [debug] Allow debug messages to be initially disabled at runtimeMichael Brown2016-07-051-1/+5
* [debug] Allow per-object runtime enabling/disabling of debug messagesMichael Brown2016-07-051-4/+13
* [dhcp] Automatically generate vendor class identifier stringMichael Brown2016-07-041-0/+23
* [dhcpv6] Include vendor class identifier option in DHCPv6 requestsMichael Brown2016-07-041-11/+32
* [dhcpv6] Include RFC5970 client architecture options in DHCPv6 requestsMichael Brown2016-07-041-0/+33
* [virtio] Renumber virtio_pci_region flagsLadi Prosek2016-06-201-3/+3
* [thunderx] Add driver for Cavium ThunderX SoC NICsMichael Brown2016-06-131-0/+1
* [cmdline] Add "ntp" commandMichael Brown2016-06-131-0/+14
* [ntp] Add simple NTP clientMichael Brown2016-06-132-0/+110
* [time] Allow system clock to be adjusted at runtimeMichael Brown2016-06-132-3/+16
* [tcp] Send TCP keepalives on idle established connectionsMichael Brown2016-06-131-0/+8
* [pci] Support systems with multiple PCI root bridgesMichael Brown2016-06-091-7/+9
* [efi] Expose DHCP packets via the Apple NetBoot protocolMichael Brown2016-05-292-0/+47
* [dhcp] Fix definitions for x86_64 and EFI BC client architecturesMichael Brown2016-05-261-4/+4
* [arm] Use correct DHCP client architecture valuesMichael Brown2016-05-261-0/+4
* [axge] Add driver for ASIX 10/100/1000 USB Ethernet NICsMichael Brown2016-05-261-0/+1
* [lotest] Add option to use broadcast packets for loopback testingMichael Brown2016-05-231-1/+2
* [settings] Extend numerical setting tags to "unsigned long"Michael Brown2016-05-201-1/+1
* [pci] Add support for PCI Enhanced AllocationMichael Brown2016-05-203-0/+72
* [legacy] Fix building with GCC 6Michael Brown2016-05-041-1/+2