summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [librm] Conditionalize the workaround for the Tivoli VMM's SSE garblingLaszlo Ersek2016-11-082-3/+14
* [bzimage] Fix page alignment of initrd imagesMichael Brown2016-10-291-3/+5
* [efi] Add EFI_BLOCK_IO2_PROTOCOL header and GUID definitionMichael Brown2016-10-174-0/+216
* [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
* [crypto] Mark permanent certificates as permanentMichael Brown2016-08-311-0/+1
* [cmdline] Add certificate management commandsMichael Brown2016-08-314-0/+309
* [crypto] Add certstat() to display basic certificate informationMichael Brown2016-08-313-2/+81
* [crypto] Allow certificates to be marked as having been added explicitlyMichael Brown2016-08-312-4/+23
* [crypto] Expose certstore_del() to explicitly remove stored certificatesMichael Brown2016-08-312-4/+16
* [list] Add list_next_entry() and list_prev_entry()Michael Brown2016-08-312-0/+51
* [crypto] Generalise X.509 "valid" field to a "flags" fieldMichael Brown2016-08-255-10/+25
* [crypto] Add image_x509() to extract X.509 certificates from imageMichael Brown2016-08-252-0/+46
* [pixbuf] Enable PNG format by defaultMichael Brown2016-07-296-31/+73
* [build] Remove more obsolete explicit object requirementsMichael Brown2016-07-291-6/+0Star
* [crypto] Enable both DER and PEM formats by defaultMichael Brown2016-07-295-43/+83
* [build] Remove obsolete explicit object requirementsMichael Brown2016-07-291-4/+0Star
* [image] Use image_asn1() to extract data from CMS signature imagesMichael Brown2016-07-292-12/+11Star
* [crypto] Add PEM image formatMichael Brown2016-07-297-0/+343
* [crypto] Add DER image formatMichael Brown2016-07-299-0/+396
* [image] Add image_asn1() to extract ASN.1 objects from imageMichael Brown2016-07-292-0/+51
* [crypto] Allow for parsing of partial ASN.1 cursorsMichael Brown2016-07-282-6/+9
* [crypto] Remove obsolete extern declaration for asn1_invalidate_cursor()Michael Brown2016-07-281-1/+0Star
* [hyperv] Use instance UUID in device nameMichael Brown2016-07-262-2/+6
* [ipv6] Allow for multiple routersMichael Brown2016-07-254-51/+452
* [test] Update IPv6 tests to use okx()Michael Brown2016-07-251-25/+39
* [ipv6] Rename ipv6_scope to ipv6_settings_scopeMichael Brown2016-07-213-8/+8
* [ipv6] Create routing table based on IPv6 settingsMichael Brown2016-07-204-191/+138Star
* [ipv6] Match user expectations for IPv6 settings prioritiesMichael Brown2016-07-194-2/+31
* [settings] Allow settings blocks to specify a sibling orderingMichael Brown2016-07-192-0/+4
* [ipv6] Expose IPv6 link-local address settingsMichael Brown2016-07-192-0/+116
* [dhcpv6] Expose IPv6 address setting acquired through DHCPv6Michael Brown2016-07-191-18/+49
* [ipv6] Expose IPv6 settings acquired through NDPMichael Brown2016-07-193-5/+282
* [ipv6] Allow settings to comprise arbitrary subsets of NDP optionsMichael Brown2016-07-191-35/+67
* [settings] Correctly mortalise autovivified child settings blocksMichael Brown2016-07-191-0/+1
* [ipv6] Rename ipv6_scope to dhcpv6_scopeMichael Brown2016-07-165-8/+8
* [settings] Create space for IPv6 in settings display orderMichael Brown2016-07-154-22/+26
* [ipv6] Perform SLAAC only during autoconfigurationMichael Brown2016-07-151-8/+14
* [intel] Remove duplicate intelvf_mbox_queues() functionMichael Brown2016-07-141-41/+0Star
* [intel] Strip spurious VLAN tags received by virtual function NICsMichael Brown2016-07-124-0/+144
* [ipv4] Send gratuitous ARPs whenever a new IPv4 address is appliedMichael Brown2016-07-121-20/+80
* [intel] Add PCI device ID for I219-V/LMLukas Grossar2016-07-121-0/+2
* [acpi] Allow time for ACPI power off to take effectMichael Brown2016-07-111-0/+6
* [acpi] Add support for ACPI power offMichael Brown2016-07-119-4/+519
* [rng] Check for functioning RTC interruptMichael Brown2016-07-102-0/+57
* [efi] Install the HII config access protocol on a child of the SNP handleLaszlo Ersek2016-07-082-4/+75
* [profile] Allow profiling to be globally enabled or disabledMichael Brown2016-07-052-0/+29
* [libc] Allow assertions to be globally enabled or disabledMichael Brown2016-07-052-0/+29
* [debug] Allow debug messages to be initially disabled at runtimeMichael Brown2016-07-052-7/+19
* [debug] Allow per-object runtime enabling/disabling of debug messagesMichael Brown2016-07-051-4/+13