summaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)Author
2023-02-20vdpa_sim: support vendor statisticsJason Wang
2023-02-20vdpasim: customize allocation sizeJason Wang
2023-02-20vdpa_sim: switch to use __vdpa_alloc_device()Jason Wang
2023-02-20vdpa_sim: use weak barriersJason Wang
2023-02-20vdpa_sim: Implement resume vdpa opSebastien Boeuf
2023-02-20virtio: vdpa: new SolidNET DPU driver.Alvaro Karsz
2023-02-20vdpa_sim_net: Offer VIRTIO_NET_F_STATUSEugenio Pérez
2023-02-20vDPA/ifcvf: implement features provisioningZhu Lingshan
2023-02-20vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan
2023-02-20vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan
2023-02-20vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan
2023-02-20vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwZhu Lingshan
2023-02-20vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Zhu Lingshan
2023-02-20vDPA/ifcvf: decouple vq irq requester from the adapterZhu Lingshan
2023-02-20vDPA/ifcvf: decouple config IRQ releaser from the adapterZhu Lingshan
2023-02-20vDPA/ifcvf: decouple vq IRQ releasers from the adapterZhu Lingshan
2023-02-20vDPA/ifcvf: alloc the mgmt_dev before the adapterZhu Lingshan
2023-02-20vDPA/ifcvf: decouple config space ops from the adapterZhu Lingshan
2023-02-20vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan
2023-02-20vdpa/mlx5: Add RX counters to debugfsEli Cohen
2023-02-20vdpa/mlx5: Add debugfs subtreeEli Cohen
2023-02-20vdpa/mlx5: Move some definitions to a new header fileEli Cohen
2023-02-13vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-06vduse: Remove include of rwlock.hSebastian Andrzej Siewior
2023-01-27vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan
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