aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-27[intelxl] Choose to operate in non-PXE modeMichael Brown2-28/+155
2019-04-27[intelxl] Expose functions required by virtual function driverMichael Brown2-17/+32
2019-04-27[intelxl] Allow for arbitrary placement of interrupt control registerMichael Brown2-12/+11
2019-04-27[intelxl] Split out ring creation from context programmingMichael Brown1-28/+76
2019-04-27[intelxl] Allow for arbitrary placement of ring tail registersMichael Brown2-7/+9
2019-04-27[intelxl] Use 32-byte receive descriptorsMichael Brown2-23/+42
2019-04-27[intelxl] Provide a mechanism for handling "send to VF" eventsMichael Brown2-0/+28
2019-04-27[intelxl] Allow admin cookie to hold extended opcode and return codeMichael Brown2-7/+16
2019-04-27[intelxl] Allow admin queues to be reinitialisedMichael Brown1-41/+85
2019-04-27[intelxl] Use one admin queue buffer per admin queue descriptorMichael Brown2-118/+197
2019-04-27[intelxl] Allow for virtual function admin queue register mapsMichael Brown2-21/+59
2019-04-27[intelxl] Use VLAN tag in receive descriptor if presentMichael Brown2-3/+19
2019-04-27[vlan] Provide vlan_netdev_rx() and vlan_netdev_rx_err()Michael Brown4-22/+85
2019-04-24[pci] Add support for PCI MSI-X interruptsMichael Brown4-0/+340
2019-03-18[intel] Add PCI ID for I219-V and -LM 6 to 9Christian Nilsson1-0/+8
2019-03-10[ocsp] Accept response certID with missing hashAlgorithm parametersMichael Brown2-14/+32
2019-03-10[tcp] Display "connecting" status until connection is establishedMichael Brown1-0/+21
2019-03-10[tls] Display validator messages only while validation is in progressMichael Brown2-3/+11