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
*
[tls] Group client and server state in TLS connection structure
Michael Brown
2024-08-21
1
-26
/
+36
*
[tls] Group transmit and receive state in TLS connection structure
Michael Brown
2024-08-21
1
-27
/
+42
*
[crypto] Pass asymmetric keys as ASN.1 cursors
Michael Brown
2024-08-18
1
-13
/
+10
*
[efi] Allow discovery of PCI bus:dev.fn address ranges
Michael Brown
2024-08-15
1
-14
/
+0
*
[pci] Separate permission to probe buses from bus:dev.fn range discovery
Michael Brown
2024-08-15
4
-0
/
+37
*
[crypto] Generalise cms_signature to cms_message
Michael Brown
2024-08-14
2
-29
/
+60
*
[crypto] Add OID-identified algorithms for AES ciphers
Michael Brown
2024-08-14
1
-0
/
+46
*
[crypto] Pass image as parameter to CMS functions
Michael Brown
2024-08-13
1
-2
/
+4
*
[crypto] Allow passing a NULL certificate store to x509_find() et al
Michael Brown
2024-08-13
1
-7
/
+7
*
[crypto] Centralise mechanisms for identifying X.509 certificates
Michael Brown
2024-08-12
2
-4
/
+19
*
[crypto] Extend asn1_enter() to handle partial object cursors
Michael Brown
2024-08-07
1
-2
/
+2
*
[gve] Add driver for Google Virtual Ethernet NIC
Michael Brown
2024-07-24
1
-0
/
+1
*
[ipv6] Expose router address for DHCPv6 leased addresses
Michael Brown
2024-06-27
1
-1
/
+1
*
[ipv4] Support small subnets with no directed broadcast address
Michael Brown
2024-06-26
2
-2
/
+22
*
[hci] Remove the generalised widget user interface abstraction
Michael Brown
2024-06-21
1
-34
/
+0
*
[form] Add support for dynamically created interactive forms
Michael Brown
2024-06-20
2
-0
/
+2
*
[dynui] Add concept of a secret user interface item
Michael Brown
2024-06-20
1
-0
/
+3
*
[dynui] Allow for multiple flags on a user interface item
Michael Brown
2024-06-20
1
-4
/
+8
*
[dynui] Generalise mechanisms for looking up user interface items
Michael Brown
2024-06-20
1
-0
/
+8
*
[dynui] Generalise the concept of a menu to a dynamic user interface
Michael Brown
2024-06-20
4
-52
/
+53
*
[hci] Allow tab key to be used to cycle through UI elements
Michael Brown
2024-06-20
1
-2
/
+34
*
[hci] Rename "item" command's first parameter from "label" to "name"
Michael Brown
2024-06-18
1
-3
/
+3
*
[hci] Split out msg() and alert() from settings UI code
Michael Brown
2024-06-18
1
-0
/
+16
*
[hci] Draw all widgets on the standard screen
Michael Brown
2024-06-18
1
-16
/
+7
*
[libc] Add stpcpy()
Michael Brown
2024-05-31
1
-0
/
+1
*
[hci] Provide a general concept of a text widget set
Michael Brown
2024-05-15
4
-31
/
+213
*
[hci] Use dynamically allocated buffers for editable strings
Michael Brown
2024-04-15
3
-13
/
+23
*
[netdevice] Add "linktype" setting
Pavel Krotkiy
2024-04-03
1
-0
/
+2
*
[efi] Restructure handling of autoexec.ipxe script
Michael Brown
2024-04-03
1
-4
/
+1
*
[cachedhcp] Allow cached DHCPACK to apply to temporary network devices
Michael Brown
2024-04-02
1
-0
/
+2
*
[efi] Add the ability to create a temporary MNP network device
Michael Brown
2024-03-29
1
-0
/
+20
*
[efi] Allow for allocating EFI devices from arbitrary handles
Michael Brown
2024-03-29
1
-0
/
+2
*
[build] Fix build failures with random versions of gcc
gcmassert
Michael Brown
2024-03-27
1
-4
/
+3
*
[efi] Extract basic network settings from loaded image device path
Michael Brown
2024-03-26
1
-0
/
+2
*
[efi] Add efi_path_mac() to parse a MAC address from an EFI device path
Michael Brown
2024-03-26
1
-0
/
+1
*
[efi] Add support for driving EFI_MANAGED_NETWORK_PROTOCOL devices
Michael Brown
2024-03-25
1
-0
/
+1
*
[efi] Allow for drivers to be located via child handles
Michael Brown
2024-03-25
1
-0
/
+2
*
[efi] Add helper functions for service binding protocols
Michael Brown
2024-03-25
3
-0
/
+110
*
[efi] Add efi_path_uri() to parse a URI from an EFI device path
Michael Brown
2024-03-19
1
-0
/
+1
*
[efi] Provide a multiprocessor API for EFI
Michael Brown
2024-03-15
4
-0
/
+708
*
[mp] Define an API for multiprocessor functions
Michael Brown
2024-03-15
2
-0
/
+190
*
[efi] Update to current EDK2 headers
Michael Brown
2024-03-13
12
-11
/
+421
*
[block] Allow SAN boot device to be identified by filesystem label
Michael Brown
2024-03-07
1
-0
/
+2
*
[block] Allow SAN boot device to be identified by an extra filename
Michael Brown
2024-03-07
1
-0
/
+2
*
[block] Allow SAN boot device to be identified by UUID
Michael Brown
2024-03-06
2
-1
/
+12
*
[efi] Add efi_path_guid() utility function
Michael Brown
2024-03-06
2
-0
/
+3
*
[block] Allow for additional SAN boot parameters alongside filename
Michael Brown
2024-03-06
2
-3
/
+10
*
[efi] Allow booting from local disks via the "sanboot" command
Michael Brown
2024-03-05
1
-0
/
+10
*
[block] Allow for iteration over SAN device list in drive number order
Michael Brown
2024-03-05
1
-0
/
+1
*
[parseopt] Add parse_uuid() for parsing UUID command-line arguments
Michael Brown
2024-02-29
1
-0
/
+2
[next]