summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
Commit message (Expand)AuthorAgeFilesLines
...
| * vdpa_sim_net: Offer VIRTIO_NET_F_STATUSEugenio Pérez2023-02-201-0/+1
| * vDPA/ifcvf: implement features provisioningZhu Lingshan2023-02-203-1/+17
| * vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan2023-02-202-8/+5
| * vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan2023-02-201-21/+13
| * vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan2023-02-202-5/+7
| * vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwZhu Lingshan2023-02-201-3/+2
| * vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Zhu Lingshan2023-02-201-12/+9
| * vDPA/ifcvf: decouple vq irq requester from the adapterZhu Lingshan2023-02-201-11/+8
| * vDPA/ifcvf: decouple config IRQ releaser from the adapterZhu Lingshan2023-02-201-12/+10
| * vDPA/ifcvf: decouple vq IRQ releasers from the adapterZhu Lingshan2023-02-201-12/+9
| * vDPA/ifcvf: alloc the mgmt_dev before the adapterZhu Lingshan2023-02-201-17/+14
| * vDPA/ifcvf: decouple config space ops from the adapterZhu Lingshan2023-02-201-16/+5
| * vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan2023-02-203-7/+4
| * vdpa/mlx5: Add RX counters to debugfsEli Cohen2023-02-204-30/+219
| * vdpa/mlx5: Add debugfs subtreeEli Cohen2023-02-204-1/+87
| * vdpa/mlx5: Move some definitions to a new header fileEli Cohen2023-02-202-44/+56
| * vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez2023-02-131-0/+2
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* | | Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-02-201-1/+0
|\ \ \ | |_|/ |/| |
| * | vduse: Remove include of rwlock.hSebastian Andrzej Siewior2023-02-061-1/+0
| |/
* / vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan2023-01-271-1/+1
|/
* vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu2022-12-281-0/+3
* vdpasim: fix memory leak when freeing IOTLBsJason Wang2022-12-281-1/+3
* vdpa: conditionally fill max max queue pair for statsJason Wang2022-12-281-5/+4
* vdpa/vp_vdpa: fix kfree a wrong pointer in vp_vdpa_removeRong Wang2022-12-281-1/+1
* vduse: Validate vq_num in vduse_validate_config()Harshit Mogalapalli2022-12-281-0/+3
* vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella2022-12-281-2/+1
* vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie2022-12-282-2/+6
* RDMA/mlx5: remove variable iColin Ian King2022-12-281-2/+0
* vdpa/mlx5: Avoid overwriting CVQ iotlbEli Cohen2022-12-283-59/+39
* vdpa/mlx5: Avoid using reslock in event_handlerEli Cohen2022-12-281-12/+4
* vdpa/mlx5: Fix wrong mac address deletionEli Cohen2022-12-281-1/+1
* vdpa/mlx5: Return error on vlan ctrl commands if not supportedEli Cohen2022-12-281-0/+3
* vdpa/mlx5: Fix rule forwarding VLAN to TIREli Cohen2022-12-281-3/+5
* vdpa: merge functionally duplicated dev_features attributesSi-Wei Liu2022-12-281-1/+1
* driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-241-1/+1
* 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