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
/
include
/
ipxe
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
[linux] Validate length of ACPI table read from sysfs
Michael Brown
2021-03-03
1
-0
/
+1
|
*
[linux] Use fstat() rather than statx()
Michael Brown
2021-03-03
1
-3
/
+1
|
*
[linux] Use generic sysfs mechanism to read SMBIOS table
Michael Brown
2021-03-03
1
-0
/
+1
|
*
[linux] Add a generic function for reading files from sysfs
Michael Brown
2021-03-03
3
-0
/
+20
|
*
[linux] Add missing pci_num_bus() stub
Michael Brown
2021-03-02
1
-0
/
+11
|
*
[slirp] Add libslirp driver for Linux
Michael Brown
2021-03-02
3
-0
/
+175
|
*
[linux] Provide ACPI settings via /sys/firmware/acpi/tables
Michael Brown
2021-03-01
2
-0
/
+19
|
*
[acpi] Allow for platforms that provide ACPI tables individually
Michael Brown
2021-03-01
3
-3
/
+28
|
*
[linux] Use host glibc system call wrappers
Michael Brown
2021-03-01
1
-0
/
+86
|
*
[efi] Record cached DHCPACK from loaded image's device handle, if present
Michael Brown
2021-02-17
2
-0
/
+17
|
*
[efi] Split out autoexec script portions of efi_autoboot.c
Michael Brown
2021-02-17
3
-1
/
+20
|
*
[pxe] Split out platform-independent portions of cachedhcp.c
Michael Brown
2021-02-17
2
-0
/
+18
|
*
[build] Remove support for building with the Intel C compiler
Michael Brown
2021-02-12
2
-76
/
+0
|
*
[infiniband] Require drivers to specify the number of ports
Christian Iversen
2021-01-27
1
-1
/
+2
|
*
[efi] Automatically load "/autoexec.ipxe" when booted from a filesystem
Michael Brown
2021-01-25
1
-0
/
+1
|
*
[image] Provide image_memory()
Michael Brown
2021-01-25
1
-0
/
+2
|
*
[image] Provide image_set_data()
Michael Brown
2021-01-22
1
-0
/
+1
|
*
[eap] Treat an EAP Request-Identity as indicating a blocked link
Michael Brown
2021-01-19
3
-0
/
+73
|
*
[eapol] Replace EAPoL code
Michael Brown
2021-01-19
1
-90
/
+34
|
*
[efi] Use segment and bus number to identify PCI root bridge I/O protocol
Michael Brown
2020-12-31
1
-0
/
+3
|
*
[smbios] Add support for the 64-bit SMBIOS3 entry point
Michael Brown
2020-12-29
1
-4
/
+47
|
*
[efi] Allow EFI_USB_IO_PROTOCOL interfaces to be nullified and leaked
Michael Brown
2020-12-17
1
-0
/
+2
|
*
[iphone] Add iPhone tethering driver
Michael Brown
2020-12-16
1
-0
/
+1
|
*
[crypto] Allow private key to be specified as a TLS connection parameter
Michael Brown
2020-12-15
3
-3
/
+62
|
*
[tls] Include root of trust within definition of TLS session
Michael Brown
2020-12-15
1
-1
/
+4
|
*
[x509] Make root of trust a reference-counted structure
Michael Brown
2020-12-09
1
-1
/
+26
|
*
[x509] Record root of trust used when validating a certificate
Michael Brown
2020-12-08
3
-16
/
+13
|
*
[http] Hide HTTP transport-layer filter implementation details
Michael Brown
2020-12-08
1
-3
/
+3
|
*
[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
1
-4
/
+4
|
*
[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
1
-2
/
+2
|
*
[tls] Use intf_insert() to add TLS to an interface
Michael Brown
2020-12-07
2
-5
/
+2
|
*
[interface] Provide intf_insert() to insert a filter interface
Michael Brown
2020-12-07
1
-0
/
+2
|
*
[efi] Allow vetoing of drivers that cannot be unloaded
Michael Brown
2020-11-30
1
-1
/
+1
|
*
[efi] Split out dbg_efi_opener() as a standalone function
Michael Brown
2020-11-30
1
-0
/
+22
|
*
[xhci] Update driver to use DMA API
Michael Brown
2020-11-29
1
-4
/
+18
|
*
[dma] Provide dma_umalloc() for allocating large DMA-coherent buffers
Michael Brown
2020-11-29
1
-0
/
+93
|
*
[dma] Move I/O buffer DMA operations to iobuf.h
Michael Brown
2020-11-28
3
-22
/
+61
|
*
[dma] Record DMA device as part of DMA mapping if needed
Michael Brown
2020-11-28
1
-51
/
+70
|
*
[dma] Modify DMA API to simplify calculation of medial addresses
Michael Brown
2020-11-25
1
-10
/
+64
|
*
[efi] Avoid dropping below TPL as at entry to iPXE
Michael Brown
2020-11-20
1
-0
/
+11
|
*
[efi] Rename efi_blacklist to efi_veto
Michael Brown
2020-11-08
3
-14
/
+14
|
*
[efi] Provide DMA operations for EFI PCI devices
Michael Brown
2020-11-05
2
-0
/
+5
|
*
[dma] Define a DMA API to allow for non-flat device address spaces
Michael Brown
2020-11-05
2
-0
/
+335
|
*
[malloc] Rename malloc_dma() to malloc_phys()
Michael Brown
2020-11-05
1
-18
/
+14
|
*
[efi] Retain a long-lived reference to the EFI_PCI_IO_PROTOCOL instance
Michael Brown
2020-11-04
1
-2
/
+10
|
*
[efi] Avoid dragging in USB subsystem via efi_usb_path()
Michael Brown
2020-10-30
1
-1
/
+17
|
*
[efi] Nullify interfaces and leak memory on uninstallation failure
Michael Brown
2020-10-26
2
-1
/
+32
|
*
[infiniband] Allow SRP device to be described using an EFI device path
Michael Brown
2020-10-23
2
-0
/
+38
[prev]
[next]