summaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [intel] Add workaround for I210 reset hardware bugsMatt Parrella2023-03-142-2/+24
* [intelx] Add PCI IDs for Intel 82599 10GBASE-T NICForest Crossman2023-03-051-0/+1
* [iscsi] Limit maximum transfer size to MaxBurstLengthiscsicapMichael Brown2023-02-161-0/+4
* [eisa] Check for system board presence before probing for slotseisaMichael Brown2023-02-101-0/+8
* [efi] Do not attempt to drive PCI bridge devicesefibridgeMichael Brown2023-02-031-0/+1
* [realtek] Explicitly disable VLAN offloadMichael Brown2023-02-012-2/+7
* [golan] Add new PCI ID for NVIDIA BlueField-3 network deviceMohammed Taha2023-01-231-0/+1
* [efi] Bind to only the topmost instance of the SNP or NII protocolssnploopMichael Brown2023-01-231-30/+36
* [efi] Extend efi_locate_device() to allow searching up the device pathMichael Brown2023-01-232-2/+2
* [ena] Allocate an unused Asynchronous Event Notification Queue (AENQ)aenqAlexander Graf2023-01-182-0/+139
* [netdevice] Allow duplicate MAC addressesMichael Brown2023-01-153-3/+56
* [efi] Disable receive filters to work around buggy UNDI driversMichael Brown2023-01-111-10/+47
* [intel] Add PCI ID for I219-V and -LM 16,17Christian I. Nilsson2022-11-151-0/+4
* [pci] Backup and restore standard config space across PCIe FLRMichael Brown2022-11-131-2/+7
* [pci] Allow PCI config space backup to be limited by maximum offsetMichael Brown2022-11-134-10/+13
* [ena] Assign memory BAR if left empty by BIOSMichael Brown2022-09-191-0/+45
* [pci] Add minimal PCI bridge driverMichael Brown2022-09-191-0/+132
* [pci] Select PCI I/O API at runtime for cloud imagesMichael Brown2022-09-181-0/+2
* [pci] Add support for the Enhanced Configuration Access Mechanism (ECAM)Michael Brown2022-09-161-0/+265
* [pci] Generalise pci_num_bus() to pci_discover()Michael Brown2022-09-151-13/+21
* [pci] Check for wraparound in callers of pci_find_next()Michael Brown2022-09-151-3/+3
* [pci] Allow pci_find_next() to return non-zero PCI segmentsMichael Brown2022-09-151-8/+8
* [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-124-7/+1568
* [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/+6
* [intelxl] Always issue "clear PXE mode" admin queue commandMichael Brown2022-08-112-13/+11
* [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/+15
* [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/+18
* [pci] Generalise function-level reset mechanismMichael Brown2022-08-082-20/+25
* [intelxl] Update list of PCI IDsMichael Brown2022-08-081-0/+5