| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2022-01-18 | 10 | -145/+350 |
|\ |
|
| * | vdpa/mlx5: Fix tracking of current number of VQs | Eli Cohen | 2022-01-15 | 1 | -4/+8 |
| * | vdpa/mlx5: Fix is_index_valid() to refer to features | Eli Cohen | 2022-01-15 | 1 | -3/+7 |
| * | vdpa: Avoid taking cf_mutex lock on get status | Eli Cohen | 2022-01-15 | 1 | -11/+0 |
| * | vdpa/vdpa_sim_net: Report max device capabilities | Eli Cohen | 2022-01-15 | 1 | -0/+1 |
| * | vdpa: Use BIT_ULL for bit operations | Eli Cohen | 2022-01-15 | 1 | -6/+6 |
| * | vdpa/vdpa_sim: Configure max supported virtqueues | Eli Cohen | 2022-01-15 | 1 | -0/+1 |
| * | vdpa/mlx5: Report max device capabilities | Eli Cohen | 2022-01-15 | 1 | -12/+23 |
| * | vdpa: Support reporting max device capabilities | Eli Cohen | 2022-01-15 | 1 | -0/+10 |
| * | vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps() | Eli Cohen | 2022-01-15 | 1 | -1/+3 |
| * | vdpa: Add support for returning device configuration information | Eli Cohen | 2022-01-15 | 1 | -0/+3 |
| * | vdpa/mlx5: Support configuring max data virtqueue | Eli Cohen | 2022-01-15 | 1 | -14/+40 |
| * | vdpa/mlx5: Fix config_attr_mask assignment | Eli Cohen | 2022-01-15 | 1 | -1/+1 |
| * | vdpa: Allow to configure max data virtqueues | Eli Cohen | 2022-01-15 | 1 | -2/+13 |
| * | vdpa: Read device configuration only if FEATURES_OK | Eli Cohen | 2022-01-15 | 1 | -12/+33 |
| * | vdpa: Sync calls set/get config/status with cf_mutex | Eli Cohen | 2022-01-15 | 1 | -0/+19 |
| * | vdpa/mlx5: Distribute RX virtqueues in RQT object | Eli Cohen | 2022-01-15 | 1 | -23/+7 |
| * | vdpa: Provide interface to read driver features | Eli Cohen | 2022-01-15 | 7 | -27/+76 |
| * | vdpa/mlx5: Fix wrong configuration of virtio_version_1_0 | Eli Cohen | 2022-01-15 | 1 | -2/+0 |
| * | eni_vdpa: Simplify 'eni_vdpa_probe()' | Christophe JAILLET | 2022-01-15 | 1 | -12/+0 |
| * | net/mlx5_vdpa: Offer VIRTIO_NET_F_MTU when setting MTU | Eli Cohen | 2022-01-15 | 1 | -0/+1 |
| * | vdpa: add driver_override support | Stefano Garzarella | 2022-01-15 | 1 | -0/+74 |
| * | ifcvf/vDPA: fix misuse virtio-net device config size for blk dev | Zhu Lingshan | 2022-01-15 | 3 | -33/+41 |
| * | vduse: moving kvfree into caller | Guanjun | 2022-01-15 | 1 | -1/+2 |
* | | Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-01-13 | 1 | -8/+0 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into next | Joerg Roedel | 2022-01-04 | 1 | -8/+0 |
| |\ \ \
| | |_|/
| |/| | |
|
| | | * | iommu/iova: Move fast alloc size roundup into alloc_iova_fast() | John Garry via iommu | 2021-12-17 | 1 | -8/+0 |
| | |/ |
|
* | | | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-01-12 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | vdpa/mlx5: Use auxiliary_device driver data helpers | David E. Box | 2021-12-22 | 1 | -2/+2 |
* | | | 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-25 | 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 |