index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
[cmdline] Add "--timeout" parameter to "ifconf" command
Joe Groocock
2020-07-22
4
-5
/
+14
|
*
[intelx] Added PCI_ROM entry for Intel x553/x557-AT and x553 (SFP+) NICs
Rob Taglang
2020-07-22
1
-0
/
+2
|
*
[intel] Set INTEL_NO_PHY_RST on i218v
Ben Bleything
2020-07-22
1
-1
/
+1
|
*
[intel] Add INTEL_NO_PHY_RST for I218LM
Andrew Grasso
2020-07-22
1
-1
/
+1
|
*
[deflate] Fix typo in comment describing length codes
Daniel Johnson
2020-07-21
1
-1
/
+1
|
*
[build] Fix a GNUism that FreeBSD's sed(1) cannot deal with
Tobias Kortkamp
2020-07-21
1
-1
/
+1
|
*
[wpa] Fix erroneous debug message in wpa_derive_ptk
Michael Brown
2020-07-21
1
-2
/
+3
|
*
[libc] Fix memcmp() to return proper values
Michael J. Bazzinotti
2020-07-21
2
-1
/
+2
|
*
[pcbios] Take alignment into account when checking for available space
David Decotigny
2020-07-21
1
-4
/
+4
|
*
[pcbios] Fix "out of memory" detection when expanding bottom area
David Decotigny
2020-07-21
1
-1
/
+1
|
*
[libgcc] Change __divmoddi4 from int64 [unknown] to int64_t
Bobby Lockwood
2020-07-21
1
-1
/
+1
|
*
[build] Fix default target in sdsk image
bit
2020-07-21
1
-1
/
+1
|
*
[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
5
-35
/
+7
|
*
[sfc] Add PCI ID for Solarflare SFC9120 and Solarflare SFC9140
LaDerrick H
2020-07-15
1
-0
/
+2
|
*
[efi] Claim SNP devices early in efi_download_start()
Michael Brown
2020-07-15
1
-1
/
+4
|
*
[efi] Ensure NUL byte is at lowest address within stack cookie
Michael Brown
2020-07-09
1
-0
/
+8
|
*
[efi] Distribute available entropy within stack cookie
Michael Brown
2020-07-09
1
-6
/
+17
|
*
[libc] Add bit-rotation functions for unsigned long values
Michael Brown
2020-07-09
1
-8
/
+26
|
*
[efi] Avoid setting direction flag on EFI platforms
Michael Brown
2020-07-07
2
-0
/
+15
|
*
[libc] Provide an unoptimised generic_memcpy_reverse()
Michael Brown
2020-07-07
2
-5
/
+22
|
*
[crypto] Avoid temporarily setting direction flag in bigint_is_geq()
Michael Brown
2020-07-07
1
-17
/
+8
|
*
[usb] Leave port enabled after a failed device registration
Michael Brown
2020-07-04
1
-1
/
+3
|
*
[axge] Reapply USB device configuration when opening network device
Michael Brown
2020-07-03
2
-0
/
+11
|
*
[xhci] Increase link state settling delay to 100ms
Michael Brown
2020-07-03
1
-1
/
+1
|
*
[usb] Avoid unnecessary calls to usb_hub_set_drvdata()
Michael Brown
2020-07-03
3
-25
/
+8
|
*
[xhci] Set link state to RxDetect after disabling USB3 root hub port
Michael Brown
2020-07-03
1
-0
/
+13
|
*
[usb] Do not attempt to disable USB3 hub ports
Michael Brown
2020-07-02
1
-2
/
+4
|
*
[usb] Add missing usb_recycle() for completed hub interrupt transfers
Michael Brown
2020-07-02
1
-0
/
+4
|
*
[usb] Clear device endpoint halt before resetting host endpoint
Michael Brown
2020-07-02
1
-7
/
+7
|
*
[axge] Handle non-gigabit link speeds
Michael Brown
2020-07-01
2
-22
/
+39
|
*
[efi] Raise TPL during driver entry point
Michael Brown
2020-06-30
1
-0
/
+9
|
*
[efi] Detect and disable seriously broken EFI_RNG_PROTOCOL implementations
Michael Brown
2020-06-28
1
-0
/
+12
|
*
[build] Disable position-independent code for ARM64 EFI builds
Michael Brown
2020-06-27
1
-0
/
+4
|
*
[golan] Add explicit type casts for nodnic_queue_pair_type
Michael Brown
2020-06-27
1
-2
/
+4
|
*
[intel] Avoid spurious compiler warning on GCC 10
Michael Brown
2020-06-27
2
-9
/
+17
|
*
[build] Be explicit about -fcommon compiler directive
Bruce Rogers
2020-06-27
1
-0
/
+1
|
*
[ocsp] Accept SHA1 certID responses even if SHA1 is not enabled
Michael Brown
2020-06-25
1
-15
/
+25
|
*
[efi] Enable stack protection where possible
Michael Brown
2020-06-24
6
-11
/
+115
|
*
[parseopt] Treat empty integer strings in user input as invalid
Michael Brown
2020-06-19
1
-1
/
+1
|
*
[util] Treat empty integer strings as invalid
Michael Brown
2020-06-19
2
-3
/
+3
|
*
[snp] Retry initialisation if link is reported as down
Michael Brown
2020-06-19
1
-7
/
+49
|
*
[crypto] Disable MD5 as an OID-identifiable algorithm by default
Michael Brown
2020-06-17
1
-1
/
+1
|
*
[crypto] Ensure that test code drags in required ASN.1 object identifiers
Michael Brown
2020-06-17
2
-12
/
+31
|
*
[crypto] Allow algorithms to be included without being OID-identifiable
Michael Brown
2020-06-16
22
-122
/
+433
|
*
[tls] Default to supporting only TLSv1.1 or above
Michael Brown
2020-06-16
1
-1
/
+1
|
*
[tls] Allow a minimum TLS protocol version to be specified
Michael Brown
2020-06-12
2
-6
/
+27
|
*
[efi] Attempt to connect our driver directly if ConnectController fails
Michael Brown
2020-06-11
1
-1
/
+10
|
*
[uri] Avoid appearing to access final byte of a potentially empty string
Michael Brown
2020-06-05
1
-2
/
+2
|
*
[efi] Work around UEFI specification bug in LoadImage for SAN boot
Michael Brown
2020-06-05
1
-0
/
+3
[prev]
[next]