aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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 specIgnat Korchagin2019-12-161-1/+2
* [snp] Try promiscuous multicast receive filter if the regular one failsIgnat Korchagin2019-12-161-0/+3
* [peerdist] Allow for the use of a hosted cache serverMichael Brown2019-12-151-4/+65
* [peerdist] Allow PeerDist to be globally enabled or disabledMichael Brown2019-12-131-0/+38
* [lan78xx] Always enable automatic speed and duplex detectionMichael Brown2019-09-292-0/+14
* [efi] Do not attempt EFI_USB_IO_PROTOCOL transfers during shutdownMichael Brown2019-09-151-0/+8
* [efi] Report failed control transfers as expected by the USB coreMichael Brown2019-09-151-2/+6
* [golan] Fix address-of-pointer bug for multicast attach/detachMichael Brown2019-08-171-2/+2
* [ethernet] Avoid false positive Coverity warningMichael Brown2019-08-171-1/+1
* [coverity] Override assumptions about wcrtomb() and hmac_init()Michael Brown2019-08-171-0/+8
* [crypto] Profile the various stages of modular multiplicationMichael Brown2019-08-171-0/+29
* [crypto] Drag in configured digestInfo prefixes for any use of RSAMichael Brown2019-08-171-0/+6
* [tls] Add missing call to tls_tx_resume() when restarting negotiationMichael Brown2019-08-161-22/+24
* [peerdist] Limit number of concurrent raw block downloadsMichael Brown2019-08-162-3/+155
* [peerdist] Start block download timers from within opener methodsMichael Brown2019-08-161-7/+9
* [process] Add PROC_INIT() for initialising static processesMichael Brown2019-08-161-5/+13
* [build] Add predefined shortcut for Raspberry Pi buildsMichael Brown2019-08-021-0/+4
* [build] Move predefined all-drivers build shortcut to MakefileMichael Brown2019-08-022-5/+9
* [build] Do not apply WORKAROUND_CFLAGS for host compilerMichael Brown2019-07-222-2/+6
* [build] Workaround compilation error with gcc 9.1Valentine Barshak2019-07-221-0/+9
* [build] Fix "'%s' directive argument is null" errorValentine Barshak2019-07-221-2/+1
* [smscusb] Fetch MAC from device tree for Raspberry Pi Model B+Michael Brown2019-07-194-29/+41
* [build] Add named configuration for Raspberry PiMichael Brown2019-07-198-0/+13
* [smsc95xx] Fetch MAC from device tree for Raspberry PiMichael Brown2019-07-191-0/+31
* [efi] Register a device tree if provided by the platform firmwareMichael Brown2019-07-193-0/+74