summaryrefslogtreecommitdiffstats
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxopenslxSimon Rettberg2024-04-125-0/+7
|\
| * [ucode] Add support for updating x86 microcodeMichael Brown2024-03-152-0/+4
| * [bios] Provide a multiprocessor API for BIOSMichael Brown2024-03-151-1/+1
| * [efi] Provide a multiprocessor API for EFIMichael Brown2024-03-151-1/+1
| * [mp] Define an API for multiprocessor functionsMichael Brown2024-03-153-0/+3
* | Merge branch 'aqc1xx' into openslxSimon Rettberg2024-04-125-8/+129
|\|
| * [eap] Add support for the MS-CHAPv2 authentication methodMichael Brown2024-02-232-0/+4
| * [eap] Allow MD5-Challenge authentication method to be disabledMichael Brown2024-02-232-0/+45
| * [tls] Add ECDHE cipher suitesMichael Brown2024-01-312-0/+33
| * [tls] Make key exchange algorithms selectable via build configurationMichael Brown2024-01-302-8/+38
| * [crypto] Add X25519 OID-identified algorithm and TLS named curveMichael Brown2024-01-302-0/+8
| * [build] Reduce scope of wildcard .gitignore rulesMark Rogalski2024-01-091-0/+1
* | Merge branch 'master' into openslxSimon Rettberg2023-10-064-0/+16
|\|
| * [loong64] Add support for building EFI binariesXiaotian Wu2023-06-291-0/+5
| * [efi] Provide read-only access to EFI variables via settings mechanismMichael Brown2023-06-093-0/+7
| * [efi] Implement "shim" as a dummy command on non-EFI platformsMichael Brown2023-05-242-2/+1Star
| * [efi] Add "shim" commandMichael Brown2023-05-223-0/+5
* | Merge branch 'master' into openslxSimon Rettberg2023-04-048-2/+80
|\|
| * [params] Rename "form parameter" to "request parameter"Michael Brown2023-03-011-1/+1
| * [efi] Split out EFI_RNG_PROTOCOL as a separate entropy sourceMichael Brown2023-02-202-2/+6
| * [rng] Allow entropy source to be selected at runtimeMichael Brown2023-02-174-0/+54
| * [efi] Enable NET_PROTO_LLDP by defaultMichael Brown2023-02-052-1/+2
| * [lldp] Add support for the Link Layer Discovery ProtocolMichael Brown2023-02-052-0/+4
| * [tls] Add GCM cipher suitesMichael Brown2022-11-102-0/+15
* | Merge branch 'master' into openslxSimon Rettberg2022-10-211-1/+1
|\|
| * [pci] Select PCI I/O API at runtime for cloud imagesMichael Brown2022-09-181-1/+1
* | Merge branch 'master' into openslxSimon Rettberg2022-05-112-12/+34
|\|
| * [efi] Enable IMAGE_GZIP by default for AArch64Michael Brown2022-02-101-0/+4
| * [efi] Include Secure Boot Advanced Targeting (SBAT) metadataMichael Brown2022-01-131-0/+18
| * [doc] Update user-visible ipxe.org URIs to use HTTPSMichael Brown2022-01-131-12/+12
* | Local UEFI disk boot supportSimon Rettberg2021-10-052-0/+9
|/
* [cloud] Retry DHCP aggressively in AWS EC2Michael Brown2021-07-201-1/+16
* [cloud] Show ifstat output after a failed boot attemptMichael Brown2021-06-232-2/+4
* [image] Support archive image formats independently of "imgextract" commandMichael Brown2021-05-123-11/+11
* [gzip] Add support for gzip archive imagesMichael Brown2021-05-082-0/+4
* [zlib] Add support for zlib archive imagesMichael Brown2021-05-082-0/+5
* [image] Add "imgextract" command for extracting archive imagesMichael Brown2021-05-083-0/+36
* [cloud] Attempt to include CPUID_SETTINGS only for x86 buildsMichael Brown2021-05-021-0/+2
* [cloud] Enable "poweroff" command in cloud imagesMichael Brown2021-04-101-0/+5
* [linux] Provide ACPI settings via /sys/firmware/acpi/tablesMichael Brown2021-03-011-0/+1
* [cloud] Do not enable serial console on EFI platformsMichael Brown2021-02-171-0/+5
* [cloud] Enable IPv6 and HTTPS in cloud boot imagesMichael Brown2021-02-161-0/+4
* [cloud] Use PCIAPI_DIRECT for cloud imagesMichael Brown2021-02-135-0/+10
* [image] Add the "imgmem" commandMichael Brown2021-01-222-0/+4
* [dhcp] Allow for links that remained blocked for up to three minutesMichael Brown2021-01-191-1/+1
* [eap] Treat an EAP Request-Identity as indicating a blocked linkMichael Brown2021-01-192-0/+4
* [dma] Define a DMA API to allow for non-flat device address spacesMichael Brown2020-11-053-0/+3
* [efi] Enable NET_PROTO_IPV6 by defaultTore Anderson2020-10-142-1/+3
* [usbblk] Add support for USB mass storage devicesMichael Brown2020-10-134-0/+6
* [efi] Avoid setting direction flag on EFI platformsMichael Brown2020-07-071-0/+1