summaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)Author
2022-12-28vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu
2022-12-28vdpasim: fix memory leak when freeing IOTLBsJason Wang
2022-12-28vdpa: conditionally fill max max queue pair for statsJason Wang
2022-12-28vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_removeRong Wang
2022-12-28vduse: Validate vq_num in vduse_validate_config()Harshit Mogalapalli
2022-12-28vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella
2022-12-28vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie
2022-12-28RDMA/mlx5: remove variable iColin Ian King
2022-12-28vdpa/mlx5: Avoid overwriting CVQ iotlbEli Cohen
2022-12-28vdpa/mlx5: Avoid using reslock in event_handlerEli Cohen
2022-12-28vdpa/mlx5: Fix wrong mac address deletionEli Cohen
2022-12-28vdpa/mlx5: Return error on vlan ctrl commands if not supportedEli Cohen
2022-12-28vdpa/mlx5: Fix rule forwarding VLAN to TIREli Cohen
2022-12-28vdpa: merge functionally duplicated dev_features attributesSi-Wei Liu
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman
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
2022-08-11vDPA/ifcvf: support userspace to query features and MQ of a management deviceZhu Lingshan
2022-08-11vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...Zhu Lingshan
2022-08-11vdpa/mlx5: Support different address spaces for control and dataEli Cohen
2022-08-11vdpa/mlx5: Implement susupend virtqueue callbackEli Cohen
2022-08-11vduse: Support querying information of IOVA regionsXie Yongji
2022-08-11vduse: Support registering userspace memory for IOVA regionsXie Yongji
2022-08-11vduse: Support using userspace pages as bounce bufferXie Yongji
2022-08-11vduse: Use memcpy_{to,from}_page() in do_bounce()Xie Yongji
2022-08-11vduse: Remove unnecessary spin lock protectionXie Yongji
2022-08-11vDPA/ifcvf: remove duplicated assignment to pointer cfgColin Ian King
2022-08-11vdpa: ifcvf: Fix spelling mistake in commentsZhang Jiaming
2022-08-11vdpa/mlx5: Use eth_broadcast_addr() to assign broadcast addressXu Qiang