summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxSimon Rettberg2019-08-0247-387/+3763
|\
| * [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
| * [tls] Display cross-certificate and OCSP status messagesMichael Brown2019-03-072-8/+82
| * [crypto] Use x509_name() in validator debug messagesMichael Brown2019-03-071-37/+68
| * [tls] Support stateless session resumptionMichael Brown2019-03-062-19/+122
| * [tls] Fix incorrectly duplicated error numberMichael Brown2019-03-061-1/+1
| * [tls] Support stateful session resumptionMichael Brown2019-02-212-10/+220
| * [efi] Blacklist the Dell Ip4ConfigDxe driverMichael Brown2019-02-194-0/+257
* | [efi] Add very ugly hack to use HW RNG on EFISimon Rettberg2019-02-151-0/+27
* | Merge branch 'master' into openslxSimon Rettberg2019-02-1529-58/+237
|\|
| * [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-2519-2/+31
| * [util] Add support for EFI ROM imagesPetr Borsodi2019-01-212-1/+78
| * [util] Improve processing of ROM images in Option::ROMPetr Borsodi2019-01-212-39/+110
| * [zbin] Fix compiler warning with GCC 9Michael Brown2019-01-211-6/+6
| * [libc] Fix strcmp()/strncmp() to return proper valuesAaron Young2019-01-152-3/+4
| * [efi] Fix error handling path in efi_snp_probeIgnat Korchagin2019-01-151-3/+3
| * [pci] Correct invalid base-class/sub-class/prog-if order in PCIRPetr Borsodi2019-01-154-5/+5
| * [build] Handle R_X86_64_PLT32 from binutils 2.31Christian Hesse2018-09-171-0/+1
* | [efi] Add support for console --update in efifb modeSimon Rettberg2018-09-251-67/+90
* | [settings] Fix md5 buffer size handlingSimon Rettberg2018-09-251-2/+2