summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/ifcvf/ifcvf_main.c
Commit message (Expand)AuthorAgeFilesLines
* vdpa: Provide interface to read driver featuresEli Cohen2022-01-141-4/+12
* ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan2022-01-141-20/+4
* vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit2021-11-011-1/+2
* vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-061-1/+1
* vdpa: Add reset callback in vdpa_config_opsXie Yongji2021-09-061-11/+24
* vDPA/ifcvf: enable multiqueue and control vqZhu Lingshan2021-09-051-8/+3
* vDPA/ifcvf: detect and use the onboard number of queues directlyZhu Lingshan2021-09-051-9/+12
* vDPA/ifcvf: implement management netlink framework for ifcvfZhu Lingshan2021-09-051-35/+117
* vDPA/ifcvf: introduce get_dev_type() which returns virtio dev idZhu Lingshan2021-09-051-13/+21
* vDPA/ifcvf: Fix return value check for vdpa_alloc_device()Xie Yongji2021-08-111-2/+2
* vdpa: support packed virtqueue for set/get_vq_state()Jason Wang2021-07-081-2/+2
* vDPA/ifcvf: reuse pre-defined macros for device ids and vendor idsZhu Lingshan2021-07-031-10/+13
* vDPA/ifcvf: implement doorbell mapping for ifcvfZhu Lingshan2021-07-031-0/+16
* vDPA/ifcvf: get_config_size should return dev specific config sizeZhu Lingshan2021-05-031-1/+18
* vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPAZhu Lingshan2021-05-031-1/+18
* vDPA/ifcvf: deduce VIRTIO device ID when probeZhu Lingshan2021-05-031-12/+15
* vdpa: add get_config_size callback in vdpa_config_opsStefano Garzarella2021-05-031-0/+6
* vDPA/ifcvf: deduce VIRTIO device ID from pdev idsZhu Lingshan2021-05-031-1/+13
* vDPA/ifcvf: verify mandatory feature bits for vDPAZhu Lingshan2021-05-031-0/+5
* vDPA/ifcvf: fetch device feature bits when probeZhu Lingshan2021-05-031-0/+2
* vDPA/ifcvf: remove the version number stringZhu Lingshan2021-05-031-2/+0
* vDPA/ifcvf: rename original IFCVF dev ids to N3000 idsZhu Lingshan2021-05-031-4/+4
* vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPAZhu Lingshan2021-05-031-0/+5
* vDPA/ifcvf: get_vendor_id returns a device specific vendor idZhu Lingshan2021-05-031-1/+4
* vdpa: set the virtqueue num during registerJason Wang2021-02-251-3/+2
* vdpa: Extend routine to accept vdpa device nameParav Pandit2021-02-231-1/+1
* vdpa: ifcvf: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-12-181-9/+2
* vdpa: ifcvf: free config irq in ifcvf_free_irq()Jason Wang2020-08-261-2/+3
* vdpa: ifcvf: return err when fail to request config irqJason Wang2020-08-261-0/+4
* vdpa: Modify get_vq_state() to return error codeEli Cohen2020-08-051-2/+3
* net/vdpa: Use struct for set/get vq stateEli Cohen2020-08-051-4/+5
* vdpa: remove hard coded virtq numMax Gurtovoy2020-08-051-1/+2
* ifcvf: implement vdpa_config_ops.get_vq_irq()Zhu Lingshan2020-08-051-2/+16
* ifcvf: implement config interrupt in IFCVFZhu Lingshan2020-06-061-1/+22
* ifcvf: ignore continuous setting same status valueZhu Lingshan2020-06-061-0/+3
* ifcvf: move IRQ request/free to status change handlersZhu Lingshan2020-06-041-47/+73
* vdpa: allow a 32 bit vq alignmentMichael S. Tsirkin2020-04-171-1/+1
* vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'YueHaibing2020-04-161-2/+0
* vdpa: move to drivers/vdpaMichael S. Tsirkin2020-04-021-0/+435