aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-18[snp] Pad transmit buffer length to work around buggy vendor driverssnppadMichael Brown1-0/+7
2024-03-17[golan] Use ETH_HLEN for inline header sizeRabia Manaa1-1/+1
2024-03-17[build] Fix building on older versions of gccMichael Brown1-0/+1
2024-03-16[snp] Allocate additional padding for receive buffersMichael Brown1-1/+14
2024-03-15[ucode] Add support for updating x86 microcodeMichael Brown6-0/+1283
2024-03-15[bios] Provide a multiprocessor API for BIOSMichael Brown4-1/+207
2024-03-15[librm] Add support for installing a startup IPI handlerMichael Brown3-0/+113
2024-03-15[efi] Provide a multiprocessor API for EFIMichael Brown6-1/+821
2024-03-15[mp] Define an API for multiprocessor functionsMichael Brown11-0/+530
2024-03-13[efi] Update to current EDK2 headersMichael Brown12-11/+421
2024-03-07[ci] Update action versions to silence GitHub warningsMichael Brown2-8/+8
2024-03-07[efi] Do not report return status from efi_block_local()Michael Brown1-1/+5
2024-03-07[block] Allow SAN boot device to be identified by filesystem labelMichael Brown3-1/+81
2024-03-07[block] Allow SAN boot device to be identified by an extra filenameMichael Brown3-28/+68
2024-03-06[block] Allow SAN boot device to be identified by UUIDMichael Brown5-7/+41
2024-03-06[efi] Add efi_path_guid() utility functionMichael Brown3-0/+46
2024-03-06[block] Allow for additional SAN boot parameters alongside filenameMichael Brown8-23/+45
2024-03-05[efi] Allow booting from local disks via the "sanboot" commandMichael Brown3-31/+166
2024-03-05[block] Allow for iteration over SAN device list in drive number orderMichael Brown2-2/+24
2024-03-04[efi] Generalise block device boot to support arbitrary EFI handlesMichael Brown1-47/+66
2024-03-04[efi] Use file system protocol to check for SAN boot filename existenceMichael Brown1-86/+218
2024-03-04[block] Use drive number as debug message stream IDMichael Brown4-166/+173
2024-03-04[efi] Use long forms of device paths in debug messagesMichael Brown1-1/+1
2024-02-29[parseopt] Add parse_uuid() for parsing UUID command-line argumentsMichael Brown2-0/+25
2024-02-29[settings] Add parsing for UUID and GUID settings typesMichael Brown2-3/+44
2024-02-29[uuid] Add uuid_aton() to parse a UUID from a stringMichael Brown7-2/+203
2024-02-27[efi] Work around broken boot services table manipulation by UEFI shimMichael Brown1-49/+43
2024-02-23[eap] Add support for the MS-CHAPv2 authentication methodMichael Brown5-0/+285
2024-02-23[eap] Allow MD5-Challenge authentication method to be disabledMichael Brown6-82/+172
2024-02-23[eap] Add progress debug messagesMichael Brown1-1/+11
2024-02-22[efi] Ignore new LoongArch PC-relative relocations and relaxationsAlexey Sheplyakov1-0/+20
2024-02-22[drivers] Sort PCI_ROM() entries numericallyGeert Stappers21-137/+136
2024-02-22[crypto] Force inlining of trivial wrapper functionsMichael Brown1-44/+55
2024-02-22[crypto] Add implementation of MS-CHAPv2 authenticationmschapv2Michael Brown4-0/+567
2024-02-15[crypto] Allow for multiple cross-signed certificate download attemptsMichael Brown2-100/+249
2024-02-15[crypto] Add x509_is_self_signed() helper functionMichael Brown3-1/+15
2024-02-14[crypto] Add x509_truncate() to truncate a certificate chainMichael Brown3-9/+37
2024-02-14[list] Add list_for_each_entry_safe_continue()Michael Brown2-0/+48
2024-02-14[list] Add list_is_head_entry()Michael Brown2-0/+27
2024-02-10[build] Fix build failures with older versions of gcccentos7Michael Brown2-7/+10
2024-02-10[libc] Allow build_assert() failures to be ignored via NO_WERROR=1Michael Brown1-1/+1
2024-02-08[bnxt] Add support for BCM957608Joseph Wong4-101/+720
2024-02-07[crypto] Add implementation of the DES cipherMichael Brown5-0/+1686
2024-02-07[test] Remove dummy initialisation vector for ECB-mode AES testsMichael Brown1-8/+3
2024-02-02[crypto] Fix stray references to AESMichael Brown1-3/+3
2024-01-31[tls] Tidy up error handling flow in tls_send_plaintext()Michael Brown1-10/+20
2024-01-31[efi] Fix hang during ExitBootServices()Ross Lagerwall3-3/+15
2024-01-31[tls] Add ECDHE cipher suitesMichael Brown16-12/+292
2024-01-30[tls] Make key exchange algorithms selectable via build configurationMichael Brown10-98/+249
2024-01-30[crypto] Add X25519 OID-identified algorithm and TLS named curveMichael Brown4-0/+60