summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
Commit message (Expand)AuthorAgeFilesLines
* vduse: avoid empty string for dev nameSheng Zhao2023-06-141-0/+3
* vp_vdpa: fix the crash in hot unplug with vp_vdpaCindy Lu2023-03-221-1/+1
* vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio Pérez2023-03-221-0/+11
* vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez2023-03-221-0/+2
* vdpa/mlx5: should not activate virtq object when suspendedSi-Wei Liu2023-03-222-1/+6
* vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan2023-03-111-21/+13
* vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan2023-03-112-5/+7
* vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwZhu Lingshan2023-03-111-3/+2
* vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Zhu Lingshan2023-03-111-12/+9
* vDPA/ifcvf: decouple vq irq requester from the adapterZhu Lingshan2023-03-111-11/+8
* vDPA/ifcvf: decouple config IRQ releaser from the adapterZhu Lingshan2023-03-111-12/+10
* vDPA/ifcvf: decouple vq IRQ releasers from the adapterZhu Lingshan2023-03-111-12/+9
* vDPA/ifcvf: alloc the mgmt_dev before the adapterZhu Lingshan2023-03-111-17/+14
* vDPA/ifcvf: decouple config space ops from the adapterZhu Lingshan2023-03-111-16/+5
* vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan2023-03-113-7/+4
* vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan2023-02-221-1/+1
* vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu2023-01-241-0/+3
* vduse: Validate vq_num in vduse_validate_config()Harshit Mogalapalli2023-01-241-0/+3
* vdpa/mlx5: Avoid overwriting CVQ iotlbEli Cohen2023-01-243-59/+39
* vdpa/mlx5: Avoid using reslock in event_handlerEli Cohen2023-01-241-12/+4
* vdpa/mlx5: Return error on vlan ctrl commands if not supportedEli Cohen2023-01-241-0/+3
* vdpasim: fix memory leak when freeing IOTLBsJason Wang2023-01-121-1/+3
* vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_removeRong Wang2023-01-121-1/+1
* vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella2023-01-121-2/+1
* vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie2023-01-122-2/+6
* vdpa/mlx5: Fix wrong mac address deletionEli Cohen2023-01-121-1/+1
* vdpa/mlx5: Fix rule forwarding VLAN to TIREli Cohen2023-01-121-3/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-10-106-23/+94
|\
| * vDPA: conditionally read MTU and MAC in dev cfg spaceZhu Lingshan2022-10-071-8/+29
| * vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fillZhu Lingshan2022-10-071-1/+2
| * vDPA: check virtio device features to detect MQZhu Lingshan2022-10-071-1/+1
| * vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presenceZhu Lingshan2022-10-071-3/+3
| * vDPA: only report driver features if FEATURES_OK is setZhu Lingshan2022-10-071-6/+14
| * vDPA: allow userspace to query features of a vDPA deviceZhu Lingshan2022-10-071-5/+11
| * vp_vdpa: support feature provisioningJason Wang2022-10-071-2/+20
| * vdpa_sim_net: support feature provisioningJason Wang2022-10-074-5/+17
| * vdpa: device feature provisioningJason Wang2022-10-071-0/+5
* | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-041-0/+1
|\ \ | |/ |/|
| * genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* | vdpa/mlx5: Fix MQ to support non power of two num queuesEli Cohen2022-09-271-7/+10
* | vduse: prevent uninitialized memory accessesMaxime Coquelin2022-09-271-2/+7
* | vdpa/ifcvf: fix the calculation of queuepairAngus Chen2022-09-271-2/+2
|/
* vdpa/mlx5: Fix possible uninitialized return valueEli Cohen2022-08-111-1/+1
* vdpa_sim_blk: add support for discard and write-zeroesStefano Garzarella2022-08-111-1/+73
* vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSHStefano Garzarella2022-08-111-0/+5
* vdpa_sim_blk: make vdpasim_blk_check_range usable by other requestsStefano Garzarella2022-08-111-15/+23
* vdpa_sim_blk: check if sector is 0 for commands other than read or writeStefano Garzarella2022-08-111-0/+10
* vdpa_sim: Implement suspend vdpa opEugenio Pérez2022-08-114-0/+21
* vDPA: fix 'cast to restricted le16' warnings in vdpa.cZhu Lingshan2022-08-111-3/+3
* vDPA: !FEATURES_OK should not block querying device config spaceZhu Lingshan2022-08-111-8/+0