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
Commit message (
Expand
)
Author
Age
Files
Lines
*
WIP - cleaner MTU change
mtureset
Michael Brown
2023-03-14
4
-18
/
+66
*
[dhcp] Unregister ProxyDHCP and PXEBS settings on a successful DHCPACK
Michael Brown
2023-03-14
1
-0
/
+6
*
[efi] Use image name instead of pointer value in debug messages
Michael Brown
2023-03-07
1
-21
/
+21
*
[image] Always unregister currently executing image
interpreter
Michael Brown
2023-03-07
5
-29
/
+10
*
[image] Consistently use for_each_image() to iterate over images
Michael Brown
2023-03-06
2
-2
/
+2
*
[intelx] Add PCI IDs for Intel 82599 10GBASE-T NIC
Forest Crossman
2023-03-05
1
-0
/
+1
*
[params] Allow for arbitrary HTTP request headers to be specified
Michael Brown
2023-03-01
5
-15
/
+73
*
[params] Rename "form parameter" to "request parameter"
Michael Brown
2023-03-01
7
-29
/
+29
*
[http] Use POST method only if the form parameter list is non-empty
Michael Brown
2023-03-01
1
-44
/
+32
*
[efi] Omit EFI_LOAD_FILE2_PROTOCOL for a zero-length initrd
noinitrd
Michael Brown
2023-02-28
1
-2
/
+11
*
[efi] Split out EFI_RNG_PROTOCOL as a separate entropy source
entropy
Michael Brown
2023-02-20
5
-92
/
+130
*
[rng] Allow for entropy sources that fail during startup tests
Michael Brown
2023-02-20
3
-159
/
+349
*
[tables] Allow any lvalue to be used as a table iterator
Michael Brown
2023-02-20
1
-12
/
+12
*
[rng] Allow entropy source to be selected at runtime
Michael Brown
2023-02-17
18
-591
/
+512
*
[iscsi] Limit maximum transfer size to MaxBurstLength
iscsicap
Michael Brown
2023-02-16
3
-4
/
+77
*
[rng] Add RDRAND as an entropy source
Michael Brown
2023-02-15
5
-0
/
+141
*
[efi] Support the initrd autodetection mechanism in newer Linux kernels
Michael Brown
2023-02-15
1
-0
/
+190
*
[efi] Fix debug message when reading from EFI virtual files
Michael Brown
2023-02-15
1
-1
/
+1
*
[image] Check delimiters when parsing command-line key-value arguments
Michael Brown
2023-02-14
4
-28
/
+50
*
[rng] Check for several functioning RTC interrupts
Michael Brown
2023-02-11
1
-3
/
+11
*
[eisa] Check for system board presence before probing for slots
eisa
Michael Brown
2023-02-10
1
-0
/
+8
*
[loong64] Add initial support for LoongArch64
Xiaotian Wu
2023-02-06
35
-0
/
+1539
*
[test] Include build architecture in test suite banner
Michael Brown
2023-02-06
1
-1
/
+1
*
[ci] Cache downloaded packages for GitHub actions
Michael Brown
2023-02-06
1
-0
/
+49
*
[ioapi] Move PAGE_SHIFT to bits/io.h
Michael Brown
2023-02-06
4
-6
/
+6
*
[build] Allow for per-architecture unprefixed constant operand modifier
Michael Brown
2023-02-05
5
-2
/
+14
*
[xen] Allow for platforms that have no Xen support
Michael Brown
2023-02-05
3
-1
/
+81
*
[efi] Enable NET_PROTO_LLDP by default
Michael Brown
2023-02-05
2
-1
/
+2
*
[lldp] Add support for the Link Layer Discovery Protocol
lldp
Michael Brown
2023-02-05
6
-0
/
+443
*
[ci] Update to ubuntu-22.04 GitHub actions runner
Michael Brown
2023-02-03
2
-4
/
+4
*
[dhcp] Ignore DHCPNAK unless originating from the selected DHCP server
Michael Brown
2023-02-03
1
-2
/
+4
*
[efi] Do not attempt to drive PCI bridge devices
efibridge
Michael Brown
2023-02-03
3
-0
/
+13
*
[util] Add support for LoongArch64 binaries
loongarch64
Xiaotian Wu
2023-02-03
3
-0
/
+38
*
[ci] Update to actions/checkout@v3 to silence GitHub warnings
Michael Brown
2023-02-03
2
-4
/
+4
*
[xen] Update to current Xen headers
xen
Michael Brown
2023-02-02
19
-874
/
+2901
*
[efi] Allow autoexec script to be located alongside iPXE binary
Michael Brown
2023-02-01
3
-22
/
+75
*
[realtek] Explicitly disable VLAN offload
Michael Brown
2023-02-01
2
-2
/
+7
*
[efi] Update to current EDK2 headers
Michael Brown
2023-02-01
2
-12
/
+12
*
[tests] Verify ability to sleep the CPU
naptest
Michael Brown
2023-01-31
2
-0
/
+54
*
[dhcp] Add IANA-defined values for all current EFI client architectures
Michael Brown
2023-01-31
1
-2
/
+21
*
[efi] Accept a command line passed to an iPXE image via LoadOptions
Michael Brown
2023-01-29
4
-0
/
+175
*
[la64] Import LoongArch64 ProcessorBind.h from EDK2 headers
Michael Brown
2023-01-28
3
-2
/
+128
*
[efi] Update to current EDK2 headers
Michael Brown
2023-01-28
95
-15321
/
+14255
*
[efi] Mark ConsoleControl.h as a non-imported header
Michael Brown
2023-01-28
1
-0
/
+5
*
[efi] Remove deleted directories from EDK2 header import script
Michael Brown
2023-01-28
1
-2
/
+1
*
[efi] Allow for whitespace before #include in imported EDK2 header files
Michael Brown
2023-01-28
1
-1
/
+1
*
[efi] Detect SPDX licence identifiers in imported EDK2 headers
Michael Brown
2023-01-28
1
-2
/
+2
*
[legal] Add missing FILE_LICENCE declaration to efi_path.c
Michael Brown
2023-01-28
1
-0
/
+2
*
[legal] Add support for the BSD-2-Clause-Patent licence
Michael Brown
2023-01-28
2
-0
/
+61
*
[efi] Build util/efirom as a host-only binary
Michael Brown
2023-01-28
2
-0
/
+5
[next]