aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-12[peerdist] Reduce number of concurrent requests to origin serverpeerdistMichael Brown2-9/+30
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
2019-03-07[tls] Display cross-certificate and OCSP status messagesMichael Brown2-8/+82
2019-03-07[crypto] Use x509_name() in validator debug messagesMichael Brown1-37/+68
2019-03-06[tls] Support stateless session resumptionMichael Brown2-19/+122
2019-03-06[tls] Fix incorrectly duplicated error numberMichael Brown1-1/+1
2019-02-21[tls] Support stateful session resumptionMichael Brown2-10/+220
2019-02-19[efi] Blacklist the Dell Ip4ConfigDxe driverMichael Brown4-0/+257
2019-01-25[init] Show startup and shutdown function names in debug messagesMichael Brown19-2/+31
2019-01-21[util] Add support for EFI ROM imagesPetr Borsodi2-1/+78
2019-01-21[util] Improve processing of ROM images in Option::ROMPetr Borsodi2-39/+110
2019-01-21[zbin] Fix compiler warning with GCC 9Michael Brown1-6/+6
2019-01-15[libc] Fix strcmp()/strncmp() to return proper valuesAaron Young2-3/+4
2019-01-15[efi] Fix error handling path in efi_snp_probeIgnat Korchagin1-3/+3
2019-01-15[pci] Correct invalid base-class/sub-class/prog-if order in PCIRPetr Borsodi4-5/+5
2018-09-17[build] Handle R_X86_64_PLT32 from binutils 2.31Christian Hesse1-0/+1
2018-08-26[sfc] Add support for X25xx adaptersMartin Habets2-3/+11
2018-07-17[intelxl] Add driver for Intel 40 Gigabit Ethernet NICsMichael Brown3-0/+2316