summaryrefslogtreecommitdiff
path: root/drivers/vdpa/ifcvf
AgeCommit message (Expand)Author
2021-11-01vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji
2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji
2021-09-05vDPA/ifcvf: enable multiqueue and control vqZhu Lingshan
2021-09-05vDPA/ifcvf: detect and use the onboard number of queues directlyZhu Lingshan
2021-09-05vDPA/ifcvf: implement management netlink framework for ifcvfZhu Lingshan
2021-09-05vDPA/ifcvf: introduce get_dev_type() which returns virtio dev idZhu Lingshan
2021-08-11vDPA/ifcvf: Fix return value check for vdpa_alloc_device()Xie Yongji
2021-07-08vdpa: support packed virtqueue for set/get_vq_state()Jason Wang
2021-07-03vDPA/ifcvf: reuse pre-defined macros for device ids and vendor idsZhu Lingshan
2021-07-03vDPA/ifcvf: implement doorbell mapping for ifcvfZhu Lingshan
2021-07-03vDPA/ifcvf: record virtio notify baseZhu Lingshan
2021-05-03vDPA/ifcvf: get_config_size should return dev specific config sizeZhu Lingshan
2021-05-03vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPAZhu Lingshan
2021-05-03vDPA/ifcvf: deduce VIRTIO device ID when probeZhu Lingshan
2021-05-03vdpa: add get_config_size callback in vdpa_config_opsStefano Garzarella
2021-05-03vDPA/ifcvf: deduce VIRTIO device ID from pdev idsZhu Lingshan
2021-05-03vDPA/ifcvf: verify mandatory feature bits for vDPAZhu Lingshan
2021-05-03vDPA/ifcvf: fetch device feature bits when probeZhu Lingshan
2021-05-03vDPA/ifcvf: remove the version number stringZhu Lingshan
2021-05-03vDPA/ifcvf: rename original IFCVF dev ids to N3000 idsZhu Lingshan
2021-05-03vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPAZhu Lingshan
2021-05-03vDPA/ifcvf: get_vendor_id returns a device specific vendor idZhu Lingshan
2021-02-25vdpa: set the virtqueue num during registerJason Wang
2021-02-23vdpa: Extend routine to accept vdpa device nameParav Pandit
2020-12-18vdpa: ifcvf: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET
2020-08-26vdpa: ifcvf: free config irq in ifcvf_free_irq()Jason Wang
2020-08-26vdpa: ifcvf: return err when fail to request config irqJason Wang
2020-08-05vdpa: Modify get_vq_state() to return error codeEli Cohen
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen
2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy
2020-08-05ifcvf: implement vdpa_config_ops.get_vq_irq()Zhu Lingshan
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
2020-06-06ifcvf: implement config interrupt in IFCVFZhu Lingshan
2020-06-06ifcvf: ignore continuous setting same status valueZhu Lingshan
2020-06-04ifcvf: move IRQ request/free to status change handlersZhu Lingshan
2020-04-17vdpa: allow a 32 bit vq alignmentMichael S. Tsirkin
2020-04-16vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'YueHaibing
2020-04-02vdpa: move to drivers/vdpaMichael S. Tsirkin