aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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/+11
* [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 9Christian 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
* [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
* [sfc] Add support for X25xx adaptersMartin Habets2018-08-262-3/+11
* [intelxl] Add driver for Intel 40 Gigabit Ethernet NICsMichael Brown2018-07-173-0/+2316
* [ethernet] Use standard 1500 byte MTU unless explicitly overriddenMichael Brown2018-07-173-0/+3
* [rndis] Clean up error handling path in register_rndis()Michael Brown2018-07-091-41/+61
* [build] Use positive-form tests when checking for supported warningsMichael Brown2018-07-081-2/+2
* [vmbus] Do not expect version in version_responseRoman Kagan2018-07-081-8/+2
* [rndis] Register netdev with MAC filledRoman Kagan2018-07-071-9/+9
* [efi] Exclude link-layer header length from MaxPacketSizeRob Taglang2018-07-071-1/+1
* [intelx] Add support for Intel X552 NICSteven Haber2018-07-071-0/+1