index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
Age
Commit message (
Expand
)
Author
2022-10-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-10-07
vDPA: conditionally read MTU and MAC in dev cfg space
Zhu Lingshan
2022-10-07
vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fill
Zhu Lingshan
2022-10-07
vDPA: check virtio device features to detect MQ
Zhu Lingshan
2022-10-07
vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presence
Zhu Lingshan
2022-10-07
vDPA: only report driver features if FEATURES_OK is set
Zhu Lingshan
2022-10-07
vDPA: allow userspace to query features of a vDPA device
Zhu Lingshan
2022-10-07
vp_vdpa: support feature provisioning
Jason Wang
2022-10-07
vdpa_sim_net: support feature provisioning
Jason Wang
2022-10-07
vdpa: device feature provisioning
Jason Wang
2022-10-04
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-09-27
vdpa/mlx5: Fix MQ to support non power of two num queues
Eli Cohen
2022-09-27
vduse: prevent uninitialized memory accesses
Maxime Coquelin
2022-09-27
vdpa/ifcvf: fix the calculation of queuepair
Angus Chen
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
2022-08-11
vdpa/mlx5: Fix possible uninitialized return value
Eli Cohen
2022-08-11
vdpa_sim_blk: add support for discard and write-zeroes
Stefano Garzarella
2022-08-11
vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSH
Stefano Garzarella
2022-08-11
vdpa_sim_blk: make vdpasim_blk_check_range usable by other requests
Stefano Garzarella
2022-08-11
vdpa_sim_blk: check if sector is 0 for commands other than read or write
Stefano Garzarella
2022-08-11
vdpa_sim: Implement suspend vdpa op
Eugenio Pérez
2022-08-11
vDPA: fix 'cast to restricted le16' warnings in vdpa.c
Zhu Lingshan
2022-08-11
vDPA: !FEATURES_OK should not block querying device config space
Zhu Lingshan
2022-08-11
vDPA/ifcvf: support userspace to query features and MQ of a management device
Zhu Lingshan
2022-08-11
vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...
Zhu Lingshan
2022-08-11
vdpa/mlx5: Support different address spaces for control and data
Eli Cohen
2022-08-11
vdpa/mlx5: Implement susupend virtqueue callback
Eli Cohen
2022-08-11
vduse: Support querying information of IOVA regions
Xie Yongji
2022-08-11
vduse: Support registering userspace memory for IOVA regions
Xie Yongji
2022-08-11
vduse: Support using userspace pages as bounce buffer
Xie Yongji
2022-08-11
vduse: Use memcpy_{to,from}_page() in do_bounce()
Xie Yongji
2022-08-11
vduse: Remove unnecessary spin lock protection
Xie Yongji
2022-08-11
vDPA/ifcvf: remove duplicated assignment to pointer cfg
Colin Ian King
2022-08-11
vdpa: ifcvf: Fix spelling mistake in comments
Zhang Jiaming
2022-08-11
vdpa/mlx5: Use eth_broadcast_addr() to assign broadcast address
Xu Qiang
2022-08-11
vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_init
Stefano Garzarella
2022-08-11
vdpa_sim_blk: set number of address spaces and virtqueue groups
Stefano Garzarella
2022-08-11
vdpa_sim_blk: call vringh_complete_iotlb() also in the error path
Stefano Garzarella
2022-08-11
vdpa_sim_blk: limit the number of request handled per batch
Stefano Garzarella
2022-08-11
vdpa_sim_blk: use dev_dbg() to print errors
Stefano Garzarella
2022-06-24
vduse: Tie vduse mgmtdev and its device
Parav Pandit
2022-06-24
vdpa/mlx5: Initialize CVQ vringh only once
Eli Cohen
2022-06-24
vdpa/mlx5: Update Control VQ callback information
Eli Cohen
2022-06-08
vduse: Fix NULL pointer dereference on sysfs access
Xie Yongji
2022-06-08
vdpa/mlx5: clean up indenting in handle_ctrl_vlan()
Dan Carpenter
2022-06-08
vdpa/mlx5: fix error code for deleting vlan
Dan Carpenter
2022-06-08
vdpa/mlx5: Fix syntax errors in comments
Xiang wangx
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-06-01
vdpa: ifcvf: set pci driver data in probe
Jason Wang
2022-06-01
vdpa/mlx5: Add RX MAC VLAN filter support
Eli Cohen
[next]