Age | Commit message (Expand) | Author | Files | Lines |
2022-08-11 | vdpa/mlx5: Fix possible uninitialized return value | Eli Cohen | 1 | -1/+1 |
2022-08-11 | vdpa_sim_blk: add support for discard and write-zeroes | Stefano Garzarella | 1 | -1/+73 |
2022-08-11 | vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSH | Stefano Garzarella | 1 | -0/+5 |
2022-08-11 | vdpa_sim_blk: make vdpasim_blk_check_range usable by other requests | Stefano Garzarella | 1 | -15/+23 |
2022-08-11 | vdpa_sim_blk: check if sector is 0 for commands other than read or write | Stefano Garzarella | 1 | -0/+10 |
2022-08-11 | vdpa_sim: Implement suspend vdpa op | Eugenio Pérez | 4 | -0/+21 |
2022-08-11 | vDPA: fix 'cast to restricted le16' warnings in vdpa.c | Zhu Lingshan | 1 | -3/+3 |
2022-08-11 | vDPA: !FEATURES_OK should not block querying device config space | Zhu Lingshan | 1 | -8/+0 |
2022-08-11 | vDPA/ifcvf: support userspace to query features and MQ of a management device | Zhu Lingshan | 1 | -66/+76 |
2022-08-11 | vDPA/ifcvf: get_config_size should return a value no greater than dev impleme... | Zhu Lingshan | 2 | -2/+13 |
2022-08-11 | vdpa/mlx5: Support different address spaces for control and data | Eli Cohen | 2 | -11/+88 |
2022-08-11 | vdpa/mlx5: Implement susupend virtqueue callback | Eli Cohen | 1 | -3/+80 |
2022-08-11 | vduse: Support querying information of IOVA regions | Xie Yongji | 1 | -0/+39 |
2022-08-11 | vduse: Support registering userspace memory for IOVA regions | Xie Yongji | 1 | -0/+141 |
2022-08-11 | vduse: Support using userspace pages as bounce buffer | Xie Yongji | 2 | -8/+96 |
2022-08-11 | vduse: Use memcpy_{to,from}_page() in do_bounce() | Xie Yongji | 1 | -5/+4 |
2022-08-11 | vduse: Remove unnecessary spin lock protection | Xie Yongji | 1 | -5/+2 |
2022-08-11 | vDPA/ifcvf: remove duplicated assignment to pointer cfg | Colin Ian King | 1 | -1/+0 |
2022-08-11 | vdpa: ifcvf: Fix spelling mistake in comments | Zhang Jiaming | 1 | -1/+1 |
2022-08-11 | vdpa/mlx5: Use eth_broadcast_addr() to assign broadcast address | Xu Qiang | 1 | -1/+1 |
2022-08-11 | vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_init | Stefano Garzarella | 1 | -2/+2 |
2022-08-11 | vdpa_sim_blk: set number of address spaces and virtqueue groups | Stefano Garzarella | 1 | -0/+6 |
2022-08-11 | vdpa_sim_blk: call vringh_complete_iotlb() also in the error path | Stefano Garzarella | 1 | -5/+9 |
2022-08-11 | vdpa_sim_blk: limit the number of request handled per batch | Stefano Garzarella | 1 | -0/+10 |
2022-08-11 | vdpa_sim_blk: use dev_dbg() to print errors | Stefano Garzarella | 1 | -10/+10 |
2022-06-24 | vduse: Tie vduse mgmtdev and its device | Parav Pandit | 1 | -23/+37 |
2022-06-24 | vdpa/mlx5: Initialize CVQ vringh only once | Eli Cohen | 1 | -11/+20 |
2022-06-24 | vdpa/mlx5: Update Control VQ callback information | Eli Cohen | 1 | -0/+2 |
2022-06-08 | vduse: Fix NULL pointer dereference on sysfs access | Xie Yongji | 1 | -4/+3 |
2022-06-08 | vdpa/mlx5: clean up indenting in handle_ctrl_vlan() | Dan Carpenter | 1 | -3/+3 |
2022-06-08 | vdpa/mlx5: fix error code for deleting vlan | Dan Carpenter | 1 | -0/+1 |
2022-06-08 | vdpa/mlx5: Fix syntax errors in comments | Xiang wangx | 1 | -1/+1 |
2022-06-03 | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -25/+4 |
2022-06-01 | vdpa: ifcvf: set pci driver data in probe | Jason Wang | 1 | -1/+2 |
2022-06-01 | vdpa/mlx5: Add RX MAC VLAN filter support | Eli Cohen | 1 | -58/+216 |
2022-06-01 | vdpa/mlx5: Remove flow counter from steering | Eli Cohen | 1 | -18/+6 |
2022-05-31 | vdpasim: Off by one in vdpasim_set_group_asid() | Dan Carpenter | 1 | -1/+1 |
2022-05-31 | vdpasim: allow to enable a vq repeatedly | Eugenio Pérez | 1 | -1/+4 |
2022-05-31 | vDPA/ifcvf: fix uninitialized config_vector warning | Zhu Lingshan | 1 | -6/+6 |
2022-05-31 | vdpa/vp_vdpa : add vdpa tool support in vp_vdpa | Cindy Lu | 1 | -32/+129 |
2022-05-31 | vdpasim: control virtqueue support | Gautam Dawar | 3 | -20/+161 |
2022-05-31 | vdpa_sim: filter destination mac address | Gautam Dawar | 1 | -18/+31 |
2022-05-31 | vdpa_sim: factor out buffer completion logic | Gautam Dawar | 1 | -15/+18 |
2022-05-31 | vdpa_sim: advertise VIRTIO_NET_F_MTU | Gautam Dawar | 1 | -1/+2 |
2022-05-31 | vdpa: multiple address spaces support | Gautam Dawar | 7 | -11/+17 |
2022-05-31 | vdpa: introduce virtqueue groups | Gautam Dawar | 8 | -6/+29 |
2022-05-31 | vdpa/mlx5: Use readers/writers semaphore instead of mutex | Eli Cohen | 1 | -22/+19 |
2022-05-31 | vdpa/mlx5: Add support for reading descriptor statistics | Eli Cohen | 2 | -0/+151 |
2022-05-31 | net/vdpa: Use readers/writers semaphore instead of cf_mutex | Eli Cohen | 1 | -13/+12 |
2022-05-31 | net/vdpa: Use readers/writers semaphore instead of vdpa_dev_mutex | Eli Cohen | 1 | -32/+32 |