aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [efi] Use segment and bus number to identify PCI root bridge I/O protocolv1.21.1Michael 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/+2
* [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/+342
* [dma] Record DMA device as part of DMA mapping if neededMichael Brown2020-11-286-129/+150
* [dma] Modify DMA API to simplify calculation of medial addressesMichael Brown2020-11-257-58/+100
* [intelxl] Configure DMA mask as 64-bitMichael Brown2020-11-242-2/+8
* [intel] Configure DMA mask as 64-bitMichael Brown2020-11-243-3/+12
* [efi] Report correct error when failing to unload a vetoed driverMichael Brown2020-11-241-0/+1
* [efi] Allow initialisation via SNP interface even while claimedMichael Brown2020-11-231-7/+14
* [intelxl] Update driver to use DMA APIMichael Brown2020-11-213-121/+215
* [intelxl] Read PCI bus:dev.fn number from PFFUNC_RID registerMichael Brown2020-11-212-2/+9
* [intelxl] Read MAC address from PRTPM_SA[HL] instead of PRTGL_SA[HL]Michael Brown2020-11-202-5/+13
* [efi] Avoid dropping below TPL as at entry to iPXEMichael Brown2020-11-208-71/+110
* [intel] Use physical addresses in debug messagesMichael Brown2020-11-161-9/+9
* [realtek] Use physical addresses in debug messagesMichael Brown2020-11-161-16/+14
* [efi] Use casts rather than virt_to_bus() for UNDI buffer addressesMichael Brown2020-11-151-2/+2
* [efi] Do not populate media header length in PXE transmit CPBMichael Brown2020-11-151-1/+0
* [intel] Update driver to use DMA APIMichael Brown2020-11-134-85/+143
* [efi] Rename efi_blacklist to efi_vetoMichael Brown2020-11-075-62/+61