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
*
[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
*
[uuid] Add uuid_aton() to parse a UUID from a string
Michael Brown
2024-02-29
3
-0
/
+5
*
[eap] Add support for the MS-CHAPv2 authentication method
Michael Brown
2024-02-23
2
-0
/
+30
*
[eap] Allow MD5-Challenge authentication method to be disabled
Michael Brown
2024-02-23
2
-0
/
+3
*
[crypto] Force inlining of trivial wrapper functions
Michael Brown
2024-02-22
1
-44
/
+55
*
[crypto] Add implementation of MS-CHAPv2 authentication
mschapv2
Michael Brown
2024-02-22
1
-0
/
+59
*
[crypto] Allow for multiple cross-signed certificate download attempts
Michael Brown
2024-02-15
1
-0
/
+22
*
[crypto] Add x509_is_self_signed() helper function
Michael Brown
2024-02-15
1
-0
/
+10
*
[crypto] Add x509_truncate() to truncate a certificate chain
Michael Brown
2024-02-14
1
-0
/
+1
*
[list] Add list_for_each_entry_safe_continue()
Michael Brown
2024-02-14
1
-0
/
+16
*
[list] Add list_is_head_entry()
Michael Brown
2024-02-14
1
-0
/
+11
*
[build] Fix build failures with older versions of gcc
centos7
Michael Brown
2024-02-10
1
-1
/
+2
*
[libc] Allow build_assert() failures to be ignored via NO_WERROR=1
Michael Brown
2024-02-10
1
-1
/
+1
[next]