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