index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
Age
Commit message (
Expand
)
Author
Lines
2022-06-24
vduse: Tie vduse mgmtdev and its device
Parav Pandit
-23
/
+37
2022-06-24
vdpa/mlx5: Initialize CVQ vringh only once
Eli Cohen
-11
/
+20
2022-06-24
vdpa/mlx5: Update Control VQ callback information
Eli Cohen
-0
/
+2
2022-06-08
vduse: Fix NULL pointer dereference on sysfs access
Xie Yongji
-4
/
+3
2022-06-08
vdpa/mlx5: clean up indenting in handle_ctrl_vlan()
Dan Carpenter
-3
/
+3
2022-06-08
vdpa/mlx5: fix error code for deleting vlan
Dan Carpenter
-0
/
+1
2022-06-08
vdpa/mlx5: Fix syntax errors in comments
Xiang wangx
-1
/
+1
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-25
/
+4
2022-06-01
vdpa: ifcvf: set pci driver data in probe
Jason Wang
-1
/
+2
2022-06-01
vdpa/mlx5: Add RX MAC VLAN filter support
Eli Cohen
-58
/
+216
2022-06-01
vdpa/mlx5: Remove flow counter from steering
Eli Cohen
-18
/
+6
2022-05-31
vdpasim: Off by one in vdpasim_set_group_asid()
Dan Carpenter
-1
/
+1
2022-05-31
vdpasim: allow to enable a vq repeatedly
Eugenio Pérez
-1
/
+4
2022-05-31
vDPA/ifcvf: fix uninitialized config_vector warning
Zhu Lingshan
-6
/
+6
2022-05-31
vdpa/vp_vdpa : add vdpa tool support in vp_vdpa
Cindy Lu
-32
/
+129
2022-05-31
vdpasim: control virtqueue support
Gautam Dawar
-20
/
+161
2022-05-31
vdpa_sim: filter destination mac address
Gautam Dawar
-18
/
+31
2022-05-31
vdpa_sim: factor out buffer completion logic
Gautam Dawar
-15
/
+18
2022-05-31
vdpa_sim: advertise VIRTIO_NET_F_MTU
Gautam Dawar
-1
/
+2
2022-05-31
vdpa: multiple address spaces support
Gautam Dawar
-11
/
+17
2022-05-31
vdpa: introduce virtqueue groups
Gautam Dawar
-6
/
+29
2022-05-31
vdpa/mlx5: Use readers/writers semaphore instead of mutex
Eli Cohen
-22
/
+19
2022-05-31
vdpa/mlx5: Add support for reading descriptor statistics
Eli Cohen
-0
/
+151
2022-05-31
net/vdpa: Use readers/writers semaphore instead of cf_mutex
Eli Cohen
-13
/
+12
2022-05-31
net/vdpa: Use readers/writers semaphore instead of vdpa_dev_mutex
Eli Cohen
-32
/
+32
2022-05-31
vdpa: Add support for querying vendor statistics
Eli Cohen
-0
/
+162
2022-05-31
vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doit
Eli Cohen
-4
/
+9
2022-05-18
vdpa/mlx5: Use consistent RQT size
Eli Cohen
-40
/
+21
2022-04-22
vdpa: Use helper for safer setting of driver_override
Krzysztof Kozlowski
-25
/
+4
2022-04-05
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-21
/
+41
2022-03-31
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-127
/
+428
2022-03-30
vdpa: mlx5: synchronize driver status with CVQ
Jason Wang
-14
/
+37
2022-03-30
vdpa: mlx5: prevent cvq work from hogging CPU
Jason Wang
-12
/
+9
2022-03-28
vdpa/mlx5: Avoid processing works if workqueue was destroyed
Eli Cohen
-2
/
+5
2022-03-28
vdpa: change the type of nvqs to u32
Longpeng
-3
/
+3
2022-03-28
vdpa/mlx5: re-create forwarding rules after mac modified
Michael Qiu
-1
/
+44
2022-03-28
net/mlx5: Add support for configuring max device MTU
Eli Cohen
-1
/
+31
2022-03-28
vDPA/ifcvf: cacheline alignment for ifcvf_hw
Zhu Lingshan
-9
/
+5
2022-03-28
vDPA/ifcvf: implement shared IRQ feature
Zhu Lingshan
-57
/
+300
2022-03-28
vDPA/ifcvf: implement device MSIX vector allocator
Zhu Lingshan
-5
/
+26
2022-03-28
vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvf
Zhu Lingshan
-71
/
+36
2022-03-24
Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+11
2022-03-06
vdpa: fix use-after-free on vp_vdpa_remove
Zhang Min
-1
/
+1
2022-03-04
vduse: Fix returning wrong type in vduse_domain_alloc_iova()
Xie Yongji
-1
/
+1
2022-03-04
vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command
Si-Wei Liu
-0
/
+16
2022-03-04
vdpa/mlx5: should verify CTRL_VQ feature exists for MQ
Si-Wei Liu
-2
/
+16
2022-03-04
vdpa: factor out vdpa_set_features_unlocked for vdpa internal use
Si-Wei Liu
-1
/
+1
2022-02-14
iommu/iova: Separate out rcache init
John Garry
-0
/
+11
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-145
/
+350
2022-01-14
vdpa/mlx5: Fix tracking of current number of VQs
Eli Cohen
-4
/
+8
[next]