aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-16[snp] Set EFI_SIMPLE_NETWORK_RECEIVE_MULTICAST bit as per UEFI specIgnat Korchagin1-1/+2
2019-12-16[snp] Try promiscuous multicast receive filter if the regular one failsIgnat Korchagin1-0/+3
2019-12-15[peerdist] Allow for the use of a hosted cache serverMichael Brown1-4/+65
2019-12-13[peerdist] Allow PeerDist to be globally enabled or disabledMichael Brown1-0/+38
2019-09-29[lan78xx] Always enable automatic speed and duplex detectionMichael Brown2-0/+14
2019-09-15[efi] Do not attempt EFI_USB_IO_PROTOCOL transfers during shutdownMichael Brown1-0/+8
2019-09-15[efi] Report failed control transfers as expected by the USB coreMichael Brown1-2/+6
2019-08-17[golan] Fix address-of-pointer bug for multicast attach/detachMichael Brown1-2/+2
2019-08-17[ethernet] Avoid false positive Coverity warningMichael Brown1-1/+1
2019-08-17[coverity] Override assumptions about wcrtomb() and hmac_init()Michael Brown1-0/+8
2019-08-17[crypto] Profile the various stages of modular multiplicationMichael Brown1-0/+29
2019-08-17[crypto] Drag in configured digestInfo prefixes for any use of RSAMichael Brown1-0/+6
2019-08-16[tls] Add missing call to tls_tx_resume() when restarting negotiationMichael Brown1-22/+24
2019-08-16[peerdist] Limit number of concurrent raw block downloadsMichael Brown2-3/+155
2019-08-16[peerdist] Start block download timers from within opener methodsMichael Brown1-7/+9
2019-08-16[process] Add PROC_INIT() for initialising static processesMichael Brown1-5/+13
2019-08-02[build] Add predefined shortcut for Raspberry Pi buildsMichael Brown1-0/+4
2019-08-02[build] Move predefined all-drivers build shortcut to MakefileMichael Brown2-5/+9
2019-07-22[build] Do not apply WORKAROUND_CFLAGS for host compilerMichael Brown2-2/+6
2019-07-22[build] Workaround compilation error with gcc 9.1Valentine Barshak1-0/+9
2019-07-22[build] Fix "'%s' directive argument is null" errorValentine Barshak1-2/+1
2019-07-19[smscusb] Fetch MAC from device tree for Raspberry Pi Model B+Michael Brown4-29/+41
2019-07-19[build] Add named configuration for Raspberry PiMichael Brown8-0/+13
2019-07-19[smsc95xx] Fetch MAC from device tree for Raspberry PiMichael Brown1-0/+31
2019-07-19[efi] Register a device tree if provided by the platform firmwareMichael Brown3-0/+74
2019-07-19[fdt] Add ability to parse a MAC address from a flattened device treeMichael Brown5-0/+643
2019-07-15[efi] Return only registered EFI devices from efidev_parent()Michael Brown1-3/+6
2019-07-14[arm] Provide dummy implementations for {in,out}[s]{b,w,l}Michael Brown1-18/+59
2019-07-14[build] Fix use of inline assembly on GCC 8 ARM64 buildsMichael Brown1-2/+2
2019-05-02[golan] Add various new PCI device IDsMohammed1-0/+3
2019-04-27[intelxl] Add driver for Intel 40 Gigabit Ethernet NIC virtual functionsMichael Brown4-2/+989