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
*
[efi] Hold off watchdog timer while running
Michael Brown
2015-08-03
5
-0
/
+126
*
[crypto] Support SHA-{224,384,512} in X.509 certificates
Michael Brown
2015-08-02
16
-146
/
+613
*
[crypto] Add ASN.1 OIDs for sha{224,384,512}WithRsaEncryption
Tufan Karadere
2015-08-02
1
-0
/
+18
*
[tls] Report supported signature algorithms in ClientHello
Michael Brown
2015-08-02
2
-0
/
+28
*
[tls] Do not access beyond the end of a 24-bit integer
Michael Brown
2015-08-01
1
-22
/
+29
*
[serial] Check for UART existence in uart_select()
Michael Brown
2015-07-31
3
-15
/
+41
*
[comboot] Avoid dragging in serial console support unconditionally
Michael Brown
2015-07-31
1
-1
/
+3
*
[elf] Reject ELFBoot images requiring virtual addressing
Michael Brown
2015-07-29
3
-52
/
+131
*
[linebuf] Support buffering of multiple lines
Michael Brown
2015-07-28
4
-45
/
+358
*
[pool] Add a generic concept of a pooled connection
Michael Brown
2015-07-28
2
-0
/
+241
*
[peerdist] Add support for constructing and decoding retrieval messages
Michael Brown
2015-07-28
1
-0
/
+376
*
[peerdist] Add support for constructing and decoding discovery messages
Michael Brown
2015-07-28
3
-0
/
+334
*
[peerdist] Include trimmed range within content information block
Michael Brown
2015-07-28
3
-37
/
+76
*
[netdevice] Allow network devices to disclaim IRQ support at runtime
Michael Brown
2015-07-28
3
-1
/
+18
*
[iscsi] Add missing "break" statements
Michael Brown
2015-07-28
1
-0
/
+2
*
[ipv4] Allow IPv4 socket addresses to include a scope ID
Michael Brown
2015-07-28
3
-15
/
+50
*
[ipv4] Redefine IP address constants to avoid unnecessary byte swapping
Michael Brown
2015-07-28
3
-37
/
+44
*
[netdevice] Avoid using zero as a network device index
Michael Brown
2015-07-28
1
-2
/
+2
*
[ipv6] Treat a missing network device name as "netX"
Michael Brown
2015-07-28
2
-4
/
+18
*
[build] Fix strict-aliasing warning on older gcc versions
Michael Brown
2015-07-27
1
-4
/
+8
*
[crypto] Remove AXTLS headers
Michael Brown
2015-07-27
5
-526
/
+0
*
[test] Add NIST self-tests for AES192 in ECB and CBC modes
Michael Brown
2015-07-27
1
-1
/
+33
*
[crypto] Replace AES implementation
Michael Brown
2015-07-27
5
-635
/
+836
*
[test] Add NIST self-tests for AES128 and AES256 in ECB mode
Michael Brown
2015-07-27
1
-0
/
+38
*
[test] Define shortcuts for frequently-used NIST AES test vectors
Michael Brown
2015-07-27
1
-25
/
+30
*
[test] Generalise cipher tests and use okx()
Michael Brown
2015-07-27
5
-213
/
+192
*
[crypto] Add ECB block cipher mode (for debug and self-tests only)
Michael Brown
2015-07-27
4
-1
/
+142
*
[802.11] Use correct SHA1_DIGEST_SIZE constant name
Michael Brown
2015-07-27
1
-1
/
+1
*
[crypto] Add bit-rotation functions for 8-bit and 16-bit values
Michael Brown
2015-07-27
1
-0
/
+20
*
[build] Fix compiler warnings on some gcc versions
Michael Brown
2015-07-27
1
-1
/
+1
*
[downloader] Provide direct access to the underlying data transfer buffer
Michael Brown
2015-07-22
1
-0
/
+14
*
[downloader] Use generic data-transfer buffer mechanism
Michael Brown
2015-07-22
1
-74
/
+18
*
[xferbuf] Add xfer_buffer() to provide direct access to underlying buffer
Michael Brown
2015-07-22
2
-0
/
+44
*
[xferbuf] Generalise to handle umalloc()-based buffers
Michael Brown
2015-07-22
3
-25
/
+268
*
[xfer] Add xfer_check_order() utility function
Michael Brown
2015-07-22
2
-0
/
+33
*
[xfer] Use intf_poke() to implement xfer_window_changed()
Michael Brown
2015-07-22
1
-11
/
+1
*
[interface] Add intf_poke() helper
Michael Brown
2015-07-22
2
-0
/
+30
*
[profile] Add profile_custom() for profiling with arbitrary time units
Michael Brown
2015-07-22
1
-0
/
+14
*
[fault] Add inject_corruption() to randomly corrupt data
Michael Brown
2015-07-22
2
-0
/
+50
*
[fault] Generalise NETDEV_DISCARD_RATE fault injection mechanism
Michael Brown
2015-07-22
6
-8
/
+110
*
[tcp] Ensure FIN is actually sent if connection is closed while idle
Michael Brown
2015-07-22
1
-0
/
+1
*
[build] Add named configuration for qemu
Michael Brown
2015-07-22
8
-0
/
+10
*
[efi] Allow user experience to be downgraded
Michael Brown
2015-07-22
2
-0
/
+35
*
[efi] Fix receive and transmit completion reporting
Michael Brown
2015-07-22
2
-80
/
+79
*
[bios] Add ANSI blink attribute
Christian Nilsson
2015-07-22
1
-0
/
+6
*
[tg3] Add support for BCM57766
Bernd Wiebelt
2015-07-06
3
-0
/
+3
*
[ipoib] Transmit multicast packets as broadcasts
Michael Brown
2015-07-06
1
-2
/
+4
*
[tcp] Gracefully close connections during shutdown
Michael Brown
2015-07-04
2
-1
/
+63
*
[xen] Wait for and clear XenStore event before receiving data
Michael Brown
2015-06-30
2
-0
/
+23
*
[gdb] Allow gdbstub to be started on an arbitrary serial port
Michael Brown
2015-06-29
2
-7
/
+44
[next]