index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
Commit message (
Expand
)
Author
Age
Files
Lines
*
vdpa: Consider device id larger than 31
Parav Pandit
2021-12-08
1
-1
/
+2
*
vduse: check that offset is within bounds in get_config()
Dan Carpenter
2021-12-08
1
-1
/
+2
*
vduse: fix memory corruption in vduse_dev_ioctl()
Dan Carpenter
2021-12-08
1
-1
/
+2
*
vdpa_sim: avoid putting an uninitialized iova_domain
Longpeng
2021-11-24
1
-2
/
+5
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2021-11-03
12
-55
/
+1034
|
\
|
*
vdpa/mlx5: Forward only packets with allowed MAC address
Eli Cohen
2021-11-01
1
-18
/
+58
|
*
vdpa/mlx5: Support configuration of MAC
Eli Cohen
2021-11-01
1
-5
/
+10
|
*
vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bit
Parav Pandit
2021-11-01
1
-1
/
+0
|
*
vdpa_sim_net: Enable user to set mac address and mtu
Parav Pandit
2021-11-01
1
-16
/
+19
|
*
vdpa: Enable user to set mac and mtu of vdpa device
Parav Pandit
2021-11-01
6
-7
/
+46
|
*
vdpa: Introduce query of device config layout
Parav Pandit
2021-11-01
1
-0
/
+176
|
*
vdpa: Introduce and use vdpa device get, set config helpers
Parav Pandit
2021-11-01
1
-0
/
+36
|
*
vdpa/mlx5: Propagate link status from device to vdpa driver
Eli Cohen
2021-11-01
1
-2
/
+92
|
*
vdpa/mlx5: Rename control VQ workqueue to vdpa wq
Eli Cohen
2021-11-01
2
-5
/
+5
|
*
vdpa/mlx5: Remove mtu field from vdpa net device
Eli Cohen
2021-11-01
1
-4
/
+5
|
*
eni_vdpa: add vDPA driver for Alibaba ENI
Wu Zongyong
2021-11-01
4
-0
/
+565
|
*
vdpa: add new attribute VDPA_ATTR_DEV_MIN_VQ_SIZE
Wu Zongyong
2021-11-01
1
-0
/
+5
|
*
vdpa: min vq num of vdpa device cannot be greater than max vq num
Wu Zongyong
2021-11-01
1
-0
/
+8
|
*
vp_vdpa: add vq irq offloading support
Wu Zongyong
2021-11-01
1
-0
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-28
1
-4
/
+25
|
\
|
|
*
vduse: Fix race condition between resetting and irq injecting
Xie Yongji
2021-10-22
1
-12
/
+25
|
*
vduse: Disallow injecting interrupt before DRIVER_OK is set
Xie Yongji
2021-10-22
1
-0
/
+8
*
|
RDMA/mlx5: Replace struct mlx5_core_mkey by u32 key
Aharon Landau
2021-10-19
4
-13
/
+13
*
|
RDMA/mlx5: Remove pd from struct mlx5_core_mkey
Aharon Landau
2021-10-19
1
-3
/
+0
*
|
RDMA/mlx5: Remove size from struct mlx5_core_mkey
Aharon Landau
2021-10-19
1
-1
/
+0
*
|
RDMA/mlx5: Remove iova from struct mlx5_core_mkey
Aharon Landau
2021-10-19
1
-1
/
+0
|
/
*
vdpa/mlx5: Avoid executing set_vq_ready() if device is reset
Eli Cohen
2021-09-14
1
-0
/
+3
*
vdpa/mlx5: Clear ready indication for control VQ
Eli Cohen
2021-09-14
1
-0
/
+2
*
vduse: Cleanup the old kernel states after reset failure
Xie Yongji
2021-09-14
1
-4
/
+2
*
vduse: missing error code in vduse_init()
Dan Carpenter
2021-09-14
1
-1
/
+3
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2021-09-11
16
-203
/
+3107
|
\
|
*
Documentation: Add documentation for VDUSE
Xie Yongji
2021-09-06
1
-5
/
+0
|
*
vduse: Introduce VDUSE - vDPA Device in Userspace
Xie Yongji
2021-09-06
4
-0
/
+1662
|
*
vduse: Implement an MMU-based software IOTLB
Xie Yongji
2021-09-06
2
-0
/
+618
|
*
vdpa: Support transferring virtual addressing during DMA mapping
Xie Yongji
2021-09-06
5
-5
/
+12
|
*
vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
Xie Yongji
2021-09-06
1
-3
/
+3
|
*
vdpa: Add reset callback in vdpa_config_ops
Xie Yongji
2021-09-06
4
-32
/
+76
|
*
vdpa_sim: Use iova_shift() for the size passed to alloc_iova()
Xie Yongji
2021-09-05
1
-1
/
+2
|
*
vdpa/mlx5: Add multiqueue support
Eli Cohen
2021-09-05
3
-31
/
+169
|
*
vdpa/mlx5: Add support for control VQ and MAC setting
Eli Cohen
2021-09-05
5
-32
/
+329
|
*
vdpa/mlx5: Ensure valid indices are provided
Eli Cohen
2021-09-05
2
-0
/
+55
|
*
vdpa/mlx5: Decouple virtqueue callback from struct mlx5_vdpa_virtqueue
Eli Cohen
2021-09-05
1
-8
/
+9
|
*
vdpa/mlx5: function prototype modifications in preparation to control VQ
Eli Cohen
2021-09-05
1
-19
/
+21
|
*
vdpa/mlx5: Remove redundant header file inclusion
Eli Cohen
2021-09-05
1
-1
/
+0
|
*
vDPA/ifcvf: enable multiqueue and control vq
Zhu Lingshan
2021-09-05
2
-17
/
+3
|
*
vDPA/ifcvf: detect and use the onboard number of queues directly
Zhu Lingshan
2021-09-05
3
-18
/
+21
|
*
vDPA/ifcvf: implement management netlink framework for ifcvf
Zhu Lingshan
2021-09-05
2
-35
/
+123
|
*
vDPA/ifcvf: introduce get_dev_type() which returns virtio dev id
Zhu Lingshan
2021-09-05
1
-13
/
+21
*
|
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-09-01
1
-3
/
+1
|
\
\
|
*
|
bus: Make remove callback return void
Uwe Kleine-König
2021-07-21
1
-3
/
+1
[next]