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
...
*
[netdevice] Do not attempt to unmap a null I/O buffer
Michael Brown
2020-11-29
1
-1
/
+1
*
[dma] Move I/O buffer DMA operations to iobuf.h
Michael Brown
2020-11-28
1
-0
/
+32
*
[infiniband] Allow SRP device to be described using an EFI device path
Michael Brown
2020-10-23
1
-33
/
+2
*
[fcp] Allow Fibre Channel device to be described using an EFI device path
Michael Brown
2020-10-22
1
-8
/
+20
*
[iscsi] Allow iSCSI device to be described using an EFI device path
Michael Brown
2020-10-20
1
-0
/
+2
*
[aoe] Allow AoE device to be described using an EFI device path
Michael Brown
2020-10-19
1
-29
/
+2
*
[http] Allow HTTP connection to be described using an EFI device path
Michael Brown
2020-10-19
1
-0
/
+15
*
[ipv6] Reduce time spent waiting for router discovery
Michael Brown
2020-10-14
1
-0
/
+9
*
[lacp] Ignore (and do not echo) trailing padding on received packets
Michael Brown
2020-10-14
1
-0
/
+3
*
[lacp] Detect and ignore erroneously looped back LACP packets
Michael Brown
2020-10-14
1
-0
/
+8
*
[wpa] Fix erroneous debug message in wpa_derive_ptk
Michael Brown
2020-07-21
1
-2
/
+3
*
[dns] Use all configured DNS servers
Michael Brown
2020-07-15
1
-49
/
+130
*
[xfer] Remove address family from definition of a socket opener
Michael Brown
2020-07-15
3
-30
/
+6
*
[tls] Allow a minimum TLS protocol version to be specified
Michael Brown
2020-06-12
1
-6
/
+24
*
[iscsi] Eliminate variable-length stack allocation in URI parsing
Michael Brown
2020-02-16
1
-10
/
+28
*
[iscsi] Eliminate variable-length stack allocations in CHAP handlers
Michael Brown
2020-02-16
1
-11
/
+41
*
[slam] Allow for the possibility of IPv6 multicast addresses
Michael Brown
2020-02-16
1
-4
/
+4
*
[slam] Eliminate variable-length stack allocation
Michael Brown
2020-02-16
1
-5
/
+19
*
[infiniband] Eliminate variable-length stack allocation
Michael Brown
2020-02-16
1
-6
/
+18
*
[tftp] Eliminate unnecessary variable-length stack allocation
Michael Brown
2020-02-16
1
-11
/
+6
*
[peerdist] Allow for the use of a hosted cache server
Michael Brown
2019-12-15
1
-4
/
+65
*
[peerdist] Allow PeerDist to be globally enabled or disabled
Michael Brown
2019-12-13
1
-0
/
+38
*
[ethernet] Avoid false positive Coverity warning
Michael Brown
2019-08-17
1
-1
/
+1
*
[tls] Add missing call to tls_tx_resume() when restarting negotiation
Michael Brown
2019-08-16
1
-22
/
+24
*
[peerdist] Limit number of concurrent raw block downloads
Michael Brown
2019-08-16
1
-3
/
+131
*
[peerdist] Start block download timers from within opener methods
Michael Brown
2019-08-16
1
-7
/
+9
*
[vlan] Provide vlan_netdev_rx() and vlan_netdev_rx_err()
Michael Brown
2019-04-27
2
-8
/
+73
*
[tcp] Display "connecting" status until connection is established
Michael Brown
2019-03-10
1
-0
/
+21
*
[tls] Display validator messages only while validation is in progress
Michael Brown
2019-03-10
1
-3
/
+9
*
[tls] Display cross-certificate and OCSP status messages
Michael Brown
2019-03-07
2
-8
/
+82
*
[crypto] Use x509_name() in validator debug messages
Michael Brown
2019-03-07
1
-37
/
+68
*
[tls] Support stateless session resumption
Michael Brown
2019-03-06
1
-19
/
+110
*
[tls] Fix incorrectly duplicated error number
Michael Brown
2019-03-06
1
-1
/
+1
*
[tls] Support stateful session resumption
Michael Brown
2019-02-21
1
-8
/
+191
*
[init] Show startup and shutdown function names in debug messages
Michael Brown
2019-01-25
1
-0
/
+1
*
[ethernet] Use standard 1500 byte MTU unless explicitly overridden
Michael Brown
2018-07-17
1
-0
/
+1
*
[rndis] Clean up error handling path in register_rndis()
Michael Brown
2018-07-09
1
-41
/
+61
*
[rndis] Register netdev with MAC filled
Roman Kagan
2018-07-07
1
-9
/
+9
*
[http] Work around stateful authentication schemes
Michael Brown
2018-06-08
2
-2
/
+19
*
[tls] Ensure that window change is propagated to plainstream interface
Michael Brown
2018-03-24
1
-2
/
+7
*
[tls] Rename tls_session to tls_connection
Michael Brown
2018-03-24
1
-119
/
+123
*
[tls] Ensure received data list is initialised before calling tls_free()
Michael Brown
2018-03-23
1
-3
/
+3
*
[lacp] Check the partner's own state when checking for blocked links
Michael Brown
2018-03-19
1
-4
/
+4
*
[ocsp] Centralise test for whether or not an OCSP check is required
Michael Brown
2018-03-18
1
-2
/
+1
*
[tftp] Prevent potential division by zero
Michael Brown
2018-03-18
1
-0
/
+2
*
[lacp] Fix debug message to match documentation
Michael Brown
2018-03-18
1
-1
/
+1
*
[lacp] Mark link as blocked if partner is not yet up and running
Michael Brown
2018-03-18
1
-0
/
+22
*
[iscsi] Parse IPv6 address in root path
Hannes Reinecke
2018-03-01
1
-1
/
+6
*
[http] Allow for domain names within NTLM user names
Michael Brown
2018-02-19
1
-3
/
+22
*
[netdevice] Make netdev_irq_enabled() independent of netdev_irq_supported()
Martin Habets
2018-01-14
1
-6
/
+3
[prev]
[next]