aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-26[efi] Use EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL if availablesimpletextinputexMichael Brown1-11/+66
2021-01-26[ifmgmt] Make "ifstat" show the link-layer protocol for each netdevChristian Iversen1-1/+2
2021-01-26[cmdline] Expose "iflinkwait" as a commandMichael Brown4-7/+67
2021-01-26[efi] Fix use of uninitialised variableMichael Brown1-0/+3
2021-01-25[efi] Automatically load "/autoexec.ipxe" when booted from a filesystemMichael Brown3-10/+204
2021-01-25[image] Provide image_memory()Michael Brown6-76/+62
2021-01-24[travis] Update to current default build environmentMichael Brown1-1/+2
2021-01-24[build] Report a meaningful error message if isolinux.bin is missingMichael Brown1-2/+4
2021-01-24[build] Check that mkisofs equivalent supports the required optionsMichael Brown1-19/+14
2021-01-22[tftp] Allow for profiling of client and server turnaround timesMichael Brown1-1/+23
2021-01-22[image] Add the "imgmem" commandMichael Brown5-0/+148
2021-01-22[image] Provide image_set_data()Michael Brown3-12/+34
2021-01-22[build] Allow an initrd script to be provided via genfsimgMichael Brown1-4/+15
2021-01-22[build] Fail gracefully when no input files are given to genfsimgMichael Brown1-0/+5
2021-01-22[build] Use explicit disk geometry for generated FAT filesystem imagesMichael Brown1-4/+7
2021-01-22[build] Fix genfsimg incompatibility with dash shellMichael Brown1-2/+2
2021-01-21[build] Set volume name "iPXE" on FAT filesystem imagesMichael Brown1-2/+2
2021-01-19[build] Allow genfsimg to be used on third party UEFI binariesMichael Brown1-3/+21
2021-01-19[ipv6] Defer router discovery timeout while link is blockedMichael Brown1-1/+19
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 Brown7-0/+256
2021-01-19[eapol] Replace EAPoL codeMichael Brown3-146/+109
2021-01-19[dhcp] Continue transmitting DHCPDISCOVER while link is blockedMichael Brown1-12/+11
2021-01-18[build] Include xorrisofs as a viable mkisofs equivalentOmgalof1-2/+2
2021-01-15[build] Inhibit spurious array bounds warning on some versions of gccMichael Brown1-1/+1
2021-01-13[isa] Add missing #include <config/isa.h>Manuel Mendez1-0/+1
2021-01-13[build] Create util/genfsimg for building filesystem-based imagesMichael Brown6-308/+260
2021-01-04[xhci] Avoid false positive Coverity warningMichael Brown1-1/+1
2021-01-03[efi] Leave asynchronous USB endpoints open until device is removedMichael Brown1-11/+13
2021-01-03[xhci] Show meaningful error messages after command failuresMichael Brown1-7/+25
2021-01-03[xhci] Fail attempts to issue concurrent commandsMichael Brown1-0/+8
2020-12-31[efi] Use segment and bus number to identify PCI root bridge I/O protocolv1.21.1Michael Brown2-4/+71
2020-12-29[smbios] Add support for the 64-bit SMBIOS3 entry pointMichael Brown3-22/+82
2020-12-29[efi] Allow for longer device paths in debug messagesb1f6c1c41-1/+1
2020-12-28[sfc] Update email addressesMartin Habets5-10/+16
2020-12-28[x509] Clarify debug message for an untrusted X.509 issuerJosh McSavaney1-1/+1
2020-12-28[golan] Add new PCI IDsMohammed Taha1-0/+3
2020-12-17[efi] Allow EFI_USB_IO_PROTOCOL interfaces to be nullified and leakedMichael Brown3-9/+181
2020-12-17[efi] Skip interface uninstallation during shutdownMichael Brown4-18/+23
2020-12-17[efi] Nullify interfaces unconditionally on error and shutdown pathsMichael Brown4-16/+16
2020-12-16[iphone] Add iPhone tethering driverMichael Brown3-0/+2560
2020-12-15[crypto] Allow private key to be specified as a TLS connection parameterMichael Brown8-21/+103
2020-12-15[tls] Include root of trust within definition of TLS sessionMichael Brown2-4/+11
2020-12-09[x509] Make root of trust a reference-counted structureMichael Brown7-14/+81
2020-12-08[efi] Avoid using potentially uninitialised driver name in veto checksMichael Brown1-2/+4
2020-12-08[x509] Record root of trust used when validating a certificateMichael Brown13-33/+60
2020-12-08[ocsp] Remove dummy OCSP certificate rootMichael Brown1-14/+2
2020-12-08[http] Hide HTTP transport-layer filter implementation detailsMichael Brown3-6/+17
2020-12-08[asn1] Define ASN1_SHORT() for constructing short tagged valuesMichael Brown1-0/+5
2020-12-08[asn1] Rename ASN1_OID_CURSOR to ASN1_CURSORMichael Brown20-31/+31