summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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-171-10/+28
* [iscsi] Eliminate variable-length stack allocations in CHAP handlersMichael Brown2020-02-171-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/+6Star
* [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-161-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
* [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/+1Star
* [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
* [fdt] Add ability to parse a MAC address from a flattened device treeMichael Brown2019-07-195-0/+643
* [efi] Return only registered EFI devices from efidev_parent()Michael Brown2019-07-151-3/+6
* [arm] Provide dummy implementations for {in,out}[s]{b,w,l}Michael Brown2019-07-141-18/+59
* [build] Fix use of inline assembly on GCC 8 ARM64 buildsMichael Brown2019-07-141-2/+2
* [golan] Add various new PCI device IDsMohammed2019-05-021-0/+3
* [intelxl] Add driver for Intel 40 Gigabit Ethernet NIC virtual functionsMichael Brown2019-04-274-2/+989
* [intelxl] Choose to operate in non-PXE modeMichael Brown2019-04-272-28/+155
* [intelxl] Expose functions required by virtual function driverMichael Brown2019-04-272-17/+32
* [intelxl] Allow for arbitrary placement of interrupt control registerMichael Brown2019-04-272-12/+11Star
* [intelxl] Split out ring creation from context programmingMichael Brown2019-04-271-28/+76
* [intelxl] Allow for arbitrary placement of ring tail registersMichael Brown2019-04-272-7/+9