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
...
*
[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
2
-19
/
+122
*
[tls] Fix incorrectly duplicated error number
Michael Brown
2019-03-06
1
-1
/
+1
*
[tls] Support stateful session resumption
Michael Brown
2019-02-21
2
-10
/
+220
*
[efi] Blacklist the Dell Ip4ConfigDxe driver
Michael Brown
2019-02-19
4
-0
/
+257
*
[init] Show startup and shutdown function names in debug messages
Michael Brown
2019-01-25
19
-2
/
+31
*
[util] Add support for EFI ROM images
Petr Borsodi
2019-01-21
2
-1
/
+78
*
[util] Improve processing of ROM images in Option::ROM
Petr Borsodi
2019-01-21
2
-39
/
+110
*
[zbin] Fix compiler warning with GCC 9
Michael Brown
2019-01-21
1
-6
/
+6
*
[libc] Fix strcmp()/strncmp() to return proper values
Aaron Young
2019-01-15
2
-3
/
+4
*
[efi] Fix error handling path in efi_snp_probe
Ignat Korchagin
2019-01-15
1
-3
/
+3
*
[pci] Correct invalid base-class/sub-class/prog-if order in PCIR
Petr Borsodi
2019-01-15
4
-5
/
+5
*
[build] Handle R_X86_64_PLT32 from binutils 2.31
Christian Hesse
2018-09-17
1
-0
/
+1
*
[sfc] Add support for X25xx adapters
Martin Habets
2018-08-26
2
-3
/
+11
*
[intelxl] Add driver for Intel 40 Gigabit Ethernet NICs
Michael Brown
2018-07-17
3
-0
/
+2316
*
[ethernet] Use standard 1500 byte MTU unless explicitly overridden
Michael Brown
2018-07-17
3
-0
/
+3
*
[rndis] Clean up error handling path in register_rndis()
Michael Brown
2018-07-09
1
-41
/
+61
*
[build] Use positive-form tests when checking for supported warnings
Michael Brown
2018-07-08
1
-2
/
+2
*
[vmbus] Do not expect version in version_response
Roman Kagan
2018-07-08
1
-8
/
+2
*
[rndis] Register netdev with MAC filled
Roman Kagan
2018-07-07
1
-9
/
+9
*
[efi] Exclude link-layer header length from MaxPacketSize
Rob Taglang
2018-07-07
1
-1
/
+1
*
[intelx] Add support for Intel X552 NIC
Steven Haber
2018-07-07
1
-0
/
+1
*
[build] Disable gcc stringop-truncation warnings
Bruce Rogers
2018-07-07
1
-1
/
+9
*
[http] Work around stateful authentication schemes
Michael Brown
2018-06-08
2
-2
/
+19
*
[icplus] Add driver for IC+ network card
Sylvie Barlow
2018-04-20
3
-0
/
+1016
*
[mii] Add bit-bashing interface
Sylvie Barlow
2018-04-20
2
-0
/
+217
*
[mii] Add mii_find()
Sylvie Barlow
2018-04-20
2
-0
/
+29
*
[mii] Fix typo in parameter name
Michael Brown
2018-04-20
1
-1
/
+1
*
[tcp] Add missing packed attribute on struct tcp_header
Michael Brown
2018-04-19
1
-1
/
+1
*
[mii] Separate concepts of MII interface and MII device
Michael Brown
2018-04-19
10
-59
/
+118
*
[velocity] Fix usage of mii_read() and mii_write()
Michael Brown
2018-04-19
1
-4
/
+4
*
[rhine] Fix usage of mii_read()
Michael Brown
2018-04-19
1
-2
/
+1
*
[undi] Include subsystem IDs in broken interrupt device check
Michael Brown
2018-04-18
1
-6
/
+27
*
[intelx] Add PCI_ROM entry for Intel X553 NIC
Rob Taglang
2018-04-10
1
-0
/
+1
*
[efi] Add support for R_ARM_REL32 relocations
Heinrich Schuchardt
2018-03-28
1
-0
/
+1
*
[efi] Do not raise TPL within EFI_DRIVER_BINDING_PROTOCOL.Supported()
Michael Brown
2018-03-26
1
-7
/
+0
*
[efi] Release SNP devices before starting SAN boot image
Michael Brown
2018-03-26
1
-0
/
+4
*
[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
2
-121
/
+125
*
[list] Add list_is_first_entry() and list_is_last_entry()
Michael Brown
2018-03-24
2
-0
/
+43
*
[tls] Ensure received data list is initialised before calling tls_free()
Michael Brown
2018-03-23
1
-3
/
+3
*
[util] Support reversed sort ordering when generating NIC list
Robin Smidsrød
2018-03-21
1
-21
/
+29
*
[librm] Ensure that inline code symbols are unique
Michael Brown
2018-03-21
6
-9
/
+9
*
[librm] Provide symbols for inline code placed into other sections
Michael Brown
2018-03-21
1
-0
/
+5
*
[undi] Treat invalid IRQ numbers as non-fatal errors
Michael Brown
2018-03-21
1
-4
/
+2
*
[build] Prevent use of MMX and SSE registers
Michael Brown
2018-03-20
2
-2
/
+5
*
[rng] Use fixed-point calculations for min-entropy quantities
Michael Brown
2018-03-20
6
-13
/
+34
*
[golan] Set log_max_qp to 1
Ameer Mahagneh
2018-03-20
2
-4
/
+3
*
[time] Add support for the ACPI power management timer
Michael Brown
2018-03-20
4
-0
/
+147
[prev]
[next]