summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [iscsi] Treat redirection failures as fatalMichael Brown2016-07-041-1/+10
* [downloader] Treat redirection failures as fatalMichael Brown2016-07-041-2/+6
* [xfer] Send intf_close() if redirection failsMichael Brown2016-07-041-0/+5
* [dhcp] Automatically generate vendor class identifier stringMichael Brown2016-07-049-32/+29Star
* [dhcpv6] Include vendor class identifier option in DHCPv6 requestsMichael Brown2016-07-042-11/+35
* [dhcpv6] Include RFC5970 client architecture options in DHCPv6 requestsMichael Brown2016-07-042-17/+52
* [dhcp] Allow for variable encapsulation of architecture-specific optionsMichael Brown2016-07-047-45/+39Star
* [pxe] Disable interrupts on the PIC before starting NBPMichael Brown2016-07-031-0/+5
* [bios] Do not enable interrupts when printing to the consoleMichael Brown2016-07-031-14/+4Star
* [efi] Fix uninitialised data in HII IFR structuresMichael Brown2016-06-291-0/+1
* [thunderx] Fix compilation with older versions of gccMichael Brown2016-06-221-2/+2