summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [build] Set volume name "iPXE" on FAT filesystem imagesMichael Brown2021-01-211-2/+2
* [build] Allow genfsimg to be used on third party UEFI binariesMichael Brown2021-01-201-3/+21
* [ipv6] Defer router discovery timeout while link is blockedMichael Brown2021-01-191-1/+19
* [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-197-0/+256
* [eapol] Replace EAPoL codeMichael Brown2021-01-193-146/+109Star
* [dhcp] Continue transmitting DHCPDISCOVER while link is blockedMichael Brown2021-01-191-12/+11Star
* [build] Include xorrisofs as a viable mkisofs equivalentOmgalof2021-01-181-2/+2
* [build] Inhibit spurious array bounds warning on some versions of gccMichael Brown2021-01-151-1/+1
* [isa] Add missing #include <config/isa.h>Manuel Mendez2021-01-141-0/+1
* [build] Create util/genfsimg for building filesystem-based imagesMichael Brown2021-01-136-308/+260Star
* [xhci] Avoid false positive Coverity warningMichael Brown2021-01-041-1/+1
* [efi] Leave asynchronous USB endpoints open until device is removedMichael Brown2021-01-031-11/+13
* [xhci] Show meaningful error messages after command failuresMichael Brown2021-01-031-7/+25
* [xhci] Fail attempts to issue concurrent commandsMichael Brown2021-01-031-0/+8
* [efi] Use segment and bus number to identify PCI root bridge I/O protocolMichael Brown2020-12-312-4/+71
* [smbios] Add support for the 64-bit SMBIOS3 entry pointMichael Brown2020-12-293-22/+82
* [efi] Allow for longer device paths in debug messagesb1f6c1c42020-12-291-1/+1
* [sfc] Update email addressesMartin Habets2020-12-285-10/+16
* [x509] Clarify debug message for an untrusted X.509 issuerJosh McSavaney2020-12-281-1/+1
* [golan] Add new PCI IDsMohammed Taha2020-12-281-0/+3
* [efi] Allow EFI_USB_IO_PROTOCOL interfaces to be nullified and leakedMichael Brown2020-12-173-9/+181
* [efi] Skip interface uninstallation during shutdownMichael Brown2020-12-174-18/+23
* [efi] Nullify interfaces unconditionally on error and shutdown pathsMichael Brown2020-12-174-16/+16
* [iphone] Add iPhone tethering driverMichael Brown2020-12-163-0/+2560
* [crypto] Allow private key to be specified as a TLS connection parameterMichael Brown2020-12-158-21/+103
* [tls] Include root of trust within definition of TLS sessionMichael Brown2020-12-152-4/+11
* [x509] Make root of trust a reference-counted structureMichael Brown2020-12-097-14/+81
* [efi] Avoid using potentially uninitialised driver name in veto checksMichael Brown2020-12-081-2/+4
* [x509] Record root of trust used when validating a certificateMichael Brown2020-12-0813-33/+60
* [ocsp] Remove dummy OCSP certificate rootMichael Brown2020-12-081-14/+2Star
* [http] Hide HTTP transport-layer filter implementation detailsMichael Brown2020-12-083-6/+17
* [asn1] Define ASN1_SHORT() for constructing short tagged valuesMichael Brown2020-12-081-0/+5
* [asn1] Rename ASN1_OID_CURSOR to ASN1_CURSORMichael Brown2020-12-0820-31/+31
* [asn1] Add constant for UTF-8 string tagMichael Brown2020-12-071-0/+3
* [tls] Allow provision of a client certificate chainMichael Brown2020-12-072-32/+79
* [tls] Use intf_insert() to add TLS to an interfaceMichael Brown2020-12-075-31/+32
* [interface] Provide intf_insert() to insert a filter interfaceMichael Brown2020-12-073-3/+20
* [interface] Ignore any attempts to plug in the null interfaceMichael Brown2020-12-071-0/+5
* [efi] Veto the HP XhciDxe DriverMichael Brown2020-11-301-0/+46
* [efi] Allow vetoing of drivers that cannot be unloadedMichael Brown2020-11-303-9/+312
* [efi] Provide manufacturer and driver names to all veto checking methodsMichael Brown2020-11-301-19/+40
* [efi] Split out dbg_efi_opener() as a standalone functionMichael Brown2020-11-302-15/+46
* [xhci] Update driver to use DMA APIMichael Brown2020-11-293-95/+193
* [dma] Provide dma_umalloc() for allocating large DMA-coherent buffersMichael Brown2020-11-293-0/+166
* [efi] Avoid requesting zero-length DMA mappingsMichael Brown2020-11-291-12/+16
* [netdevice] Fix misleading comment on netdev_rx()Michael Brown2020-11-291-1/+1
* [netdevice] Do not attempt to unmap a null I/O bufferMichael Brown2020-11-291-1/+1
* [dma] Move I/O buffer DMA operations to iobuf.hMichael Brown2020-11-2816-391/+342Star
* [dma] Record DMA device as part of DMA mapping if neededMichael Brown2020-11-286-129/+150