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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tls] Group client and server state in TLS connection structure
Michael Brown
2024-08-21
1
-102
/
+111
*
[tls] Group transmit and receive state in TLS connection structure
Michael Brown
2024-08-21
1
-81
/
+77
*
[crypto] Pass asymmetric keys as ASN.1 cursors
Michael Brown
2024-08-18
1
-3
/
+2
*
[crypto] Fix debug name for empty certificate chain validators
Michael Brown
2024-08-14
1
-2
/
+4
*
[crypto] Allow passing a NULL certificate store to x509_find() et al
Michael Brown
2024-08-13
1
-1
/
+1
*
[crypto] Centralise mechanisms for identifying X.509 certificates
Michael Brown
2024-08-12
1
-1
/
+1
*
[ipv6] Expose router address for DHCPv6 leased addresses
Michael Brown
2024-06-27
2
-17
/
+96
*
[ipv4] Support small subnets with no directed broadcast address
Michael Brown
2024-06-26
1
-4
/
+14
*
[netdevice] Add "linktype" setting
Pavel Krotkiy
2024-04-03
1
-0
/
+22
*
[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
*
[eap] Add support for the MS-CHAPv2 authentication method
Michael Brown
2024-02-23
1
-0
/
+251
*
[eap] Allow MD5-Challenge authentication method to be disabled
Michael Brown
2024-02-23
2
-82
/
+124
*
[eap] Add progress debug messages
Michael Brown
2024-02-23
1
-1
/
+11
*
[crypto] Allow for multiple cross-signed certificate download attempts
Michael Brown
2024-02-15
1
-100
/
+227
*
[crypto] Add x509_is_self_signed() helper function
Michael Brown
2024-02-15
1
-1
/
+1
*
[tls] Tidy up error handling flow in tls_send_plaintext()
Michael Brown
2024-01-31
1
-10
/
+20
*
[tls] Add support for Ephemeral Elliptic Curve Diffie-Hellman key exchange
Michael Brown
2024-01-30
1
-0
/
+169
*
[tls] Split out Diffie-Hellman parameter signature verification
Michael Brown
2024-01-30
1
-39
/
+62
*
[tls] Generate key material after sending ClientKeyExchange
Michael Brown
2024-01-30
1
-16
/
+15
*
[tls] Restructure construction of ClientHello message
Michael Brown
2024-01-30
1
-72
/
+99
*
[libc] Make static_assert() available via assert.h
assert
Michael Brown
2024-01-16
1
-1
/
+1
*
[eap] Add support for the MD5-Challenge authentication type
Michael Brown
2024-01-10
1
-0
/
+80
*
[eap] Add support for sending an EAP identity
Michael Brown
2024-01-10
1
-20
/
+137
*
[eap] Ignore any received EAP responses
Michael Brown
2024-01-10
1
-0
/
+3
*
[eapol] Limit number of EAPoL-Start packets transmitted per attempt
Michael Brown
2023-11-07
1
-0
/
+8
*
[eapol] Delay EAPoL-Start while waiting for EAP to complete
Michael Brown
2023-11-07
2
-41
/
+46
*
[eapol] Send EAPoL-Start packets to trigger EAP authentication
supplicant
Michael Brown
2023-09-19
1
-0
/
+73
*
[eap] Define a supplicant model for EAP and EAPoL
Michael Brown
2023-09-18
3
-23
/
+154
*
[fcoe] Use driver-private data to hold FCoE port structure
Michael Brown
2023-09-14
1
-64
/
+21
*
[ipv6] Use driver-private data to hold link-local IPv6 settings block
Michael Brown
2023-09-13
1
-29
/
+10
*
[lldp] Use driver-private data to hold LLDP settings block
Michael Brown
2023-09-13
1
-63
/
+31
*
[netdevice] Allocate private data for each network upper-layer driver
Michael Brown
2023-09-13
7
-23
/
+81
*
[dhcp] Request NTP server option
ntpsetting
Cornelius Hoffmann
2023-07-19
1
-3
/
+4
*
[ntp] Define NTP server setting
Michael Brown
2023-07-19
1
-0
/
+10
*
[netdevice] Stop link block timer when device is closed
Michael Brown
2023-07-05
1
-1
/
+4
*
[tls] Handle fragmented handshake records
Michael Brown
2023-03-30
1
-18
/
+24
*
[tls] Pass I/O buffer to received record handlers
Michael Brown
2023-03-30
1
-58
/
+98
*
[tls] Clean up change cipher spec record handling
Michael Brown
2023-03-30
1
-4
/
+15
*
[dhcp] Unregister ProxyDHCP and PXEBS settings on a successful DHCPACK
Michael Brown
2023-03-14
1
-0
/
+6
*
[params] Allow for arbitrary HTTP request headers to be specified
Michael Brown
2023-03-01
1
-9
/
+34
*
[http] Use POST method only if the form parameter list is non-empty
Michael Brown
2023-03-01
1
-44
/
+32
*
[iscsi] Limit maximum transfer size to MaxBurstLength
iscsicap
Michael Brown
2023-02-16
1
-4
/
+61
*
[lldp] Add support for the Link Layer Discovery Protocol
lldp
Michael Brown
2023-02-05
1
-0
/
+340
*
[dhcp] Ignore DHCPNAK unless originating from the selected DHCP server
Michael Brown
2023-02-03
1
-2
/
+4
*
[dhcp] Simplify platform-specific client architecture definitions
Michael Brown
2023-01-22
2
-2
/
+2
*
[netdevice] Ensure consistent interpretation of "netX" device name
Michael Brown
2023-01-17
1
-2
/
+2
*
[vlan] Support automatic VLAN device creation
Michael Brown
2023-01-15
1
-0
/
+48
*
[netdevice] Allow duplicate MAC addresses
Michael Brown
2023-01-15
1
-33
/
+0
*
[netdevice] Separate concept of scope ID from network device name index
Michael Brown
2023-01-14
6
-25
/
+28
[next]