summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [crypto] Simplify internal HMAC APIMichael Brown2022-10-1016-163/+142Star
| * [test] Add HMAC self-testsMichael Brown2022-10-102-0/+212
| * [ena] Assign memory BAR if left empty by BIOSMichael Brown2022-09-191-0/+45
| * [pci] Add minimal PCI bridge driverMichael Brown2022-09-194-0/+191
| * [pci] Select PCI I/O API at runtime for cloud imagesMichael Brown2022-09-1811-1/+256
| * [bios] Allow pcibios_discover() to return an empty rangeMichael Brown2022-09-181-3/+5
| * [pci] Add support for the Enhanced Configuration Access Mechanism (ECAM)Michael Brown2022-09-165-0/+461
| * [pci] Generalise pci_num_bus() to pci_discover()Michael Brown2022-09-1510-43/+78
| * [pci] Check for wraparound in callers of pci_find_next()Michael Brown2022-09-153-3/+10
| * [pci] Allow pci_find_next() to return non-zero PCI segmentsMichael Brown2022-09-153-16/+14Star
| * [linux] Add missing PROVIDE_PCIAPI_INLINE() macrosMichael Brown2022-09-151-0/+9
| * [ipv6] Ignore SLAAC on prefixes with an incompatible prefix lengthMichael Brown2022-09-131-11/+25
| * [ipv6] Fix mask calculation when prefix length is not a multiple of 8Michael Brown2022-09-062-1/+38
| * [test] Validate constructed IPv6 routing table entriesMichael Brown2022-09-061-12/+52
| * [ena] Increase receive ring size to 128 entriesMichael Brown2022-08-262-5/+12
| * [ena] Provide a host information pageMichael Brown2022-08-262-0/+159
| * [ena] Specify the unused completion queue MSI-X vector as 0xffffffffMichael Brown2022-08-262-0/+9
| * [ena] Allow for out-of-order completionsMichael Brown2022-08-262-20/+62
| * [ena] Limit submission queue fill level to completion queue sizeMichael Brown2022-08-262-4/+11
| * [intelxl] Explicitly request a single queue pair for virtual functionsMichael Brown2022-08-162-1/+58
| * [intelxl] Allow for admin commands that trigger a VF resetMichael Brown2022-08-161-13/+28
| * [intelxl] Negotiate virtual function API version 1.1Michael Brown2022-08-163-3/+31
| * [intelxl] Show virtual function packet statistics for debuggingMichael Brown2022-08-162-0/+88
| * [intelxl] Add driver for Intel 100 Gigabit Ethernet NICsMichael Brown2022-08-125-7/+1569
| * [intelxl] Use admin queue to set port MAC address and maximum frame sizeMichael Brown2022-08-122-27/+105
| * [intelxl] Use admin queue to get port MAC addressMichael Brown2022-08-122-51/+82
| * [intelxl] Defer fetching MAC address until after opening admin queueMichael Brown2022-08-121-5/+5
| * [intelxl] Set maximum frame size to 9728 bytes as per datasheetMichael Brown2022-08-122-10/+6Star
| * [intelxl] Always issue "clear PXE mode" admin queue commandMichael Brown2022-08-112-13/+11Star
| * [intelxl] Allow expected admin queue command errors to be silencedMichael Brown2022-08-111-3/+7
| * [intelxl] Increase data buffer size to 4kBMichael Brown2022-08-111-2/+5
| * [intelxl] Separate virtual function driver definitionsMichael Brown2022-08-114-259/+320
| * [intelxl] Reuse admin command descriptor and buffer for VF responsesMichael Brown2022-08-112-17/+15Star
| * [intelxl] Handle admin events via a callbackMichael Brown2022-08-113-30/+43
| * [intelxl] Rename 8086:1889 PCI ID to "iavf"Michael Brown2022-08-101-1/+1
| * [intelxl] Increase receive descriptor ring size to 64 entriesMichael Brown2022-08-101-2/+2
| * [intelxl] Negotiate API version for virtual function via admin queueMichael Brown2022-08-103-10/+75
| * [intelxl] Use non-zero MSI-X vector for virtual function interruptsMichael Brown2022-08-104-18/+39
| * [intelxl] Fix invocation of intelxlvf_admin_queues()Michael Brown2022-08-101-1/+1
| * [intelxl] Use function-level reset instead of PFGEN_CTRL.PFSWRMichael Brown2022-08-084-39/+18Star
| * [pci] Generalise function-level reset mechanismMichael Brown2022-08-083-20/+26
| * [intelxl] Update list of PCI IDsMichael Brown2022-08-081-0/+5
| * [intelxl] Include admin command response data buffer in debug outputMichael Brown2022-08-081-1/+5
| * [intelxl] Identify rings consistently in debug messagesMichael Brown2022-08-081-4/+3Star
| * [intelxl] Add missing padding bytes to receive queue contextMichael Brown2022-08-081-0/+2
| * [intelxl] Fix bit width of function number in PFFUNC_RID registerMichael Brown2022-08-081-1/+1
| * [intelxl] Fix retrieval of switch configuration via admin queueMichael Brown2022-08-081-9/+11
| * [acpi] Expose system MAC address via ${sysmac} settingMichael Brown2022-06-101-0/+37
| * [cachedhcp] Allow cached DHCPACK to override a temporary MAC addressMichael Brown2022-05-231-9/+42
| * [ecm] Treat ACPI MAC address as being a non-permanent MAC addressMichael Brown2022-05-233-14/+18