summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/intelxlvf.c
Commit message (Expand)AuthorAgeFilesLines
* [intelxl] Explicitly request a single queue pair for virtual functionsMichael Brown2022-08-161-1/+44
* [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-161-1/+6
* [intelxl] Show virtual function packet statistics for debuggingMichael Brown2022-08-161-0/+59
* [intelxl] Separate virtual function driver definitionsMichael Brown2022-08-111-50/+56
* [intelxl] Reuse admin command descriptor and buffer for VF responsesMichael Brown2022-08-111-13/+15
* [intelxl] Handle admin events via a callbackMichael Brown2022-08-111-5/+14
* [intelxl] Rename 8086:1889 PCI ID to "iavf"Michael Brown2022-08-101-1/+1
* [intelxl] Negotiate API version for virtual function via admin queueMichael Brown2022-08-101-0/+46
* [intelxl] Use non-zero MSI-X vector for virtual function interruptsMichael Brown2022-08-101-4/+6
* [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-081-1/+1
* [pci] Generalise function-level reset mechanismMichael Brown2022-08-081-20/+3Star
* [dma] Move I/O buffer DMA operations to iobuf.hMichael Brown2020-11-281-16/+17
* [dma] Modify DMA API to simplify calculation of medial addressesMichael Brown2020-11-251-2/+4
* [intelxl] Configure DMA mask as 64-bitMichael Brown2020-11-241-1/+4
* [intelxl] Update driver to use DMA APIMichael Brown2020-11-211-18/+21
* [pci] Update drivers to use pci_ioremap()Michael Brown2020-09-251-1/+1
* [intelxl] Add driver for Intel 40 Gigabit Ethernet NIC virtual functionsMichael Brown2019-04-271-0/+719