summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
| * [crypto] Add support for PKCS#8 private key formatMichael Brown2023-06-021-0/+2
| * [efi] Support versions of shim that perform SBAT verificationMichael Brown2023-05-232-1/+3
| * [efi] Add support for executing images via a shimMichael Brown2023-05-225-0/+76
| * [efi] Add definitions for the UEFI shim lock protocolMichael Brown2023-05-222-0/+32
| * [efi] Add efi_asprintf() and efi_vasprintf()Michael Brown2023-05-222-0/+3
| * [image] Generalise concept of selected imageMichael Brown2023-05-171-10/+37
| * [image] Allow for images to be hidden from lists of all imagesMichael Brown2023-05-051-9/+3Star
* | Merge branch 'master' into openslxSimon Rettberg2023-04-04158-16504/+18402
|\|
| * [tls] Handle fragmented handshake recordsMichael Brown2023-03-311-0/+2
| * [tls] Clean up change cipher spec record handlingMichael Brown2023-03-301-0/+3
| * [params] Allow for arbitrary HTTP request headers to be specifiedMichael Brown2023-03-011-1/+10
| * [params] Rename "form parameter" to "request parameter"Michael Brown2023-03-012-9/+9
| * [efi] Split out EFI_RNG_PROTOCOL as a separate entropy sourceMichael Brown2023-02-201-0/+1
| * [rng] Allow for entropy sources that fail during startup testsMichael Brown2023-02-201-31/+102
| * [tables] Allow any lvalue to be used as a table iteratorMichael Brown2023-02-201-12/+12
| * [rng] Allow entropy source to be selected at runtimeMichael Brown2023-02-174-222/+313
| * [iscsi] Limit maximum transfer size to MaxBurstLengthMichael Brown2023-02-161-0/+12
| * [image] Check delimiters when parsing command-line key-value argumentsMichael Brown2023-02-141-0/+1
| * [build] Allow for per-architecture unprefixed constant operand modifierMichael Brown2023-02-061-2/+2
| * [xen] Allow for platforms that have no Xen supportMichael Brown2023-02-053-1/+81
| * [lldp] Add support for the Link Layer Discovery ProtocolMichael Brown2023-02-053-0/+99
| * [efi] Do not attempt to drive PCI bridge devicesMichael Brown2023-02-031-0/+2
| * [xen] Update to current Xen headersMichael Brown2023-02-0219-874/+2901
| * [efi] Allow autoexec script to be located alongside iPXE binaryMichael Brown2023-02-021-1/+2
| * [efi] Update to current EDK2 headersMichael Brown2023-02-012-12/+12
| * [dhcp] Add IANA-defined values for all current EFI client architecturesMichael Brown2023-01-311-2/+21
| * [efi] Accept a command line passed to an iPXE image via LoadOptionsMichael Brown2023-01-292-0/+19
| * [la64] Import LoongArch64 ProcessorBind.h from EDK2 headersMichael Brown2023-01-283-2/+128
| * [efi] Update to current EDK2 headersMichael Brown2023-01-2895-15321/+14255Star
| * [efi] Mark ConsoleControl.h as a non-imported headerMichael Brown2023-01-281-0/+5
| * [efi] Remove deleted directories from EDK2 header import scriptMichael Brown2023-01-281-2/+1Star
| * [efi] Allow for whitespace before #include in imported EDK2 header filesMichael Brown2023-01-281-1/+1
| * [efi] Detect SPDX licence identifiers in imported EDK2 headersMichael Brown2023-01-281-2/+2
| * [legal] Add support for the BSD-2-Clause-Patent licenceMichael Brown2023-01-281-0/+47
| * [efi] Build util/efirom as a host-only binaryMichael Brown2023-01-281-0/+3
| * [tcp] Update maximum window size to 2MBMichael Brown2023-01-251-6/+12
| * [efi] Extend efi_locate_device() to allow searching up the device pathMichael Brown2023-01-231-1/+1
| * [efi] Add efi_path_prev() utility functionMichael Brown2023-01-231-0/+3
| * [efi] Add efi_path_terminate() utility functionMichael Brown2023-01-231-0/+13
| * [dhcp] Simplify platform-specific client architecture definitionsMichael Brown2023-01-222-0/+36
| * [efi] Do not rely on ProcessorBind.h when building host binariesMichael Brown2023-01-201-4/+38
| * [vlan] Support automatic VLAN device creationMichael Brown2023-01-151-0/+1
| * [autoboot] Include VLAN tag in filter for identifying autoboot deviceMichael Brown2023-01-152-2/+4
| * [netdevice] Allow duplicate MAC addressesMichael Brown2023-01-151-2/+0Star
| * [netdevice] Separate concept of scope ID from network device name indexMichael Brown2023-01-141-3/+3
| * [cachedhcp] Include VLAN tag in filter for applying cached DHCPACKMichael Brown2022-12-222-2/+4
| * [efi] Add efi_path_vlan() utility functionMichael Brown2022-12-221-0/+1
| * [efi] Expose efi_path_next() utility functionMichael Brown2022-12-221-0/+2
| * [efi] Provide VLAN configuration protocolMichael Brown2022-12-143-0/+7
| * [vlan] Allow external code to identify VLAN priority as well as tagMichael Brown2022-12-141-1/+13