summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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/+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
* [intelxl] Use 32-byte receive descriptorsMichael Brown2019-04-272-23/+42
* [intelxl] Provide a mechanism for handling "send to VF" eventsMichael Brown2019-04-272-0/+28
* [intelxl] Allow admin cookie to hold extended opcode and return codeMichael Brown2019-04-272-7/+16
* [intelxl] Allow admin queues to be reinitialisedMichael Brown2019-04-271-41/+85
* [intelxl] Use one admin queue buffer per admin queue descriptorMichael Brown2019-04-272-118/+197
* [intelxl] Allow for virtual function admin queue register mapsMichael Brown2019-04-272-21/+59
* [intelxl] Use VLAN tag in receive descriptor if presentMichael Brown2019-04-272-3/+19
* [vlan] Provide vlan_netdev_rx() and vlan_netdev_rx_err()Michael Brown2019-04-274-22/+85
* [pci] Add support for PCI MSI-X interruptsMichael Brown2019-04-244-0/+340
* [intel] Add PCI ID for I219-V and -LM 6 to 9HEADmasterChristian Nilsson2019-03-181-0/+8
* [ocsp] Accept response certID with missing hashAlgorithm parametersMichael Brown2019-03-102-14/+32
* [tcp] Display "connecting" status until connection is establishedMichael Brown2019-03-101-0/+21
* [tls] Display validator messages only while validation is in progressMichael Brown2019-03-102-3/+11