summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [pxe] Avoid drawing menu items on bottom row of screenpxemenuscrollMichael Brown2023-01-231-1/+1
* [arm] Inhibit linker warnings about an implied executable stackMichael Brown2023-01-234-4/+4
* [arm] Use -mfloat-abi=soft only for EFI buildsMichael Brown2023-01-232-1/+5
* [arm] Use -fno-short-enums for all 32-bit ARM buildsMichael Brown2023-01-232-4/+5
* [arm] Support building as a Linux userspace binary for AArch64Michael Brown2023-01-222-0/+16
* [dhcp] Simplify platform-specific client architecture definitionsMichael Brown2023-01-2218-288/+138
* [build] Move -Ulinux to common MakefileMichael Brown2023-01-222-3/+4
* [linux] Centralise the linker script for Linux binariesMichael Brown2023-01-225-116/+9
* [efi] Do not rely on ProcessorBind.h when building host binariesprocessorbindMichael Brown2023-01-202-4/+40
* [ena] Allocate an unused Asynchronous Event Notification Queue (AENQ)aenqAlexander Graf2023-01-182-0/+139
* [netdevice] Ensure consistent interpretation of "netX" device nameMichael Brown2023-01-171-2/+2
* [efi] Create VLAN autoboot device automaticallyautovlanMichael Brown2023-01-151-0/+9
* [vlan] Support automatic VLAN device creationMichael Brown2023-01-152-0/+49
* [autoboot] Include VLAN tag in filter for identifying autoboot deviceMichael Brown2023-01-155-8/+30
* [netdevice] Allow duplicate MAC addressesMichael Brown2023-01-155-38/+56
* [netdevice] Separate concept of scope ID from network device name indexMichael Brown2023-01-1410-33/+36
* [efi] Disable receive filters to work around buggy UNDI driversMichael Brown2023-01-111-10/+47
* [cachedhcp] Retain cached DHCPACK after startup if not already consumedMichael Brown2022-12-221-4/+22
* [cachedhcp] Include VLAN tag in filter for applying cached DHCPACKMichael Brown2022-12-226-15/+41
* [efi] Add efi_path_vlan() utility functionMichael Brown2022-12-222-0/+24
* [efi] Expose efi_path_next() utility functionMichael Brown2022-12-223-15/+41
* [efi] Allow passing a NULL device path to path utility functionsMichael Brown2022-12-222-5/+5
* [efi] Provide VLAN configuration protocolMichael Brown2022-12-146-4/+227
* [vlan] Allow external code to identify VLAN priority as well as tagMichael Brown2022-12-143-7/+19
* [build] Disable dangling pointer checking for GCCgcc12Michael Brown2022-12-141-2/+4
* [build] Disable array bounds checking for GCCMichael Brown2022-12-141-2/+2
* [intel] Add PCI ID for I219-V and -LM 16,17Christian I. Nilsson2022-11-151-0/+4
* [pci] Backup and restore standard config space across PCIe FLRMichael Brown2022-11-131-2/+7
* [pci] Allow PCI config space backup to be limited by maximum offsetMichael Brown2022-11-135-13/+22
* [tls] Add GCM cipher suitesMichael Brown2022-11-107-8/+147
* [tests] Verify ability to perform in-place encryption and decryptionMichael Brown2022-11-101-4/+6
* [crypto] Support in-place decryption for GCM ciphersMichael Brown2022-11-101-34/+32
* [tests] Verify ability to reset cipher initialisation vectorMichael Brown2022-11-091-0/+38
* [crypto] Ensure relevant GCM cipher state is cleared by cipher_setiv()Michael Brown2022-11-092-11/+17
* [tls] Allow handshake digest algorithm to be specified by cipher suiteMichael Brown2022-11-094-68/+125
* [tls] Always send maximum supported version in ClientHelloMichael Brown2022-11-091-1/+1
* [tls] Add support for AEAD ciphersMichael Brown2022-11-081-2/+39
* [tls] Treat invalid block padding as zero length paddingMichael Brown2022-11-081-2/+2
* [tls] Allow for arbitrary-length initialisation vectorsMichael Brown2022-11-082-186/+148
* [tls] Add MAC length as a cipher suite parameterMichael Brown2022-11-084-16/+28
* [tls] Abstract out concept of a TLS authentication headerMichael Brown2022-11-082-21/+27
* [tls] Ensure cipher alignment size is respectedMichael Brown2022-11-071-0/+18
* [crypto] Add concept of cipher alignment sizeMichael Brown2022-11-078-1/+33
* [tls] Formalise notions of fixed and record initialisation vectorsMichael Brown2022-11-074-5/+48
* [tls] Remove support for TLSv1.0Michael Brown2022-11-072-36/+6
* [efi] Clear DMA-coherent buffers before mappingioactiveMichael Brown2022-11-041-0/+3
* [bzimage] Fix parsing of "vga=..." when not at end of command linevgafixMichael Brown2022-10-271-4/+10
* [crypto] Add block cipher Galois/Counter mode of operationMichael Brown2022-10-257-0/+1072
* [crypto] Add concept of authentication tag to cipher algorithmsMichael Brown2022-10-259-7/+64
* [crypto] Add concept of additional data to cipher algorithmsMichael Brown2022-10-254-23/+47