summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [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
| * [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/+14Star
| * [efi] Use casts rather than virt_to_bus() for UNDI buffer addressesMichael Brown2020-11-161-2/+2
| * [efi] Do not populate media header length in PXE transmit CPBMichael Brown2020-11-161-1/+0Star
| * [intel] Update driver to use DMA APIMichael Brown2020-11-134-85/+143
| * [efi] Rename efi_blacklist to efi_vetoMichael Brown2020-11-085-62/+61Star
| * [realtek] Update driver to use DMA APIMichael Brown2020-11-052-95/+127
| * [efi] Provide DMA operations for EFI PCI devicesMichael Brown2020-11-053-0/+242
| * [dma] Define a DMA API to allow for non-flat device address spacesMichael Brown2020-11-056-0/+517
| * [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-0548-350/+350
| * [efi] Retain a long-lived reference to the EFI_PCI_IO_PROTOCOL instanceMichael Brown2020-11-044-49/+60
| * [realtek] Reset NIC when closing interface if using legacy modeMichael Brown2020-11-041-0/+4
| * [efi] Fall back to assuming identity mapping of MMIO address spaceMichael Brown2020-10-301-4/+2Star
| * [efi] Avoid dragging in USB subsystem via efi_usb_path()Michael Brown2020-10-302-18/+17Star
| * [efi] Fix memory copy length used in efi_nullify_name2()Michael Brown2020-10-271-1/+1
| * [efi] Nullify interfaces and leak memory on uninstallation failureMichael Brown2020-10-267-50/+737
| * [efi] Allow block devices to provide their own EFI device pathsMichael Brown2020-10-231-63/+25Star