]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2023-12-29  Michael Brown[smbios] Support scanning for the 64-bit SMBIOS3 entry... 1113/head
2023-12-21  Christian Helmuth[intel] Add PCI ID for I219-LM (23) 1106/head
2023-12-21  Michael Brown[efi] Add potentially missing relocation types
2023-12-19  Michael Brown[efi] Fix Coverity warning about unintended sign extension
2023-12-19  Michael Brown[efi] Add relocation types generated by clang
2023-12-19  Michael Brown[build] Use SOURCE_DATE_EPOCH for FAT serial number...
2023-12-05  Michael Brown[efi] Allow compiling elf2efi with clang
2023-11-29  Michael Brown[efi] Avoid modifying PE/COFF debug filename
2023-11-27  Michael Brown[efi] Extend PE header size to cover space up to first...
2023-11-24  Michael Brown[efi] Fix dependency list construction in EDK2 header...
2023-11-24  Michael Brown[efi] Maximise image base address
2023-11-24  Michael Brown[efi] Do not assume canonical PE section ordering
2023-11-24  Michael Brown[efi] Treat 16-bit sections as hidden in hybrid binaries
2023-11-23  Michael Brown[efi] Place PE debug information in a hidden section
2023-11-23  Michael Brown[efi] Fix recorded overall size of headers in NT option...
2023-11-23  Michael Brown[efi] Write out PE header only after writing sections
2023-11-23  Michael Brown[efi] Use load memory address as file offset for hybrid...
2023-11-23  Michael Brown[efi] Mark PE images as large address aware
2023-11-23  Michael Brown[efi] Set NXCOMPAT bit in PE header
2023-11-23  Michael Brown[efi] Treat writable sections as data sections
2023-11-22  Michael Brown[efi] Update to current EDK2 headers
2023-11-07  Michael Brown[cloud] Add utility script to read iPXE output from...
2023-11-07  Michael Brown[cloud] Add ability to overwrite existing AMI images
2023-11-07  Michael Brown[eapol] Limit number of EAPoL-Start packets transmitted... 1073/head
2023-11-07  Michael Brown[eapol] Delay EAPoL-Start while waiting for EAP to...
2023-11-02  Michael Brown[pci] Require discovery of a PCI device when determinin...
2023-11-02  Michael Brown[pci] Check that ECAM configuration space is within...
2023-11-02  Michael Brown[pci] Cache ECAM mapping errors
2023-11-02  Michael Brown[pci] Handle non-zero starting bus in ECAM allocations
2023-11-01  Michael Brown[pci] Force completion of ECAM configuration space...
2023-10-24  Michael Brown[iphone] Add missing va_start()/va_end() around reused...
2023-10-06  Michael Brown[libc] Use wall clock time as seed for the (non-cryptog... 1052/head
2023-09-19  Michael Brown[eapol] Send EAPoL-Start packets to trigger EAP authent...
2023-09-18  Michael Brown[eap] Define a supplicant model for EAP and EAPoL
2023-09-14  Michael Brown[fcoe] Use driver-private data to hold FCoE port structure
2023-09-14  Michael Brown[vmware] Use driver-private data to hold GuestInfo...
2023-09-13  Michael Brown[ipv6] Use driver-private data to hold link-local IPv6...
2023-09-13  Michael Brown[lldp] Use driver-private data to hold LLDP settings...
2023-09-13  Michael Brown[netdevice] Allocate private data for each network...
2023-09-13  Michael Brown[netdevice] Remove netdev_priv() helper function
2023-09-05  Michael Brown[librm] Use explicit operand size when pushing a label... 1036/head
2023-08-22  Alexander Eichner[virtio] Fix implementation of vpm_ioread32() 1028/head
2023-07-19  Cornelius Hoffmann[dhcp] Request NTP server option 993/head
2023-07-19  Michael Brown[ntp] Define NTP server setting
2023-07-07  Michael Brown[console] Restore compatibility with "--key" values... 990/head
2023-07-05  Michael Brown[linux] Set a default MAC address for tap devices
2023-07-05  Michael Brown[linux] Fix error control flow in af_packet_nic_probe()
2023-07-05  Michael Brown[linux] Fix error control flow in tap_probe()
2023-07-05  Michael Brown[netdevice] Stop link block timer when device is closed
2023-07-04  Michael Brown[interface] Fix debug message values for temporary... 989/head
2023-07-04  Michael Brown[build] Inhibit more linker warnings about an implied...
2023-07-04  Michael Brown[build] Silence the "creating blib.a" message
2023-07-04  Michael Brown[console] Avoid overlap between special keys and Unicod...
2023-07-04  Michael Brown[console] Avoid overlap between remapping flags and...
2023-07-03  Michael Brown[build] Use separate code segment if supported by linker
2023-06-30  Geert Stappers[build] Inhibit linker warnings about an implied execut... 899/head
2023-06-30  Michael Brown[build] Avoid using multiple target patterns in pattern...
2023-06-29  Xiaotian Wu[loong64] Add support for building EFI binaries 820/head
2023-06-29  Xiaotian Wu[loong64] Add CPU sleeping API for EFI LoongArch64
2023-06-29  Xiaotian Wu[loong64] Add I/O API for LoongArch64
2023-06-29  Michael Brown[ioapi] Centralise definitions for dummy PIO
2023-06-29  Michael Brown[arm] Add missing arch/arm/core source directory
2023-06-29  Michael Brown[arm] Remove redundant inclusion of io.h
2023-06-23  Michael Brown[efi] Process veto objects in reverse order of enumeration
2023-06-23  Michael Brown[efi] Check for protocols opened by vetoed driver and...
2023-06-23  Michael Brown[efi] Unload vetoed drivers by image handle rather...
2023-06-23  Michael Brown[efi] Pass more detailed driver information to veto...
2023-06-22  Michael Brown[efi] Show manufacturer in veto debug output
2023-06-21  Michael Brown[efi] Always poll for TX completions 976/head
2023-06-09  Michael Brown[efi] Provide read-only access to EFI variables via... 969/head
2023-06-08  Michael Brown[efi] Veto the VMware UefiPxeBcDxe driver 968/head
2023-06-08  Michael Brown[efi] Include protocol interface address in debug output
2023-06-07  Michael Brown[efi] Add UefiPxeBcDxe module GUID
2023-06-07  Michael Brown[efi] Add HttpBootDxe module GUID
2023-06-07  Michael Brown[efi] Add new IScsiDxe module GUID
2023-06-07  Michael Brown[efi] Add HTTP header and GUID definitions
2023-06-07  Michael Brown[efi] Add DNS headers and GUID definitions
2023-06-07  Michael Brown[efi] Add Ip4Config2 header and GUID definition
2023-06-07  Michael Brown[efi] Add IPv6 versions of existing IPv4 headers and...
2023-06-07  Michael Brown[efi] Update to current EDK2 headers
2023-06-07  Michael Brown[efi] Disable static assertions in EFI headers on non...
2023-06-02  Michael Brown[crypto] Add support for PKCS#8 private key format 964/head
2023-05-24  Michael Brown[efi] Implement "shim" as a dummy command on non-EFI...
2023-05-23  Michael Brown[efi] Support versions of shim that perform SBAT verifi...
2023-05-23  Michael Brown[efi] Separate GetMemoryMap() wrapper from shim unlocker
2023-05-22  Michael Brown[efi] Add "shim" command
2023-05-22  Michael Brown[efi] Add support for executing images via a shim
2023-05-22  Michael Brown[efi] Add definitions for the UEFI shim lock protocol
2023-05-22  Michael Brown[efi] Add efi_asprintf() and efi_vasprintf()
2023-05-17  Michael Brown[image] Generalise concept of selected image
2023-05-17  Michael Brown[efi] Attempt to detect EFI images that fail Secure...
2023-05-15  Michael Brown[ci] Work around Ubuntu packaging metadata issues
2023-05-05  Michael Brown[efi] Allow currently selected image to be opened as...
2023-05-05  Michael Brown[efi] Allow currently executing image to be opened...
2023-05-05  Michael Brown[image] Allow for images to be hidden from lists of...
2023-05-05  Michael Brown[efi] Show original filenames in debug messages
2023-05-05  Michael Brown[efi] Allow downloaded images to take precedence over...
2023-04-10  Michael Brown[efi] Allow for sections to be excluded from the genera...
2023-04-10  Michael Brown[efi] Allow elf2efi to be used for hybrid binaries
2023-04-10  Michael Brown[efi] Shrink size of data directory in PE header
next