aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11nfp: fix use-after-free in area_cache_get()Jialiang Wang1-1/+2
2022-08-11mlxsw: minimal: Fix deadlock in ports creationVadim Pasternak1-7/+0
2022-08-11bonding: fix reference count leak in balance-alb modeJay Vosburgh1-1/+4
2022-08-11dm bufio: fix some cases where the code sleeps with spinlock heldMikulas Patocka1-1/+9
2022-08-11net: usb: qmi_wwan: Add support for Cinterion MV32Slark Xiao1-0/+2
2022-08-11vdpa/mlx5: Fix possible uninitialized return valueEli Cohen1-1/+1
2022-08-11i2c: microchip-corei2c: fix erroneous late ack sendConor Dooley1-1/+1
2022-08-11i2c: qcom-geni: Fix GPI DMA buffer sync-backRobin Reckmann1-2/+3
2022-08-11nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S70Dennis P. Kliem1-0/+2
2022-08-11vdpa_sim_blk: add support for discard and write-zeroesStefano Garzarella1-1/+73
2022-08-11vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSHStefano Garzarella1-0/+5
2022-08-11vdpa_sim_blk: make vdpasim_blk_check_range usable by other requestsStefano Garzarella1-15/+23
2022-08-11vdpa_sim_blk: check if sector is 0 for commands other than read or writeStefano Garzarella1-0/+10
2022-08-11vdpa_sim: Implement suspend vdpa opEugenio Pérez4-0/+21
2022-08-11vhost-vdpa: uAPI to suspend the deviceEugenio Pérez1-0/+19
2022-08-11vhost-vdpa: introduce SUSPEND backend feature bitEugenio Pérez1-1/+15
2022-08-11virtio-blk: Avoid use-after-free on suspend/resumeShigeru Yoshida1-14/+10
2022-08-11virtio_vdpa: support the arg sizes of find_vqs()Bo Liu1-6/+9
2022-08-11vhost-vdpa: Call ida_simple_remove() when failedBo Liu1-0/+1
2022-08-11vDPA: fix 'cast to restricted le16' warnings in vdpa.cZhu Lingshan1-3/+3
2022-08-11vDPA: !FEATURES_OK should not block querying device config spaceZhu Lingshan1-8/+0
2022-08-11vDPA/ifcvf: support userspace to query features and MQ of a management deviceZhu Lingshan1-66/+76
2022-08-11vDPA/ifcvf: get_config_size should return a value no greater than dev implementationZhu Lingshan2-2/+13
2022-08-11vhost scsi: Allow user to control num virtqueuesMike Christie1-24/+61
2022-08-11vhost-scsi: Fix max number of virtqueuesMike Christie1-1/+1
2022-08-11vdpa/mlx5: Support different address spaces for control and dataEli Cohen2-11/+88
2022-08-11vdpa/mlx5: Implement susupend virtqueue callbackEli Cohen1-3/+80
2022-08-11vduse: Support querying information of IOVA regionsXie Yongji1-0/+39
2022-08-11vduse: Support registering userspace memory for IOVA regionsXie Yongji1-0/+141
2022-08-11vduse: Support using userspace pages as bounce bufferXie Yongji2-8/+96
2022-08-11vduse: Use memcpy_{to,from}_page() in do_bounce()Xie Yongji1-5/+4
2022-08-11vduse: Remove unnecessary spin lock protectionXie Yongji1-5/+2
2022-08-11net: virtio_net: notifications coalescing supportAlvaro Karsz1-15/+96
2022-08-11virtio: Check dev_set_name() return valueBo Liu1-1/+3
2022-08-11vDPA/ifcvf: remove duplicated assignment to pointer cfgColin Ian King1-1/+0
2022-08-11vdpa: ifcvf: Fix spelling mistake in commentsZhang Jiaming1-1/+1
2022-08-11vdpa/mlx5: Use eth_broadcast_addr() to assign broadcast addressXu Qiang1-1/+1
2022-08-11vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_initStefano Garzarella1-2/+2
2022-08-11vdpa_sim_blk: set number of address spaces and virtqueue groupsStefano Garzarella1-0/+6
2022-08-11vdpa_sim_blk: call vringh_complete_iotlb() also in the error pathStefano Garzarella1-5/+9
2022-08-11vdpa_sim_blk: limit the number of request handled per batchStefano Garzarella1-0/+10
2022-08-11vdpa_sim_blk: use dev_dbg() to print errorsStefano Garzarella1-10/+10
2022-08-11virtio_net: support set_ringparamXuan Zhuo1-0/+48
2022-08-11virtio_net: support tx queue resizeXuan Zhuo1-0/+50
2022-08-11virtio_net: support rx queue resizeXuan Zhuo1-0/+25
2022-08-11virtio_net: split free_unused_bufs()Xuan Zhuo1-16/+25
2022-08-11virtio_net: get ringparam by virtqueue_get_vring_max_size()Xuan Zhuo1-4/+4
2022-08-11virtio_net: set the default max ring size by find_vqs()Xuan Zhuo1-4/+38
2022-08-11virtio_mmio: support the arg sizes of find_vqs()Xuan Zhuo1-2/+6
2022-08-11virtio_pci: support the arg sizes of find_vqs()Xuan Zhuo4-12/+23