summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
AgeCommit message (Expand)AuthorFilesLines
2022-12-28vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu1-0/+3
2022-12-28vdpasim: fix memory leak when freeing IOTLBsJason Wang1-1/+3
2022-12-28vdpa: conditionally fill max max queue pair for statsJason Wang1-5/+4
2022-12-28vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_removeRong Wang1-1/+1
2022-12-28vduse: Validate vq_num in vduse_validate_config()Harshit Mogalapalli1-0/+3
2022-12-28vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella1-2/+1
2022-12-28vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie2-2/+6
2022-12-28RDMA/mlx5: remove variable iColin Ian King1-2/+0
2022-12-28vdpa/mlx5: Avoid overwriting CVQ iotlbEli Cohen3-59/+39
2022-12-28vdpa/mlx5: Avoid using reslock in event_handlerEli Cohen1-12/+4
2022-12-28vdpa/mlx5: Fix wrong mac address deletionEli Cohen1-1/+1
2022-12-28vdpa/mlx5: Return error on vlan ctrl commands if not supportedEli Cohen1-0/+3
2022-12-28vdpa/mlx5: Fix rule forwarding VLAN to TIREli Cohen1-3/+5
2022-12-28vdpa: merge functionally duplicated dev_features attributesSi-Wei Liu1-1/+1
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-10-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-23/+94
2022-10-07vDPA: conditionally read MTU and MAC in dev cfg spaceZhu Lingshan1-8/+29
2022-10-07vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fillZhu Lingshan1-1/+2
2022-10-07vDPA: check virtio device features to detect MQZhu Lingshan1-1/+1
2022-10-07vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presenceZhu Lingshan1-3/+3
2022-10-07vDPA: only report driver features if FEATURES_OK is setZhu Lingshan1-6/+14
2022-10-07vDPA: 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-27vdpa/mlx5: Fix MQ to support non power of two num queuesEli Cohen1-7/+10
2022-09-27vduse: prevent uninitialized memory accessesMaxime Coquelin1-2/+7
2022-09-27vdpa/ifcvf: fix the calculation of queuepairAngus Chen1-2/+2
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-11vdpa/mlx5: Fix possible uninitialized return valueEli Cohen1-1/+1
2022-08-11vdpa_sim_blk: add support for discard and write-zeroesStefano Garzarella1-1/+73
2022-08-11vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSHStefano Garzarella1-0/+5
2022-08-11vdpa_sim_blk: make vdpasim_blk_check_range usable by other requestsStefano Garzarella1-15/+23
2022-08-11vdpa_sim_blk: check if sector is 0 for commands other than read or writeStefano Garzarella1-0/+10
2022-08-11vdpa_sim: Implement suspend vdpa opEugenio PĂ©rez4-0/+21
2022-08-11vDPA: fix 'cast to restricted le16' warnings in vdpa.cZhu Lingshan1-3/+3
2022-08-11vDPA: !FEATURES_OK should not block querying device config spaceZhu Lingshan1-8/+0
2022-08-11vDPA/ifcvf: support userspace to query features and MQ of a management deviceZhu Lingshan1-66/+76
2022-08-11vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...Zhu Lingshan2-2/+13
2022-08-11vdpa/mlx5: Support different address spaces for control and dataEli Cohen2-11/+88
2022-08-11vdpa/mlx5: Implement susupend virtqueue callbackEli Cohen1-3/+80
2022-08-11vduse: Support querying information of IOVA regionsXie Yongji1-0/+39
2022-08-11vduse: Support registering userspace memory for IOVA regionsXie Yongji1-0/+141
2022-08-11vduse: Support using userspace pages as bounce bufferXie Yongji2-8/+96
2022-08-11vduse: Use memcpy_{to,from}_page() in do_bounce()Xie Yongji1-5/+4
2022-08-11vduse: Remove unnecessary spin lock protectionXie Yongji1-5/+2
2022-08-11vDPA/ifcvf: remove duplicated assignment to pointer cfgColin Ian King1-1/+0
2022-08-11vdpa: ifcvf: Fix spelling mistake in commentsZhang Jiaming1-1/+1
2022-08-11vdpa/mlx5: Use eth_broadcast_addr() to assign broadcast addressXu Qiang1-1/+1