summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxopenslxSimon Rettberg2024-04-1214-9/+1046
|\
| * [netdevice] Add "linktype" settingPavel Krotkiy2024-04-031-0/+2
| * [efi] Restructure handling of autoexec.ipxe scriptMichael Brown2024-04-031-4/+1Star
| * [cachedhcp] Allow cached DHCPACK to apply to temporary network devicesMichael Brown2024-04-021-0/+2
| * [efi] Add the ability to create a temporary MNP network deviceMichael Brown2024-03-291-0/+20
| * [efi] Allow for allocating EFI devices from arbitrary handlesMichael Brown2024-03-291-0/+2
| * [build] Fix build failures with random versions of gccMichael Brown2024-03-271-4/+3Star
| * [efi] Extract basic network settings from loaded image device pathMichael Brown2024-03-261-0/+2
| * [efi] Add efi_path_mac() to parse a MAC address from an EFI device pathMichael Brown2024-03-261-0/+1
| * [efi] Add support for driving EFI_MANAGED_NETWORK_PROTOCOL devicesMichael Brown2024-03-251-0/+1
| * [efi] Allow for drivers to be located via child handlesMichael Brown2024-03-251-0/+2
| * [efi] Add helper functions for service binding protocolsMichael Brown2024-03-253-0/+110
| * [efi] Add efi_path_uri() to parse a URI from an EFI device pathMichael Brown2024-03-191-0/+1
| * [efi] Provide a multiprocessor API for EFIMichael Brown2024-03-154-0/+708
| * [mp] Define an API for multiprocessor functionsMichael Brown2024-03-152-0/+190
* | Merge branch 'aqc1xx' into openslxSimon Rettberg2024-04-1242-142/+1172
|\ \
| * | Merge branch 'ipxe:master' into aqc1xxanimeshbm2024-03-1448-183/+1332
| |\|
| | * [efi] Update to current EDK2 headersMichael Brown2024-03-1312-11/+421
| | * [block] Allow SAN boot device to be identified by filesystem labelMichael Brown2024-03-071-0/+2
| | * [block] Allow SAN boot device to be identified by an extra filenameMichael Brown2024-03-071-0/+2
| | * [block] Allow SAN boot device to be identified by UUIDMichael Brown2024-03-062-1/+12
| | * [efi] Add efi_path_guid() utility functionMichael Brown2024-03-062-0/+3
| | * [block] Allow for additional SAN boot parameters alongside filenameMichael Brown2024-03-062-3/+10
| | * [efi] Allow booting from local disks via the "sanboot" commandMichael Brown2024-03-051-0/+10
| | * [block] Allow for iteration over SAN device list in drive number orderMichael Brown2024-03-051-0/+1
| | * [parseopt] Add parse_uuid() for parsing UUID command-line argumentsMichael Brown2024-02-291-0/+2
| | * [uuid] Add uuid_aton() to parse a UUID from a stringMichael Brown2024-02-293-0/+5
| | * [eap] Add support for the MS-CHAPv2 authentication methodMichael Brown2024-02-232-0/+30
| | * [eap] Allow MD5-Challenge authentication method to be disabledMichael Brown2024-02-232-0/+3
| | * [crypto] Force inlining of trivial wrapper functionsMichael Brown2024-02-221-44/+55
| | * [crypto] Add implementation of MS-CHAPv2 authenticationMichael Brown2024-02-221-0/+59
| | * [crypto] Allow for multiple cross-signed certificate download attemptsMichael Brown2024-02-151-0/+22
| | * [crypto] Add x509_is_self_signed() helper functionMichael Brown2024-02-151-0/+10
| | * [crypto] Add x509_truncate() to truncate a certificate chainMichael Brown2024-02-141-0/+1
| | * [list] Add list_for_each_entry_safe_continue()Michael Brown2024-02-141-0/+16
| | * [list] Add list_is_head_entry()Michael Brown2024-02-141-0/+11
| | * [build] Fix build failures with older versions of gccMichael Brown2024-02-101-1/+2
| | * [libc] Allow build_assert() failures to be ignored via NO_WERROR=1Michael Brown2024-02-101-1/+1
| | * [crypto] Add implementation of the DES cipherMichael Brown2024-02-082-0/+92
| | * [crypto] Fix stray references to AESMichael Brown2024-02-021-3/+3
| | * [tls] Add ECDHE cipher suitesMichael Brown2024-01-311-0/+6
| | * [crypto] Add X25519 OID-identified algorithm and TLS named curveMichael Brown2024-01-301-0/+7
| | * [tls] Add support for Ephemeral Elliptic Curve Diffie-Hellman key exchangeMichael Brown2024-01-301-0/+24
| | * [crypto] Add an abstraction of an elliptic curveMichael Brown2024-01-302-0/+26
| | * [crypto] Check for all-zeros result from X25519 key exchangeMichael Brown2024-01-302-3/+4
| | * [crypto] Add X25519 key exchange algorithmMichael Brown2024-01-191-0/+91
| | * [crypto] Add bigint_swap() to conditionally swap big integersMichael Brown2024-01-191-0/+15
| | * [crypto] Add bigint_copy() as a convenient wrapper macroMichael Brown2024-01-191-0/+13
| | * [crypto] Allow multiplicand and multiplier to differ in sizeMichael Brown2024-01-161-5/+7
| | * [libc] Replace linker_assert() with build_assert()Michael Brown2024-01-164-45/+36Star