aboutsummaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)AuthorFilesLines
8 days[form] Add support for dynamically created interactive formsMichael Brown2-0/+4
9 days[dynui] Generalise the concept of a menu to a dynamic user interfaceMichael Brown1-1/+1
2024-03-15[ucode] Add support for updating x86 microcodeMichael Brown2-0/+4
2024-03-15[bios] Provide a multiprocessor API for BIOSMichael Brown1-1/+1
2024-03-15[efi] Provide a multiprocessor API for EFIMichael Brown1-1/+1
2024-03-15[mp] Define an API for multiprocessor functionsMichael Brown3-0/+3
2024-02-23[eap] Add support for the MS-CHAPv2 authentication methodMichael Brown2-0/+4
2024-02-23[eap] Allow MD5-Challenge authentication method to be disabledMichael Brown2-0/+45
2024-01-31[tls] Add ECDHE cipher suitesMichael Brown2-0/+33
2024-01-30[tls] Make key exchange algorithms selectable via build configurationMichael Brown2-8/+38
2024-01-30[crypto] Add X25519 OID-identified algorithm and TLS named curveMichael Brown2-0/+8
2024-01-09[build] Reduce scope of wildcard .gitignore rulesMark Rogalski1-0/+1
2023-06-29[loong64] Add support for building EFI binariesXiaotian Wu1-0/+5
2023-06-09[efi] Provide read-only access to EFI variables via settings mechanismMichael Brown3-0/+7
2023-05-24[efi] Implement "shim" as a dummy command on non-EFI platformsMichael Brown2-2/+1
2023-05-22[efi] Add "shim" commandMichael Brown3-0/+5
2023-03-01[params] Rename "form parameter" to "request parameter"Michael Brown1-1/+1
2023-02-20[efi] Split out EFI_RNG_PROTOCOL as a separate entropy sourceMichael Brown2-2/+6
2023-02-17[rng] Allow entropy source to be selected at runtimeMichael Brown4-0/+54
2023-02-05[efi] Enable NET_PROTO_LLDP by defaultMichael Brown2-1/+2
2023-02-05[lldp] Add support for the Link Layer Discovery ProtocollldpMichael Brown2-0/+4
2022-11-10[tls] Add GCM cipher suitesMichael Brown2-0/+15
2022-09-18[pci] Select PCI I/O API at runtime for cloud imagesMichael Brown1-1/+1
2022-02-10[efi] Enable IMAGE_GZIP by default for AArch64Michael Brown1-0/+4
2022-01-13[efi] Include Secure Boot Advanced Targeting (SBAT) metadatasbatMichael Brown1-0/+18
2022-01-13[doc] Update user-visible ipxe.org URIs to use HTTPSMichael Brown1-12/+12
2021-07-20[cloud] Retry DHCP aggressively in AWS EC2Michael Brown1-1/+16
2021-06-23[cloud] Show ifstat output after a failed boot attemptMichael Brown2-2/+4
2021-05-12[image] Support archive image formats independently of "imgextract" commandMichael Brown3-11/+11
2021-05-08[gzip] Add support for gzip archive imagesimgextractMichael Brown2-0/+4
2021-05-08[zlib] Add support for zlib archive imagesMichael Brown2-0/+5
2021-05-08[image] Add "imgextract" command for extracting archive imagesMichael Brown3-0/+36
2021-05-02[cloud] Attempt to include CPUID_SETTINGS only for x86 buildsMichael Brown1-0/+2
2021-04-10[cloud] Enable "poweroff" command in cloud imagesMichael Brown1-0/+5
2021-03-01[linux] Provide ACPI settings via /sys/firmware/acpi/tablesMichael Brown1-0/+1
2021-02-17[cloud] Do not enable serial console on EFI platformsMichael Brown1-0/+5
2021-02-16[cloud] Enable IPv6 and HTTPS in cloud boot imagesMichael Brown1-0/+4
2021-02-13[cloud] Use PCIAPI_DIRECT for cloud imagesMichael Brown5-0/+10
2021-01-22[image] Add the "imgmem" commandMichael Brown2-0/+4
2021-01-19[dhcp] Allow for links that remained blocked for up to three minutesMichael Brown1-1/+1
2021-01-19[eap] Treat an EAP Request-Identity as indicating a blocked linkMichael Brown2-0/+4
2020-11-05[dma] Define a DMA API to allow for non-flat device address spacesMichael Brown3-0/+3
2020-10-14[efi] Enable NET_PROTO_IPV6 by defaultTore Anderson2-1/+3
2020-10-13[usbblk] Add support for USB mass storage devicesMichael Brown4-0/+6
2020-07-07[efi] Avoid setting direction flag on EFI platformsMichael Brown1-0/+1
2020-06-16[crypto] Disable MD5 as an OID-identifiable algorithm by defaultMichael Brown1-1/+1
2020-06-16[crypto] Allow algorithms to be included without being OID-identifiableMichael Brown2-12/+62
2020-06-16[tls] Default to supporting only TLSv1.1 or aboveMichael Brown1-1/+1
2020-06-12[tls] Allow a minimum TLS protocol version to be specifiedMichael Brown1-0/+3
2019-07-19[build] Add named configuration for Raspberry PiMichael Brown8-0/+13