summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
Commit message (Expand)AuthorAgeFilesLines
* vdpa: conditionally read STATUS in config spaceSi-Wei Liu2023-02-201-5/+15
* vdpa: fix improper error message when adding vdpa devSi-Wei Liu2023-02-201-2/+4
* vdpa/mlx5: Initialize CVQ iotlb spinlockEli Cohen2023-02-201-0/+1
* vdpa/mlx5: Don't clear mr struct on destroy MREli Cohen2023-02-201-1/+0
* vdpa/mlx5: Directly assign memory keyEli Cohen2023-02-201-1/+1
* vdpa: Fix a couple of spelling mistakes in some messagesColin Ian King2023-02-202-2/+2
* vdpa: mlx5: support per virtqueue dma deviceJason Wang2023-02-201-0/+11
* vdpa: set dma mask for vDPA deviceJason Wang2023-02-201-0/+5
* vdpa_sim: get rid of DMA opsJason Wang2023-02-202-150/+22
* vdpa_sim_net: vendor satisticsJason Wang2023-02-201-6/+213
* vdpa_sim: support vendor statisticsJason Wang2023-02-202-0/+17
* vdpasim: customize allocation sizeJason Wang2023-02-204-1/+7
* vdpa_sim: switch to use __vdpa_alloc_device()Jason Wang2023-02-201-5/+8
* vdpa_sim: use weak barriersJason Wang2023-02-201-1/+1
* vdpa_sim: Implement resume vdpa opSebastien Boeuf2023-02-202-0/+30
* virtio: vdpa: new SolidNET DPU driver.Alvaro Karsz2023-02-206-0/+1518
* vdpa_sim_net: Offer VIRTIO_NET_F_STATUSEugenio Pérez2023-02-201-0/+1
* vDPA/ifcvf: implement features provisioningZhu Lingshan2023-02-203-1/+17
* vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan2023-02-202-8/+5
* vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan2023-02-201-21/+13
* vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan2023-02-202-5/+7
* vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwZhu Lingshan2023-02-201-3/+2
* vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Zhu Lingshan2023-02-201-12/+9
* vDPA/ifcvf: decouple vq irq requester from the adapterZhu Lingshan2023-02-201-11/+8
* vDPA/ifcvf: decouple config IRQ releaser from the adapterZhu Lingshan2023-02-201-12/+10
* vDPA/ifcvf: decouple vq IRQ releasers from the adapterZhu Lingshan2023-02-201-12/+9
* vDPA/ifcvf: alloc the mgmt_dev before the adapterZhu Lingshan2023-02-201-17/+14
* vDPA/ifcvf: decouple config space ops from the adapterZhu Lingshan2023-02-201-16/+5
* vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan2023-02-203-7/+4
* vdpa/mlx5: Add RX counters to debugfsEli Cohen2023-02-204-30/+219
* vdpa/mlx5: Add debugfs subtreeEli Cohen2023-02-204-1/+87
* vdpa/mlx5: Move some definitions to a new header fileEli Cohen2023-02-202-44/+56
* vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez2023-02-131-0/+2
* vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan2023-01-271-1/+1
* vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu2022-12-281-0/+3
* vdpasim: fix memory leak when freeing IOTLBsJason Wang2022-12-281-1/+3
* vdpa: conditionally fill max max queue pair for statsJason Wang2022-12-281-5/+4
* vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_removeRong Wang2022-12-281-1/+1
* vduse: Validate vq_num in vduse_validate_config()Harshit Mogalapalli2022-12-281-0/+3
* vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella2022-12-281-2/+1
* vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie2022-12-282-2/+6
* RDMA/mlx5: remove variable iColin Ian King2022-12-281-2/+0
* vdpa/mlx5: Avoid overwriting CVQ iotlbEli Cohen2022-12-283-59/+39
* vdpa/mlx5: Avoid using reslock in event_handlerEli Cohen2022-12-281-12/+4
* vdpa/mlx5: Fix wrong mac address deletionEli Cohen2022-12-281-1/+1
* vdpa/mlx5: Return error on vlan ctrl commands if not supportedEli Cohen2022-12-281-0/+3
* vdpa/mlx5: Fix rule forwarding VLAN to TIREli Cohen2022-12-281-3/+5
* vdpa: merge functionally duplicated dev_features attributesSi-Wei Liu2022-12-281-1/+1
* driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-241-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-10-106-23/+94
|\