summaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)AuthorFilesLines
2024-03-27vdpa/mlx5: Allow CVQ size changesJonah Palmer1-4/+9
2024-03-27vdpa_sim: reset must not runSteve Sistare1-1/+2
2024-01-26vdpa: Fix an error handling path in eni_vdpa_probe()Christophe JAILLET1-2/+4
2023-12-13vdpa/mlx5: preserve CVQ vringh indexSteve Sistare1-1/+6
2023-08-23vdpa: Enable strict validation for netlinks opsDragos Tatulea1-6/+0
2023-08-23vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length checkLin Ma1-0/+1
2023-08-23vdpa: Add queue index attr to vdpa_nl_policy for nlattr length checkLin Ma1-0/+1
2023-08-23vdpa: Add features attr to vdpa_nl_policy for nlattr length checkLin Ma1-0/+1
2023-08-23vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessaryEugenio Pérez3-3/+4
2023-08-23vdpa/mlx5: Fix mr->initialized semanticsDragos Tatulea2-27/+71
2023-08-23vduse: Use proper spinlock for IRQ injectionMaxime Coquelin1-4/+4
2023-06-14vduse: avoid empty string for dev nameSheng Zhao1-0/+3
2023-03-22vp_vdpa: fix the crash in hot unplug with vp_vdpaCindy Lu1-1/+1
2023-03-22vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio Pérez1-0/+11
2023-03-22vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez1-0/+2
2023-03-22vdpa/mlx5: should not activate virtq object when suspendedSi-Wei Liu2-1/+6
2023-03-11vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan1-21/+13
2023-03-11vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan2-5/+7
2023-03-11vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwZhu Lingshan1-3/+2
2023-03-11vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Zhu Lingshan1-12/+9
2023-03-11vDPA/ifcvf: decouple vq irq requester from the adapterZhu Lingshan1-11/+8
2023-03-11vDPA/ifcvf: decouple config IRQ releaser from the adapterZhu Lingshan1-12/+10
2023-03-11vDPA/ifcvf: decouple vq IRQ releasers from the adapterZhu Lingshan1-12/+9
2023-03-11vDPA/ifcvf: alloc the mgmt_dev before the adapterZhu Lingshan1-17/+14
2023-03-11vDPA/ifcvf: decouple config space ops from the adapterZhu Lingshan1-16/+5
2023-03-11vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan3-7/+4
2023-02-22vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan1-1/+1
2023-01-24vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu1-0/+3
2023-01-24vduse: Validate vq_num in vduse_validate_config()Harshit Mogalapalli1-0/+3
2023-01-24vdpa/mlx5: Avoid overwriting CVQ iotlbEli Cohen3-59/+39
2023-01-24vdpa/mlx5: Avoid using reslock in event_handlerEli Cohen1-12/+4
2023-01-24vdpa/mlx5: Return error on vlan ctrl commands if not supportedEli Cohen1-0/+3
2023-01-12vdpasim: fix memory leak when freeing IOTLBsJason Wang1-1/+3
2023-01-12vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_removeRong Wang1-1/+1
2023-01-12vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella1-2/+1
2023-01-12vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie2-2/+6
2023-01-12vdpa/mlx5: Fix wrong mac address deletionEli Cohen1-1/+1
2023-01-12vdpa/mlx5: Fix rule forwarding VLAN to TIREli Cohen1-3/+5
2022-10-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-23/+94
2022-10-08vDPA: conditionally read MTU and MAC in dev cfg spaceZhu Lingshan1-8/+29
2022-10-08vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fillZhu Lingshan1-1/+2
2022-10-08vDPA: check virtio device features to detect MQZhu Lingshan1-1/+1
2022-10-08vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presenceZhu Lingshan1-3/+3
2022-10-08vDPA: only report driver features if FEATURES_OK is setZhu Lingshan1-6/+14
2022-10-08vDPA: allow userspace to query features of a vDPA deviceZhu Lingshan1-5/+11
2022-10-07vp_vdpa: support feature provisioningJason Wang1-2/+20
2022-10-07vdpa_sim_net: support feature provisioningJason Wang4-5/+17
2022-10-07vdpa: device feature provisioningJason Wang1-0/+5
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2022-09-28vdpa/mlx5: Fix MQ to support non power of two num queuesEli Cohen1-7/+10