summary refs log tree commit diff
path: root/drivers/vdpa
AgeCommit message (Expand)Author
2023-06-14vduse: avoid empty string for dev nameSheng Zhao
2023-03-22vp_vdpa: fix the crash in hot unplug with vp_vdpaCindy Lu
2023-03-22vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio Pérez
2023-03-22vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez
2023-03-22vdpa/mlx5: should not activate virtq object when suspendedSi-Wei Liu
2023-03-11vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan
2023-03-11vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan
2023-03-11vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwZhu Lingshan
2023-03-11vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Zhu Lingshan
2023-03-11vDPA/ifcvf: decouple vq irq requester from the adapterZhu Lingshan
2023-03-11vDPA/ifcvf: decouple config IRQ releaser from the adapterZhu Lingshan
2023-03-11vDPA/ifcvf: decouple vq IRQ releasers from the adapterZhu Lingshan
2023-03-11vDPA/ifcvf: alloc the mgmt_dev before the adapterZhu Lingshan
2023-03-11vDPA/ifcvf: decouple config space ops from the adapterZhu Lingshan
2023-03-11vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan
2023-02-22vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan
2023-01-24vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu
2023-01-24vduse: Validate vq_num in vduse_validate_config()Harshit Mogalapalli
2023-01-24vdpa/mlx5: Avoid overwriting CVQ iotlbEli Cohen
2023-01-24vdpa/mlx5: Avoid using reslock in event_handlerEli Cohen
2023-01-24vdpa/mlx5: Return error on vlan ctrl commands if not supportedEli Cohen
2023-01-12vdpasim: fix memory leak when freeing IOTLBsJason Wang
2023-01-12vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_removeRong Wang
2023-01-12vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella
2023-01-12vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie
2023-01-12vdpa/mlx5: Fix wrong mac address deletionEli Cohen
2023-01-12vdpa/mlx5: Fix rule forwarding VLAN to TIREli Cohen
2022-10-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-10-07vDPA: conditionally read MTU and MAC in dev cfg spaceZhu Lingshan
2022-10-07vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fillZhu Lingshan
2022-10-07vDPA: check virtio device features to detect MQZhu Lingshan
2022-10-07vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presenceZhu Lingshan
2022-10-07vDPA: only report driver features if FEATURES_OK is setZhu Lingshan
2022-10-07vDPA: allow userspace to query features of a vDPA deviceZhu Lingshan
2022-10-07vp_vdpa: support feature provisioningJason Wang
2022-10-07vdpa_sim_net: support feature provisioningJason Wang
2022-10-07vdpa: device feature provisioningJason Wang
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-09-27vdpa/mlx5: Fix MQ to support non power of two num queuesEli Cohen
2022-09-27vduse: prevent uninitialized memory accessesMaxime Coquelin
2022-09-27vdpa/ifcvf: fix the calculation of queuepairAngus Chen
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-11vdpa/mlx5: Fix possible uninitialized return valueEli Cohen
2022-08-11vdpa_sim_blk: add support for discard and write-zeroesStefano Garzarella
2022-08-11vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSHStefano Garzarella
2022-08-11vdpa_sim_blk: make vdpasim_blk_check_range usable by other requestsStefano Garzarella
2022-08-11vdpa_sim_blk: check if sector is 0 for commands other than read or writeStefano Garzarella
2022-08-11vdpa_sim: Implement suspend vdpa opEugenio Pérez
2022-08-11vDPA: fix 'cast to restricted le16' warnings in vdpa.cZhu Lingshan
2022-08-11vDPA: !FEATURES_OK should not block querying device config spaceZhu Lingshan