index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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-07
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
*
[fcp] Allow Fibre Channel device to be described using an EFI device path
Michael Brown
2020-10-22
2
-0
/
+10
*
[iscsi] Allow iSCSI device to be described using an EFI device path
Michael Brown
2020-10-20
1
-0
/
+3
*
[aoe] Allow AoE device to be described using an EFI device path
Michael Brown
2020-10-19
2
-0
/
+33
*
[efi] Provide utility function to concatenate device paths
Michael Brown
2020-10-19
1
-0
/
+2
*
[efi] Split efi_netdev_path() out to a separate function
Michael Brown
2020-10-19
1
-0
/
+2
*
[efi] Provide efi_uri_path() to construct a URI device path
Michael Brown
2020-10-19
1
-0
/
+2
*
[efi] Split efi_usb_path() out to a separate function
Michael Brown
2020-10-16
2
-4
/
+5
*
[efi] Define an interface operation to describe using an EFI device path
Michael Brown
2020-10-16
1
-0
/
+5
*
[efi] Split device path functions out to efi_path.c
Michael Brown
2020-10-16
2
-4
/
+19
*
[efi] Provide EFI_INTF_OP for EFI-only interface operations
Michael Brown
2020-10-16
1
-0
/
+7
*
[interface] Allow for the definition of an unused interface operation
Michael Brown
2020-10-16
1
-0
/
+15
*
[usbblk] Add support for USB mass storage devices
Michael Brown
2020-10-13
1
-0
/
+1
*
[usb] Move usbio driver to end of USB driver list
Michael Brown
2020-10-13
1
-0
/
+3
*
[usb] Allow endpoints to be refilled to a specified upper limit
Michael Brown
2020-10-12
1
-0
/
+1
*
[usb] Allow device halt to be cleared independently of host controller
Michael Brown
2020-10-12
1
-0
/
+1
*
[efi] Fix reporting of USB supported languages array
Michael Brown
2020-10-01
1
-1
/
+3
*
[efi] Allow DEBUG=efi_wrap to be used independently of a loaded image
Michael Brown
2020-10-01
1
-0
/
+1
*
[efi] Use address offset as reported by EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
Michael Brown
2020-09-25
2
-13
/
+132
*
[pci] Define pci_ioremap() for mapping PCI bus addresses
Michael Brown
2020-09-24
3
-0
/
+37
*
[efi] Add debug wrappers for all boot services functions of interest
Michael Brown
2020-09-18
1
-1
/
+2
*
[build] Fix building on older versions of gcc
Michael Brown
2020-08-23
1
-16
/
+21
*
[cmdline] Add "--timeout" parameter to "ifconf" command
Joe Groocock
2020-07-22
1
-1
/
+2
*
[xfer] Remove address family from definition of a socket opener
Michael Brown
2020-07-15
1
-2
/
+0
*
[libc] Add bit-rotation functions for unsigned long values
Michael Brown
2020-07-09
1
-8
/
+26
*
[libc] Provide an unoptimised generic_memcpy_reverse()
Michael Brown
2020-07-07
1
-0
/
+2
[next]