]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2023-02-05  Michael Brown[lldp] Add support for the Link Layer Discovery Protocol 882/head
2023-02-03  Michael Brown[ci] Update to ubuntu-22.04 GitHub actions runner
2023-02-03  Michael Brown[dhcp] Ignore DHCPNAK unless originating from the selec... 879/head
2023-02-03  Michael Brown[efi] Do not attempt to drive PCI bridge devices 878/head
2023-02-03  Xiaotian Wu[util] Add support for LoongArch64 binaries
2023-02-03  Michael Brown[ci] Update to actions/checkout@v3 to silence GitHub...
2023-02-02  Michael Brown[xen] Update to current Xen headers
2023-02-01  Michael Brown[efi] Allow autoexec script to be located alongside...
2023-02-01  Michael Brown[realtek] Explicitly disable VLAN offload 874/head
2023-02-01  Michael Brown[efi] Update to current EDK2 headers
2023-01-31  Michael Brown[tests] Verify ability to sleep the CPU
2023-01-31  Michael Brown[dhcp] Add IANA-defined values for all current EFI...
2023-01-29  Michael Brown[efi] Accept a command line passed to an iPXE image... 871/head
2023-01-28  Michael Brown[la64] Import LoongArch64 ProcessorBind.h from EDK2...
2023-01-28  Michael Brown[efi] Update to current EDK2 headers
2023-01-28  Michael Brown[efi] Mark ConsoleControl.h as a non-imported header
2023-01-28  Michael Brown[efi] Remove deleted directories from EDK2 header impor...
2023-01-28  Michael Brown[efi] Allow for whitespace before #include in imported...
2023-01-28  Michael Brown[efi] Detect SPDX licence identifiers in imported EDK2...
2023-01-28  Michael Brown[legal] Add missing FILE_LICENCE declaration to efi_path.c
2023-01-28  Michael Brown[legal] Add support for the BSD-2-Clause-Patent licence
2023-01-28  Michael Brown[efi] Build util/efirom as a host-only binary
2023-01-25  Michael Brown[tcp] Update maximum window size to 2MB
2023-01-25  Michael Brown[pxe] Discard queued PXE UDP packets when under memory... 859/head
2023-01-23  Mohammed Taha[golan] Add new PCI ID for NVIDIA BlueField-3 network...
2023-01-23  Michael Brown[pxe] Avoid drawing menu items on bottom row of screen 858/head
2023-01-23  Michael Brown[efi] Bind to only the topmost instance of the SNP...
2023-01-23  Michael Brown[efi] Extend efi_locate_device() to allow searching...
2023-01-23  Michael Brown[efi] Add efi_path_prev() utility function
2023-01-23  Michael Brown[efi] Add efi_path_terminate() utility function
2023-01-23  Michael Brown[arm] Inhibit linker warnings about an implied executab...
2023-01-23  Michael Brown[arm] Use -mfloat-abi=soft only for EFI builds
2023-01-23  Michael Brown[arm] Use -fno-short-enums for all 32-bit ARM builds
2023-01-22  Michael Brown[arm] Support building as a Linux userspace binary...
2023-01-22  Michael Brown[dhcp] Simplify platform-specific client architecture...
2023-01-22  Michael Brown[build] Move -Ulinux to common Makefile
2023-01-22  Michael Brown[linux] Centralise the linker script for Linux binaries
2023-01-20  Michael Brown[efi] Do not rely on ProcessorBind.h when building... 857/head
2023-01-18  Alexander Graf[ena] Allocate an unused Asynchronous Event Notificatio... 852/head
2023-01-17  Michael Brown[netdevice] Ensure consistent interpretation of "netX...
2023-01-15  Michael Brown[efi] Create VLAN autoboot device automatically
2023-01-15  Michael Brown[vlan] Support automatic VLAN device creation
2023-01-15  Michael Brown[autoboot] Include VLAN tag in filter for identifying...
2023-01-15  Michael Brown[netdevice] Allow duplicate MAC addresses
2023-01-14  Michael Brown[netdevice] Separate concept of scope ID from network...
2023-01-11  Michael Brown[efi] Disable receive filters to work around buggy...
2022-12-22  Michael Brown[cachedhcp] Retain cached DHCPACK after startup if... 844/head
2022-12-22  Michael Brown[cachedhcp] Include VLAN tag in filter for applying...
2022-12-22  Michael Brown[efi] Add efi_path_vlan() utility function
2022-12-22  Michael Brown[efi] Expose efi_path_next() utility function
2022-12-22  Michael Brown[efi] Allow passing a NULL device path to path utility...
2022-12-14  Michael Brown[efi] Provide VLAN configuration protocol 838/head
2022-12-14  Michael Brown[vlan] Allow external code to identify VLAN priority...
2022-12-14  Michael Brown[build] Disable dangling pointer checking for GCC
2022-12-14  Michael Brown[build] Disable array bounds checking for GCC
2022-11-15  Christian I... [intel] Add PCI ID for I219-V and -LM 16,17
2022-11-13  Michael Brown[pci] Backup and restore standard config space across... 801/head
2022-11-13  Michael Brown[pci] Allow PCI config space backup to be limited by...
2022-11-10  Michael Brown[tls] Add GCM cipher suites
2022-11-10  Michael Brown[tests] Verify ability to perform in-place encryption...
2022-11-10  Michael Brown[crypto] Support in-place decryption for GCM ciphers
2022-11-09  Michael Brown[tests] Verify ability to reset cipher initialisation...
2022-11-09  Michael Brown[crypto] Ensure relevant GCM cipher state is cleared...
2022-11-09  Michael Brown[tls] Allow handshake digest algorithm to be specified...
2022-11-09  Michael Brown[tls] Always send maximum supported version in ClientHello
2022-11-08  Michael Brown[tls] Add support for AEAD ciphers
2022-11-08  Michael Brown[tls] Treat invalid block padding as zero length padding
2022-11-08  Michael Brown[tls] Allow for arbitrary-length initialisation vectors
2022-11-08  Michael Brown[tls] Add MAC length as a cipher suite parameter
2022-11-08  Michael Brown[tls] Abstract out concept of a TLS authentication...
2022-11-07  Michael Brown[tls] Ensure cipher alignment size is respected
2022-11-07  Michael Brown[crypto] Add concept of cipher alignment size
2022-11-07  Michael Brown[tls] Formalise notions of fixed and record initialisat...
2022-11-07  Michael Brown[tls] Remove support for TLSv1.0
2022-11-04  Michael Brown[efi] Clear DMA-coherent buffers before mapping
2022-10-27  Michael Brown[bzimage] Fix parsing of "vga=..." when not at end... 785/head
2022-10-25  Michael Brown[crypto] Add block cipher Galois/Counter mode of operation
2022-10-25  Michael Brown[crypto] Add concept of authentication tag to cipher...
2022-10-25  Michael Brown[crypto] Add concept of additional data to cipher algor...
2022-10-25  Michael Brown[crypto] Allow initialisation vector length to vary...
2022-10-25  Michael Brown[crypto] Expose null crypto algorithm methods for reuse
2022-10-11  Michael Brown[tls] Add support for DHE variants of the existing...
2022-10-11  Michael Brown[tls] Add support for Ephemeral Diffie-Hellman key...
2022-10-11  Michael Brown[tls] Add key exchange mechanism to definition of ciphe...
2022-10-11  Michael Brown[tls] Record ServerKeyExchange record, if provided
2022-10-11  Michael Brown[tls] Generate pre-master secret at point of sending...
2022-10-11  Michael Brown[tls] Generate master secret at point of sending Client...
2022-10-11  Michael Brown[crypto] Add Ephemeral Diffie-Hellman key exchange...
2022-10-10  Michael Brown[crypto] Simplify internal HMAC API
2022-10-10  Michael Brown[test] Add HMAC self-tests
2022-09-19  Michael Brown[ena] Assign memory BAR if left empty by BIOS
2022-09-19  Michael Brown[pci] Add minimal PCI bridge driver
2022-09-18  Michael Brown[pci] Select PCI I/O API at runtime for cloud images
2022-09-18  Michael Brown[bios] Allow pcibios_discover() to return an empty...
2022-09-16  Michael Brown[pci] Add support for the Enhanced Configuration Access...
2022-09-15  Michael Brown[pci] Generalise pci_num_bus() to pci_discover()
2022-09-15  Michael Brown[pci] Check for wraparound in callers of pci_find_next()
2022-09-15  Michael Brown[pci] Allow pci_find_next() to return non-zero PCI...
2022-09-15  Michael Brown[linux] Add missing PROVIDE_PCIAPI_INLINE() macros
2022-09-13  Michael Brown[ipv6] Ignore SLAAC on prefixes with an incompatible...
next