aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
centos7[build] Fix build failures with older versions of gccMichael Brown6 months
coverity_scan[readline] Silence spurious null pointer dereference Coverity warningMichael Brown4 months
gcmassert[build] Fix build failures with random versions of gccMichael Brown4 months
letsencrypt[crypto] Allow for multiple cross-signed certificate download attemptsMichael Brown6 months
master[cpuid] Allow hypervisor CPUID leaves to be accessed as settingsMichael Brown3 days
mschapv2[crypto] Add implementation of MS-CHAPv2 authenticationMichael Brown5 months
slash128[ipv6] Expose router address for DHCPv6 leased addressesMichael Brown5 weeks
slash31[ipv4] Support small subnets with no directed broadcast addressMichael Brown6 weeks
snppad[snp] Pad transmit buffer length to work around buggy vendor driversMichael Brown5 months
vetodhcp6[efi] Veto the Dhcp6Dxe driver on all platformsMichael Brown4 months
[...]
 
TagDownloadAuthorAge
v1.21.1ipxe-1.21.1.zip  ipxe-1.21.1.tar.gz  ipxe-1.21.1.tar.bz2  Michael Brown4 years
v1.20.1ipxe-1.20.1.zip  ipxe-1.20.1.tar.gz  ipxe-1.20.1.tar.bz2  Michael Brown5 years
v1.0.0ipxe-1.0.0.zip  ipxe-1.0.0.tar.gz  ipxe-1.0.0.tar.bz2  Marty Connor15 years
v1.0.0-rc1ipxe-1.0.0-rc1.zip  ipxe-1.0.0-rc1.tar.gz  ipxe-1.0.0-rc1.tar.bz2  Marty Connor15 years
v0.9.9ipxe-0.9.9.zip  ipxe-0.9.9.tar.gz  ipxe-0.9.9.tar.bz2  Marty Connor15 years
v0.9.8ipxe-0.9.8.zip  ipxe-0.9.8.tar.gz  ipxe-0.9.8.tar.bz2  Marty Connor15 years
v0.9.7ipxe-0.9.7.zip  ipxe-0.9.7.tar.gz  ipxe-0.9.7.tar.bz2  Michael Brown15 years
v0.9.6ipxe-0.9.6.zip  ipxe-0.9.6.tar.gz  ipxe-0.9.6.tar.bz2  Marty Connor16 years
v0.9.5ipxe-0.9.5.zip  ipxe-0.9.5.tar.gz  ipxe-0.9.5.tar.bz2  Marty Connor16 years
v0.9.4ipxe-0.9.4.zip  ipxe-0.9.4.tar.gz  ipxe-0.9.4.tar.bz2  Marty Connor16 years
[...]
 
AgeCommit messageAuthorFilesLines
2023-10-06[libc] Use wall clock time as seed for the (non-cryptographic) RNGsrandtimeMichael Brown1-3/+5
2023-09-19[eapol] Send EAPoL-Start packets to trigger EAP authenticationMichael Brown2-0/+81
2023-09-18[eap] Define a supplicant model for EAP and EAPoLMichael Brown5-27/+184
2023-09-14[fcoe] Use driver-private data to hold FCoE port structureMichael Brown1-64/+21
2023-09-14[vmware] Use driver-private data to hold GuestInfo settings blockMichael Brown1-41/+7
2023-09-13[ipv6] Use driver-private data to hold link-local IPv6 settings blockMichael Brown1-29/+10
2023-09-13[lldp] Use driver-private data to hold LLDP settings blockMichael Brown1-63/+31
2023-09-13[netdevice] Allocate private data for each network upper-layer driverMichael Brown13-34/+110
2023-09-13[netdevice] Remove netdev_priv() helper functionMichael Brown23-193/+182
2023-09-05[librm] Use explicit operand size when pushing a label addressopsizeMichael Brown1-2/+4
[...]