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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[crypto] Remove the concept of a public-key algorithm reusable context
Michael Brown
2024-08-21
11
-398
/
+304
*
[tls] Group client and server state in TLS connection structure
Michael Brown
2024-08-21
2
-128
/
+147
*
[tls] Group transmit and receive state in TLS connection structure
Michael Brown
2024-08-21
2
-108
/
+119
*
[gve] Add missing error codes in EUNIQ() list of potential errors
Michael Brown
2024-08-20
1
-4
/
+5
*
[test] Generalise public-key algorithm tests and use okx()
Michael Brown
2024-08-18
3
-309
/
+336
*
[crypto] Pass asymmetric keys as ASN.1 cursors
Michael Brown
2024-08-18
10
-112
/
+74
*
[efi] Allow discovery of PCI bus:dev.fn address ranges
Michael Brown
2024-08-15
2
-78
/
+176
*
[pci] Separate permission to probe buses from bus:dev.fn range discovery
Michael Brown
2024-08-15
14
-0
/
+77
*
[crypto] Fix debug name for empty certificate chain validators
Michael Brown
2024-08-14
1
-2
/
+4
*
[crypto] Generalise cms_signature to cms_message
Michael Brown
2024-08-14
5
-284
/
+364
*
[crypto] Add OID-identified algorithms for AES ciphers
Michael Brown
2024-08-14
5
-0
/
+196
*
[crypto] Pass image as parameter to CMS functions
Michael Brown
2024-08-13
4
-65
/
+101
*
[crypto] Allow passing a NULL certificate store to x509_find() et al
Michael Brown
2024-08-13
4
-40
/
+55
*
[crypto] Centralise mechanisms for identifying X.509 certificates
Michael Brown
2024-08-12
6
-87
/
+133
*
[crypto] Extend asn1_enter() to handle partial object cursors
Michael Brown
2024-08-07
3
-22
/
+43
*
[crypto] Clarify ASN.1 cursor invalidation behaviour
Michael Brown
2024-08-07
1
-8
/
+21
*
[crypto] Do not return an error when skipping the final ASN.1 object
Michael Brown
2024-08-07
1
-5
/
+0
*
[cpuid] Allow hypervisor CPUID leaves to be accessed as settings
Michael Brown
2024-08-01
1
-4
/
+14
*
[cpuid] Allow reading hypervisor CPUID leaves
Michael Brown
2024-08-01
2
-2
/
+5
*
[smbios] Allow reading an entire SMBIOS data structure as a setting
Michael Brown
2024-07-31
1
-1
/
+9
*
[smbios] Avoid reading beyond end of constructed SMBIOS setting
Michael Brown
2024-07-31
1
-0
/
+7
*
[gve] Increase number of receive buffers to reduce packet loss
Michael Brown
2024-07-25
2
-5
/
+13
*
[gve] Add driver for Google Virtual Ethernet NIC
Michael Brown
2024-07-24
4
-0
/
+2313
*
[ipv6] Expose router address for DHCPv6 leased addresses
Michael Brown
2024-06-27
3
-18
/
+97
*
[ipv4] Support small subnets with no directed broadcast address
Michael Brown
2024-06-26
3
-6
/
+36
*
[hci] Remove the generalised widget user interface abstraction
Michael Brown
2024-06-21
4
-254
/
+0
*
[form] Reimplement the "login" user interface
Michael Brown
2024-06-21
1
-61
/
+31
*
[form] Add support for dynamically created interactive forms
Michael Brown
2024-06-20
6
-0
/
+616
*
[dynui] Add concept of a secret user interface item
Michael Brown
2024-06-20
2
-0
/
+9
*
[dynui] Allow for multiple flags on a user interface item
Michael Brown
2024-06-20
4
-10
/
+17
*
[dynui] Generalise mechanisms for looking up user interface items
Michael Brown
2024-06-20
3
-32
/
+52
*
[dynui] Generalise the concept of a menu to a dynamic user interface
Michael Brown
2024-06-20
9
-192
/
+195
*
[hci] Allow tab key to be used to cycle through UI elements
Michael Brown
2024-06-20
4
-33
/
+86
*
[hci] Rename "item" command's first parameter from "label" to "name"
Michael Brown
2024-06-18
4
-33
/
+33
*
[hci] Split out msg() and alert() from settings UI code
Michael Brown
2024-06-18
3
-72
/
+131
*
[hci] Draw all widgets on the standard screen
Michael Brown
2024-06-18
6
-36
/
+21
*
[libc] Add stpcpy()
Michael Brown
2024-05-31
3
-2
/
+34
*
[hci] Provide a general concept of a text widget set
Michael Brown
2024-05-15
9
-140
/
+509
*
[test] Add test cases for editable strings
Michael Brown
2024-04-17
2
-0
/
+199
*
[hci] Fix semantics of replace_string() to match code comments
Michael Brown
2024-04-17
1
-17
/
+18
*
[efi] Veto the Dhcp6Dxe driver on all platforms
vetodhcp6
Michael Brown
2024-04-16
1
-0
/
+30
*
[hci] Use dynamically allocated buffers for editable strings
Michael Brown
2024-04-15
8
-142
/
+199
*
[efi] Do not attempt to download autoexec.ipxe without a valid base URI
Michael Brown
2024-04-15
1
-0
/
+10
*
[netdevice] Add "linktype" setting
Pavel Krotkiy
2024-04-03
2
-0
/
+24
*
[efi] Restructure handling of autoexec.ipxe script
Michael Brown
2024-04-03
4
-384
/
+124
*
[cachedhcp] Allow cached DHCPACK to apply to temporary network devices
Michael Brown
2024-04-02
3
-10
/
+71
*
[efi] Add the ability to create a temporary MNP network device
Michael Brown
2024-03-29
5
-20
/
+78
*
[efi] Allow for allocating EFI devices from arbitrary handles
Michael Brown
2024-03-29
2
-42
/
+67
*
[http] Add error table entry for HTTP 404 Not Found error
Michael Brown
2024-03-29
1
-1
/
+2
*
[tftp] Add error table entry for TFTP "file not found" error code
Michael Brown
2024-03-29
1
-1
/
+10
[next]