aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-07[asn1] Add constant for UTF-8 string tagMichael Brown1-0/+3
2020-12-07[tls] Allow provision of a client certificate chainMichael Brown2-32/+79
2020-12-07[tls] Use intf_insert() to add TLS to an interfaceMichael Brown5-31/+32
2020-12-07[interface] Provide intf_insert() to insert a filter interfaceMichael Brown3-3/+20
2020-12-07[interface] Ignore any attempts to plug in the null interfaceMichael Brown1-0/+5
2020-11-30[efi] Veto the HP XhciDxe DriverMichael Brown1-0/+46
2020-11-30[efi] Allow vetoing of drivers that cannot be unloadedMichael Brown3-9/+312
2020-11-30[efi] Provide manufacturer and driver names to all veto checking methodsMichael Brown1-19/+40
2020-11-30[efi] Split out dbg_efi_opener() as a standalone functionMichael Brown2-15/+46
2020-11-29[xhci] Update driver to use DMA APIMichael Brown3-95/+193
2020-11-29[dma] Provide dma_umalloc() for allocating large DMA-coherent buffersMichael Brown3-0/+166
2020-11-29[efi] Avoid requesting zero-length DMA mappingsMichael Brown1-12/+16
2020-11-29[netdevice] Fix misleading comment on netdev_rx()Michael Brown1-1/+1
2020-11-29[netdevice] Do not attempt to unmap a null I/O bufferMichael Brown1-1/+1
2020-11-28[dma] Move I/O buffer DMA operations to iobuf.hMichael Brown16-391/+342
2020-11-28[dma] Record DMA device as part of DMA mapping if neededMichael Brown6-129/+150
2020-11-25[dma] Modify DMA API to simplify calculation of medial addressesMichael Brown7-58/+100
2020-11-24[intelxl] Configure DMA mask as 64-bitMichael Brown2-2/+8
2020-11-24[intel] Configure DMA mask as 64-bitMichael Brown3-3/+12
2020-11-24[efi] Report correct error when failing to unload a vetoed driverMichael Brown1-0/+1
2020-11-23[efi] Allow initialisation via SNP interface even while claimedMichael Brown1-7/+14
2020-11-21[intelxl] Update driver to use DMA APIMichael Brown3-121/+215
2020-11-21[intelxl] Read PCI bus:dev.fn number from PFFUNC_RID registerMichael Brown2-2/+9
2020-11-20[intelxl] Read MAC address from PRTPM_SA[HL] instead of PRTGL_SA[HL]Michael Brown2-5/+13
2020-11-20[efi] Avoid dropping below TPL as at entry to iPXEMichael Brown8-71/+110
2020-11-16[intel] Use physical addresses in debug messagesMichael Brown1-9/+9
2020-11-16[realtek] Use physical addresses in debug messagesMichael Brown1-16/+14
2020-11-15[efi] Use casts rather than virt_to_bus() for UNDI buffer addressesMichael Brown1-2/+2
2020-11-15[efi] Do not populate media header length in PXE transmit CPBMichael Brown1-1/+0
2020-11-13[intel] Update driver to use DMA APIMichael Brown4-85/+143
2020-11-07[efi] Rename efi_blacklist to efi_vetoMichael Brown5-62/+61