]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2024-09-02  Animesh Bhatt[aqc1xx] Add support for Marvell AQtion Ethernet controller aqc1xx 1171/head
2024-09-02  Michael Brown[etherfabric] Fix use of uninitialised variable in...
2024-08-29  Michael Brown[test] Add CMS decryption self-tests
2024-08-29  Michael Brown[crypto] Allow cms_decrypt() to be called on unregister...
2024-08-29  Michael Brown[image] Add the "imgdecrypt" command
2024-08-29  Michael Brown[crypto] Support decryption of images via CMS envelopes
2024-08-29  Michael Brown[image] Split image_strip_suffix() out from image_extract()
2024-08-28  Michael Brown[crypto] Add cmsdetach script for detaching encrypted...
2024-08-28  Michael Brown[test] Update CMS self-test terminology
2024-08-28  Michael Brown[crypto] Allow for extraction of ASN.1 algorithm parameters
2024-08-23  Michael Brown[crypto] Hold CMS message as a single ASN.1 object
2024-08-21  Michael Brown[crypto] Remove the concept of a public-key algorithm...
2024-08-21  Michael Brown[tls] Group client and server state in TLS connection...
2024-08-21  Michael Brown[tls] Group transmit and receive state in TLS connectio...
2024-08-20  Michael Brown[gve] Add missing error codes in EUNIQ() list of potent...
2024-08-20  Michael Brown[contrib] Remove obsolete rom-o-matic code
2024-08-18  Michael Brown[test] Generalise public-key algorithm tests and use...
2024-08-18  Michael Brown[crypto] Pass asymmetric keys as ASN.1 cursors
2024-08-15  Michael Brown[efi] Allow discovery of PCI bus:dev.fn address ranges
2024-08-15  Michael Brown[pci] Separate permission to probe buses from bus:dev...
2024-08-14  Michael Brown[crypto] Fix debug name for empty certificate chain...
2024-08-14  Michael Brown[crypto] Generalise cms_signature to cms_message
2024-08-14  Michael Brown[crypto] Add OID-identified algorithms for AES ciphers
2024-08-13  Michael Brown[crypto] Pass image as parameter to CMS functions
2024-08-13  Michael Brown[crypto] Allow passing a NULL certificate store to...
2024-08-12  Michael Brown[crypto] Centralise mechanisms for identifying X.509...
2024-08-07  Michael Brown[crypto] Extend asn1_enter() to handle partial object...
2024-08-07  Michael Brown[crypto] Clarify ASN.1 cursor invalidation behaviour
2024-08-07  Michael Brown[crypto] Do not return an error when skipping the final...
2024-08-01  Michael Brown[cpuid] Allow hypervisor CPUID leaves to be accessed...
2024-08-01  Michael Brown[cpuid] Allow reading hypervisor CPUID leaves
2024-07-31  Michael Brown[smbios] Allow reading an entire SMBIOS data structure...
2024-07-31  Michael Brown[smbios] Avoid reading beyond end of constructed SMBIOS...
2024-07-30  Michael Brown[cloud] Add utility to read INT13CON partition in Googl...
2024-07-24  Michael Brown[gve] Increase number of receive buffers to reduce...
2024-07-24  Michael Brown[gve] Add driver for Google Virtual Ethernet NIC
2024-07-08  Michael Brown[cloud] Add utility for importing images to Google...
2024-06-27  Michael Brown[ipv6] Expose router address for DHCPv6 leased addresses 1245/head
2024-06-26  Michael Brown[ipv4] Support small subnets with no directed broadcast... 1243/head
2024-06-21  Michael Brown[hci] Remove the generalised widget user interface...
2024-06-21  Michael Brown[form] Reimplement the "login" user interface
2024-06-20  Michael Brown[form] Add support for dynamically created interactive...
2024-06-20  Michael Brown[dynui] Add concept of a secret user interface item
2024-06-20  Michael Brown[dynui] Allow for multiple flags on a user interface...
2024-06-20  Michael Brown[dynui] Generalise mechanisms for looking up user inter...
2024-06-20  Michael Brown[dynui] Generalise the concept of a menu to a dynamic...
2024-06-20  Michael Brown[hci] Allow tab key to be used to cycle through UI...
2024-06-18  Michael Brown[hci] Rename "item" command's first parameter from...
2024-06-18  Michael Brown[hci] Split out msg() and alert() from settings UI...
2024-06-18  Michael Brown[hci] Draw all widgets on the standard screen
2024-05-31  Michael Brown[libc] Add stpcpy()
2024-05-15  Michael Brown[hci] Provide a general concept of a text widget set
2024-04-17  Michael Brown[test] Add test cases for editable strings
2024-04-17  Michael Brown[hci] Fix semantics of replace_string() to match code...
2024-04-16  Michael Brown[efi] Veto the Dhcp6Dxe driver on all platforms 1194/head
2024-04-15  Michael Brown[hci] Use dynamically allocated buffers for editable...
2024-04-15  Michael Brown[efi] Do not attempt to download autoexec.ipxe without...
2024-04-03  Pavel Krotkiy[netdevice] Add "linktype" setting 1180/head
2024-04-02  Michael Brown[efi] Restructure handling of autoexec.ipxe script
2024-04-02  Michael Brown[cachedhcp] Allow cached DHCPACK to apply to temporary...
2024-03-29  Michael Brown[efi] Add the ability to create a temporary MNP network...
2024-03-29  Michael Brown[efi] Allow for allocating EFI devices from arbitrary...
2024-03-29  Michael Brown[http] Add error table entry for HTTP 404 Not Found...
2024-03-29  Michael Brown[tftp] Add error table entry for TFTP "file not found...
2024-03-29  Michael Brown[efi] Add error table entry for local filesystem EFI_NO...
2024-03-29  Michael Brown[efi] Report local file errors during download, rather...
2024-03-29  Michael Brown[image] Allow opaque URI component to provide image...
2024-03-27  Michael Brown[build] Fix build failures with random versions of gcc
2024-03-26  Michael Brown[efi] Extract basic network settings from loaded image...
2024-03-26  Michael Brown[efi] Add efi_path_mac() to parse a MAC address from...
2024-03-25  Michael Brown[efi] Add support for driving EFI_MANAGED_NETWORK_PROTO...
2024-03-25  Michael Brown[efi] Allow for drivers to be located via child handles
2024-03-25  Michael Brown[efi] Add helper functions for service binding protocols
2024-03-25  Michael Brown[efi] Match chainloaded device by uppermost matching...
2024-03-19  Michael Brown[efi] Set current working URI from our own device path...
2024-03-19  Michael Brown[efi] Add efi_path_uri() to parse a URI from an EFI...
2024-03-19  Michael Brown[settings] Expose current working URI and directory...
2024-03-18  Michael Brown[efi] Pad transmit buffer length to work around vendor... 1177/head
2024-03-17  Rabia Manaa[golan] Use ETH_HLEN for inline header size 1174/head
2024-03-17  Michael Brown[build] Fix building on older versions of gcc
2024-03-16  Michael Brown[snp] Allocate additional padding for receive buffers
2024-03-15  Michael Brown[ucode] Add support for updating x86 microcode
2024-03-15  Michael Brown[bios] Provide a multiprocessor API for BIOS
2024-03-15  Michael Brown[librm] Add support for installing a startup IPI handler
2024-03-15  Michael Brown[efi] Provide a multiprocessor API for EFI
2024-03-15  Michael Brown[mp] Define an API for multiprocessor functions
2024-03-13  Michael Brown[efi] Update to current EDK2 headers
2024-03-07  Michael Brown[ci] Update action versions to silence GitHub warnings
2024-03-07  Michael Brown[efi] Do not report return status from efi_block_local()
2024-03-07  Michael Brown[block] Allow SAN boot device to be identified by files...
2024-03-07  Michael Brown[block] Allow SAN boot device to be identified by an...
2024-03-06  Michael Brown[block] Allow SAN boot device to be identified by UUID
2024-03-06  Michael Brown[efi] Add efi_path_guid() utility function
2024-03-06  Michael Brown[block] Allow for additional SAN boot parameters alongs...
2024-03-05  Michael Brown[efi] Allow booting from local disks via the "sanboot...
2024-03-05  Michael Brown[block] Allow for iteration over SAN device list in...
2024-03-04  Michael Brown[efi] Generalise block device boot to support arbitrary...
2024-03-04  Michael Brown[efi] Use file system protocol to check for SAN boot...
2024-03-04  Michael Brown[block] Use drive number as debug message stream ID
2024-03-04  Michael Brown[efi] Use long forms of device paths in debug messages
next