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
*
[arm] Inhibit compiler warnings about an implied executable stack
armlinux
Michael Brown
2023-01-23
4
-4
/
+4
*
[arm] Use -mfloat-abi=soft only for EFI builds
Michael Brown
2023-01-23
2
-1
/
+5
*
[arm] Use -fno-short-enums for all 32-bit ARM builds
Michael Brown
2023-01-23
2
-4
/
+5
*
[arm] Support building as a Linux userspace binary for AArch64
Michael Brown
2023-01-22
2
-0
/
+16
*
[dhcp] Simplify platform-specific client architecture definitions
Michael Brown
2023-01-22
18
-288
/
+138
*
[build] Move -Ulinux to common Makefile
Michael Brown
2023-01-22
2
-3
/
+4
*
[linux] Centralise the linker script for Linux binaries
Michael Brown
2023-01-22
5
-116
/
+9
*
[efi] Do not rely on ProcessorBind.h when building host binaries
processorbind
Michael Brown
2023-01-20
2
-4
/
+40
*
[ena] Allocate an unused Asynchronous Event Notification Queue (AENQ)
aenq
Alexander Graf
2023-01-18
2
-0
/
+139
*
[netdevice] Ensure consistent interpretation of "netX" device name
Michael Brown
2023-01-17
1
-2
/
+2
*
[efi] Create VLAN autoboot device automatically
autovlan
Michael Brown
2023-01-15
1
-0
/
+9
*
[vlan] Support automatic VLAN device creation
Michael Brown
2023-01-15
2
-0
/
+49
*
[autoboot] Include VLAN tag in filter for identifying autoboot device
Michael Brown
2023-01-15
5
-8
/
+30
*
[netdevice] Allow duplicate MAC addresses
Michael Brown
2023-01-15
5
-38
/
+56
*
[netdevice] Separate concept of scope ID from network device name index
Michael Brown
2023-01-14
10
-33
/
+36
*
[efi] Disable receive filters to work around buggy UNDI drivers
Michael Brown
2023-01-11
1
-10
/
+47
*
[cachedhcp] Retain cached DHCPACK after startup if not already consumed
efivlan
Michael Brown
2022-12-22
1
-4
/
+22
*
[cachedhcp] Include VLAN tag in filter for applying cached DHCPACK
Michael Brown
2022-12-22
6
-15
/
+41
*
[efi] Add efi_path_vlan() utility function
Michael Brown
2022-12-22
2
-0
/
+24
*
[efi] Expose efi_path_next() utility function
Michael Brown
2022-12-22
3
-15
/
+41
*
[efi] Allow passing a NULL device path to path utility functions
Michael Brown
2022-12-22
2
-5
/
+5
*
[efi] Provide VLAN configuration protocol
Michael Brown
2022-12-14
6
-4
/
+227
*
[vlan] Allow external code to identify VLAN priority as well as tag
Michael Brown
2022-12-14
3
-7
/
+19
*
[build] Disable dangling pointer checking for GCC
gcc12
Michael Brown
2022-12-14
1
-2
/
+4
*
[build] Disable array bounds checking for GCC
Michael Brown
2022-12-14
1
-2
/
+2
*
[intel] Add PCI ID for I219-V and -LM 16,17
Christian I. Nilsson
2022-11-15
1
-0
/
+4
*
[pci] Backup and restore standard config space across PCIe FLR
Michael Brown
2022-11-13
1
-2
/
+7
*
[pci] Allow PCI config space backup to be limited by maximum offset
Michael Brown
2022-11-13
5
-13
/
+22
*
[tls] Add GCM cipher suites
Michael Brown
2022-11-10
7
-8
/
+147
*
[tests] Verify ability to perform in-place encryption and decryption
Michael Brown
2022-11-10
1
-4
/
+6
*
[crypto] Support in-place decryption for GCM ciphers
Michael Brown
2022-11-10
1
-34
/
+32
*
[tests] Verify ability to reset cipher initialisation vector
Michael Brown
2022-11-09
1
-0
/
+38
*
[crypto] Ensure relevant GCM cipher state is cleared by cipher_setiv()
Michael Brown
2022-11-09
2
-11
/
+17
*
[tls] Allow handshake digest algorithm to be specified by cipher suite
Michael Brown
2022-11-09
4
-68
/
+125
*
[tls] Always send maximum supported version in ClientHello
Michael Brown
2022-11-09
1
-1
/
+1
*
[tls] Add support for AEAD ciphers
Michael Brown
2022-11-08
1
-2
/
+39
*
[tls] Treat invalid block padding as zero length padding
Michael Brown
2022-11-08
1
-2
/
+2
*
[tls] Allow for arbitrary-length initialisation vectors
Michael Brown
2022-11-08
2
-186
/
+148
*
[tls] Add MAC length as a cipher suite parameter
Michael Brown
2022-11-08
4
-16
/
+28
*
[tls] Abstract out concept of a TLS authentication header
Michael Brown
2022-11-08
2
-21
/
+27
*
[tls] Ensure cipher alignment size is respected
Michael Brown
2022-11-07
1
-0
/
+18
*
[crypto] Add concept of cipher alignment size
Michael Brown
2022-11-07
8
-1
/
+33
*
[tls] Formalise notions of fixed and record initialisation vectors
Michael Brown
2022-11-07
4
-5
/
+48
*
[tls] Remove support for TLSv1.0
Michael Brown
2022-11-07
2
-36
/
+6
*
[efi] Clear DMA-coherent buffers before mapping
ioactive
Michael Brown
2022-11-04
1
-0
/
+3
*
[bzimage] Fix parsing of "vga=..." when not at end of command line
vgafix
Michael Brown
2022-10-27
1
-4
/
+10
*
[crypto] Add block cipher Galois/Counter mode of operation
Michael Brown
2022-10-25
7
-0
/
+1072
*
[crypto] Add concept of authentication tag to cipher algorithms
Michael Brown
2022-10-25
9
-7
/
+64
*
[crypto] Add concept of additional data to cipher algorithms
Michael Brown
2022-10-25
4
-23
/
+47
*
[crypto] Allow initialisation vector length to vary from cipher blocksize
Michael Brown
2022-10-25
7
-16
/
+24
[next]