summaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)AuthorFilesLines
2021-08-18net/mlx5: Synchronize correct IRQ when destroying CQShay Drory1-2/+1
2021-07-20vdpa/mlx5: Clear vq ready indication upon device resetEli Cohen1-0/+9
2021-07-20vdpa/mlx5: Fix possible failure in umem size calculationEli Cohen1-10/+5
2021-07-20vdpa/mlx5: Fix umem sizes assignments on VQ createEli Cohen1-2/+2
2021-06-03{net,vdpa}/mlx5: Configure interface MAC into mpfs L2 tableEli Cohen1-1/+18
2021-04-28vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs failsEli Cohen1-1/+3
2021-04-14vdpa/mlx5: Fix wrong use of bit numbersEli Cohen1-2/+2
2021-04-14vdpa/mlx5: should exclude header length and fcs from mtuSi-Wei Liu2-1/+18
2021-04-14vdpa/mlx5: Fix suspend/resume index restorationEli Cohen1-13/+8
2021-03-04vdpa/mlx5: fix param validation in mlx5_vdpa_get_config()Stefano Garzarella1-1/+1
2021-02-23vdpa_sim: add get_config callback in vdpasim_dev_attrStefano Garzarella1-14/+21
2021-02-23vdpa_sim: make 'config' generic and usable for any device typeStefano Garzarella1-4/+13
2021-02-23vdpa_sim: store parsed MAC address in a bufferStefano Garzarella1-3/+7
2021-02-23vdpa_sim: add struct vdpasim_dev_attr for device attributesStefano Garzarella1-8/+17
2021-02-23vdpa_sim: remove hard-coded virtq countMax Gurtovoy1-5/+13
2021-02-10vdpa/mlx5: Restore the hardware used index after change mapEli Cohen1-0/+18
2021-02-10vdpa/mlx5: Fix memory key MTT populationEli Cohen2-16/+13
2020-12-30vdpa/mlx5: Use write memory barrier after updating CQ indexEli Cohen1-0/+5
2020-12-02vdpa: mlx5: fix vdpa/vhost dependenciesRandy Dunlap1-0/+1
2020-11-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2020-11-16vdpasim: fix "mac_pton" undefined errorLaurent Vivier1-0/+1
2020-11-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-6/+32
2020-10-30vdpasim: allow to assign a MAC addressLaurent Vivier1-1/+13
2020-10-30vdpasim: fix MAC address configurationLaurent Vivier1-1/+2
2020-10-30vdpa_sim: Fix DMA maskLaurent Vivier1-1/+3
2020-10-30vdpa/mlx5: Fix error return in map_direct_mr()Jing Xiangfeng1-3/+2
2020-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+10
2020-10-23vdpa_sim: implement get_iova_range()Jason Wang1-0/+12
2020-10-21vdpa/mlx5: Setup driver only if VIRTIO_CONFIG_S_DRIVER_OKEli Cohen1-0/+3
2020-10-21vdpa/mlx5: Fix failure to bring link upEli Cohen1-0/+1
2020-10-21vdpa/mlx5: Make use of a specific 16 bit endianness APIEli Cohen1-2/+6
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-08vdpa/mlx5: Fix dependency on MLX5_COREEli Cohen1-4/+3
2020-10-08vdpa/mlx5: should keep avail_index despite device statusSi-Wei Liu1-6/+14
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-1/+1
2020-08-26vdpa/mlx5: Avoid warnings about shifts on 32-bit platformsNathan Chancellor1-25/+25
2020-08-26vdpa: ifcvf: free config irq in ifcvf_free_irq()Jason Wang2-3/+4
2020-08-26vdpa: ifcvf: return err when fail to request config irqJason Wang1-0/+4
2020-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds15-32/+3264
2020-08-10vdpa/mlx5: fix up endian-ness for mtuMichael S. Tsirkin1-1/+11
2020-08-10vdpa: Fix pointer math bug in vdpasim_get_config()Dan Carpenter1-1/+1
2020-08-10vdpa/mlx5: Fix pointer math in mlx5_vdpa_get_config()Dan Carpenter1-1/+1
2020-08-10vdpa/mlx5: fix memory allocation failure checksColin Ian King1-7/+6
2020-08-10vdpa/mlx5: Fix uninitialised variable in core/mr.cAlex Dewar1-1/+3
2020-08-10vdpa_sim: init iommu lockMichael S. Tsirkin1-0/+1
2020-08-06vdpa/mlx5: Add VDPA driver for supported mlx5 devicesEli Cohen6-2/+2080
2020-08-06vdpa/mlx5: Add shared memory registration codeEli Cohen5-2/+522
2020-08-06vdpa/mlx5: Add support library for mlx5 VDPA implementationEli Cohen6-0/+350
2020-08-06vdpa/mlx5: Add hardware descriptive header fileEli Cohen1-0/+168
2020-08-06vdpa: Modify get_vq_state() to return error codeEli Cohen2-4/+6