index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
[tls] Include root of trust within definition of TLS session
Michael Brown
2020-12-15
2
-4
/
+11
|
*
[x509] Make root of trust a reference-counted structure
Michael Brown
2020-12-09
7
-14
/
+81
|
*
[efi] Avoid using potentially uninitialised driver name in veto checks
Michael Brown
2020-12-08
1
-2
/
+4
|
*
[x509] Record root of trust used when validating a certificate
Michael Brown
2020-12-08
13
-33
/
+60
|
*
[ocsp] Remove dummy OCSP certificate root
Michael Brown
2020-12-08
1
-14
/
+2
|
*
[http] Hide HTTP transport-layer filter implementation details
Michael Brown
2020-12-08
3
-6
/
+17
|
*
[asn1] Define ASN1_SHORT() for constructing short tagged values
Michael Brown
2020-12-08
1
-0
/
+5
|
*
[asn1] Rename ASN1_OID_CURSOR to ASN1_CURSOR
Michael Brown
2020-12-08
20
-31
/
+31
|
*
[asn1] Add constant for UTF-8 string tag
Michael Brown
2020-12-07
1
-0
/
+3
|
*
[tls] Allow provision of a client certificate chain
Michael Brown
2020-12-07
2
-32
/
+79
|
*
[tls] Use intf_insert() to add TLS to an interface
Michael Brown
2020-12-07
5
-31
/
+32
|
*
[interface] Provide intf_insert() to insert a filter interface
Michael Brown
2020-12-07
3
-3
/
+20
|
*
[interface] Ignore any attempts to plug in the null interface
Michael Brown
2020-12-07
1
-0
/
+5
|
*
[efi] Veto the HP XhciDxe Driver
Michael Brown
2020-11-30
1
-0
/
+46
|
*
[efi] Allow vetoing of drivers that cannot be unloaded
Michael Brown
2020-11-30
3
-9
/
+312
|
*
[efi] Provide manufacturer and driver names to all veto checking methods
Michael Brown
2020-11-30
1
-19
/
+40
|
*
[efi] Split out dbg_efi_opener() as a standalone function
Michael Brown
2020-11-30
2
-15
/
+46
|
*
[xhci] Update driver to use DMA API
Michael Brown
2020-11-29
3
-95
/
+193
|
*
[dma] Provide dma_umalloc() for allocating large DMA-coherent buffers
Michael Brown
2020-11-29
3
-0
/
+166
|
*
[efi] Avoid requesting zero-length DMA mappings
Michael Brown
2020-11-29
1
-12
/
+16
|
*
[netdevice] Fix misleading comment on netdev_rx()
Michael Brown
2020-11-29
1
-1
/
+1
|
*
[netdevice] Do not attempt to unmap a null I/O buffer
Michael Brown
2020-11-29
1
-1
/
+1
|
*
[dma] Move I/O buffer DMA operations to iobuf.h
Michael Brown
2020-11-28
16
-391
/
+342
|
*
[dma] Record DMA device as part of DMA mapping if needed
Michael Brown
2020-11-28
6
-129
/
+150
|
*
[dma] Modify DMA API to simplify calculation of medial addresses
Michael Brown
2020-11-25
7
-58
/
+100
|
*
[intelxl] Configure DMA mask as 64-bit
Michael Brown
2020-11-24
2
-2
/
+8
|
*
[intel] Configure DMA mask as 64-bit
Michael Brown
2020-11-24
3
-3
/
+12
|
*
[efi] Report correct error when failing to unload a vetoed driver
Michael Brown
2020-11-24
1
-0
/
+1
|
*
[efi] Allow initialisation via SNP interface even while claimed
Michael Brown
2020-11-23
1
-7
/
+14
|
*
[intelxl] Update driver to use DMA API
Michael Brown
2020-11-21
3
-121
/
+215
|
*
[intelxl] Read PCI bus:dev.fn number from PFFUNC_RID register
Michael Brown
2020-11-21
2
-2
/
+9
|
*
[intelxl] Read MAC address from PRTPM_SA[HL] instead of PRTGL_SA[HL]
Michael Brown
2020-11-20
2
-5
/
+13
|
*
[efi] Avoid dropping below TPL as at entry to iPXE
Michael Brown
2020-11-20
8
-71
/
+110
|
*
[intel] Use physical addresses in debug messages
Michael Brown
2020-11-16
1
-9
/
+9
|
*
[realtek] Use physical addresses in debug messages
Michael Brown
2020-11-16
1
-16
/
+14
|
*
[efi] Use casts rather than virt_to_bus() for UNDI buffer addresses
Michael Brown
2020-11-16
1
-2
/
+2
|
*
[efi] Do not populate media header length in PXE transmit CPB
Michael Brown
2020-11-16
1
-1
/
+0
|
*
[intel] Update driver to use DMA API
Michael Brown
2020-11-13
4
-85
/
+143
|
*
[efi] Rename efi_blacklist to efi_veto
Michael Brown
2020-11-08
5
-62
/
+61
|
*
[realtek] Update driver to use DMA API
Michael Brown
2020-11-05
2
-95
/
+127
|
*
[efi] Provide DMA operations for EFI PCI devices
Michael Brown
2020-11-05
3
-0
/
+242
|
*
[dma] Define a DMA API to allow for non-flat device address spaces
Michael Brown
2020-11-05
6
-0
/
+517
|
*
[malloc] Rename malloc_dma() to malloc_phys()
Michael Brown
2020-11-05
48
-350
/
+350
|
*
[efi] Retain a long-lived reference to the EFI_PCI_IO_PROTOCOL instance
Michael Brown
2020-11-04
4
-49
/
+60
|
*
[realtek] Reset NIC when closing interface if using legacy mode
Michael Brown
2020-11-04
1
-0
/
+4
|
*
[efi] Fall back to assuming identity mapping of MMIO address space
Michael Brown
2020-10-30
1
-4
/
+2
|
*
[efi] Avoid dragging in USB subsystem via efi_usb_path()
Michael Brown
2020-10-30
2
-18
/
+17
|
*
[efi] Fix memory copy length used in efi_nullify_name2()
Michael Brown
2020-10-27
1
-1
/
+1
|
*
[efi] Nullify interfaces and leak memory on uninstallation failure
Michael Brown
2020-10-26
7
-50
/
+737
|
*
[efi] Allow block devices to provide their own EFI device paths
Michael Brown
2020-10-23
1
-63
/
+25
[prev]
[next]