aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-15[efi] Claim SNP devices early in efi_download_start()tplMichael Brown1-1/+4
2020-07-09[efi] Ensure NUL byte is at lowest address within stack cookiecookieMichael Brown1-0/+8
2020-07-09[efi] Distribute available entropy within stack cookieMichael Brown1-6/+17
2020-07-09[libc] Add bit-rotation functions for unsigned long valuesMichael Brown1-8/+26
2020-07-07[efi] Avoid setting direction flag on EFI platformsMichael Brown2-0/+15
2020-07-07[libc] Provide an unoptimised generic_memcpy_reverse()Michael Brown2-5/+22
2020-07-07[crypto] Avoid temporarily setting direction flag in bigint_is_geq()Michael Brown1-17/+8
2020-07-04[usb] Leave port enabled after a failed device registrationMichael Brown1-1/+3
2020-07-03[axge] Reapply USB device configuration when opening network deviceMichael Brown2-0/+11
2020-07-03[xhci] Increase link state settling delay to 100msMichael Brown1-1/+1
2020-07-03[usb] Avoid unnecessary calls to usb_hub_set_drvdata()Michael Brown3-25/+8
2020-07-03[xhci] Set link state to RxDetect after disabling USB3 root hub portMichael Brown1-0/+13
2020-07-02[usb] Do not attempt to disable USB3 hub portsMichael Brown1-2/+4
2020-07-02[usb] Add missing usb_recycle() for completed hub interrupt transfersMichael Brown1-0/+4
2020-07-02[usb] Clear device endpoint halt before resetting host endpointMichael Brown1-7/+7
2020-07-01[axge] Handle non-gigabit link speedsMichael Brown2-22/+39
2020-06-30[efi] Raise TPL during driver entry pointMichael Brown1-0/+9
2020-06-28[efi] Detect and disable seriously broken EFI_RNG_PROTOCOL implementationsMichael Brown1-0/+12
2020-06-27[build] Disable position-independent code for ARM64 EFI buildsMichael Brown1-0/+4
2020-06-27[golan] Add explicit type casts for nodnic_queue_pair_typeMichael Brown1-2/+4
2020-06-27[intel] Avoid spurious compiler warning on GCC 10Michael Brown2-9/+17
2020-06-27[build] Be explicit about -fcommon compiler directivetempBruce Rogers1-0/+1
2020-06-25[ocsp] Accept SHA1 certID responses even if SHA1 is not enabledMichael Brown1-15/+25
2020-06-24[efi] Enable stack protection where possibleMichael Brown6-11/+115
2020-06-19[parseopt] Treat empty integer strings in user input as invalidMichael Brown1-1/+1
2020-06-19[util] Treat empty integer strings as invalidMichael Brown2-3/+3
2020-06-19[snp] Retry initialisation if link is reported as downMichael Brown1-7/+49
2020-06-16[crypto] Disable MD5 as an OID-identifiable algorithm by defaultMichael Brown1-1/+1
2020-06-16[crypto] Ensure that test code drags in required ASN.1 object identifiersMichael Brown2-12/+31
2020-06-16[crypto] Allow algorithms to be included without being OID-identifiableMichael Brown22-122/+433
2020-06-16[tls] Default to supporting only TLSv1.1 or aboveMichael Brown1-1/+1
2020-06-12[tls] Allow a minimum TLS protocol version to be specifiedMichael Brown2-6/+27
2020-06-10[efi] Attempt to connect our driver directly if ConnectController failsMichael Brown1-1/+10
2020-06-05[uri] Avoid appearing to access final byte of a potentially empty stringMichael Brown1-2/+2
2020-06-05[efi] Work around UEFI specification bug in LoadImage for SAN bootMichael Brown1-0/+3
2020-06-04[efi] Work around UEFI specification bug in LoadImageMichael Brown1-2/+18
2020-06-04[png] Fix potential integer overflowMichael Brown1-6/+6
2020-05-06[bnxt] Add driver support for Broadcom NetXtreme-E AdaptersJoseph Wong5-0/+14191
2020-03-14[efi] Disambiguate errors returned by ConnectControllerMichael Brown1-1/+15
2020-03-01[int13con] Create log partition only when CONSOLE_INT13 is enabledMichael Brown1-0/+17
2020-03-01[bios] Define macros for constructing partition table entriesMichael Brown1-10/+37
2020-02-16[iscsi] Eliminate variable-length stack allocation in URI parsingMichael Brown1-10/+28
2020-02-16[iscsi] Eliminate variable-length stack allocations in CHAP handlersMichael Brown1-11/+41
2020-02-16[settings] Eliminate variable-length stack allocationMichael Brown1-2/+7
2020-02-16[slam] Allow for the possibility of IPv6 multicast addressesMichael Brown1-4/+4
2020-02-16[slam] Eliminate variable-length stack allocationMichael Brown1-5/+19
2020-02-16[infiniband] Eliminate variable-length stack allocationMichael Brown1-6/+18
2020-02-16[tftp] Eliminate unnecessary variable-length stack allocationMichael Brown1-11/+6
2020-01-03[travis] Ensure that most recent tag is always availableMichael Brown1-0/+3
2020-01-02[build] Construct full version number automatically from git revisionv1.20.1Michael Brown1-2/+15