summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [pci] Allow PCI config space backup to be limited by maximum offsetMichael Brown2022-11-131-3/+9
* [tls] Add GCM cipher suitesMichael Brown2022-11-101-0/+4
* [crypto] Ensure relevant GCM cipher state is cleared by cipher_setiv()Michael Brown2022-11-091-4/+4
* [tls] Allow handshake digest algorithm to be specified by cipher suiteMichael Brown2022-11-091-5/+2Star
* [tls] Allow for arbitrary-length initialisation vectorsMichael Brown2022-11-081-0/+4
* [tls] Add MAC length as a cipher suite parameterMichael Brown2022-11-081-0/+2
* [tls] Abstract out concept of a TLS authentication headerMichael Brown2022-11-081-0/+8
* [crypto] Add concept of cipher alignment sizeMichael Brown2022-11-074-1/+20
* [tls] Formalise notions of fixed and record initialisation vectorsMichael Brown2022-11-071-2/+8
* [tls] Remove support for TLSv1.0Michael Brown2022-11-071-5/+0Star
* [crypto] Add block cipher Galois/Counter mode of operationMichael Brown2022-10-253-0/+134
* [crypto] Add concept of authentication tag to cipher algorithmsMichael Brown2022-10-253-0/+22
* [crypto] Add concept of additional data to cipher algorithmsMichael Brown2022-10-251-15/+15
* [crypto] Allow initialisation vector length to vary from cipher blocksizeMichael Brown2022-10-253-9/+15
* [crypto] Expose null crypto algorithm methods for reuseMichael Brown2022-10-251-0/+23
* [tls] Add support for DHE variants of the existing cipher suitesMichael Brown2022-10-111-0/+4
* [tls] Add support for Ephemeral Diffie-Hellman key exchangeMichael Brown2022-10-111-0/+1
* [tls] Add key exchange mechanism to definition of cipher suiteMichael Brown2022-10-111-0/+19
* [tls] Record ServerKeyExchange record, if providedMichael Brown2022-10-111-0/+4
* [tls] Generate pre-master secret at point of sending ClientKeyExchangeMichael Brown2022-10-111-10/+3Star
* [crypto] Add Ephemeral Diffie-Hellman key exchange algorithmMichael Brown2022-10-112-0/+20