Age | Commit message (Expand) | Author |
2023-08-10 | vdpa: Enable strict validation for netlinks ops | Dragos Tatulea |
2023-08-10 | vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check | Lin Ma |
2023-08-10 | vdpa: Add queue index attr to vdpa_nl_policy for nlattr length check | Lin Ma |
2023-08-10 | vdpa: Add features attr to vdpa_nl_policy for nlattr length check | Lin Ma |
2023-02-20 | vdpa: validate device feature provisioning against supported class | Si-Wei Liu |
2023-02-20 | vdpa: validate provisioned device features against specified attribute | Si-Wei Liu |
2023-02-20 | vdpa: conditionally read STATUS in config space | Si-Wei Liu |
2023-02-20 | vdpa: fix improper error message when adding vdpa dev | Si-Wei Liu |
2023-02-20 | vdpa: Fix a couple of spelling mistakes in some messages | Colin Ian King |
2023-02-20 | vdpa: set dma mask for vDPA device | Jason Wang |
2022-12-28 | vdpa: conditionally fill max max queue pair for stats | Jason Wang |
2022-12-28 | vdpa: merge functionally duplicated dev_features attributes | Si-Wei Liu |
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 | vdpa: device feature provisioning | Jason Wang |
2022-08-29 | genetlink: start to validate reserved header bytes | Jakub Kicinski |
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-06-03 | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-05-31 | vdpa: multiple address spaces support | Gautam Dawar |
2022-05-31 | vdpa: introduce virtqueue groups | Gautam Dawar |
2022-05-31 | net/vdpa: Use readers/writers semaphore instead of cf_mutex | Eli Cohen |
2022-05-31 | net/vdpa: Use readers/writers semaphore instead of vdpa_dev_mutex | Eli Cohen |
2022-05-31 | vdpa: Add support for querying vendor statistics | Eli Cohen |
2022-05-31 | vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doit | Eli Cohen |
2022-04-22 | vdpa: Use helper for safer setting of driver_override | Krzysztof Kozlowski |
2022-03-28 | vdpa: change the type of nvqs to u32 | Longpeng |
2022-03-04 | vdpa: factor out vdpa_set_features_unlocked for vdpa internal use | Si-Wei Liu |
2022-01-14 | vdpa: Avoid taking cf_mutex lock on get status | Eli Cohen |
2022-01-14 | vdpa: Use BIT_ULL for bit operations | Eli Cohen |
2022-01-14 | vdpa: Support reporting max device capabilities | Eli Cohen |
2022-01-14 | vdpa: Add support for returning device configuration information | Eli Cohen |
2022-01-14 | vdpa: Allow to configure max data virtqueues | Eli Cohen |
2022-01-14 | vdpa: Read device configuration only if FEATURES_OK | Eli Cohen |
2022-01-14 | vdpa: Sync calls set/get config/status with cf_mutex | Eli Cohen |
2022-01-14 | vdpa: Provide interface to read driver features | Eli Cohen |
2022-01-14 | vdpa: add driver_override support | Stefano Garzarella |
2021-12-08 | vdpa: Consider device id larger than 31 | Parav Pandit |
2021-11-01 | vdpa: Enable user to set mac and mtu of vdpa device | Parav Pandit |
2021-11-01 | vdpa: Introduce query of device config layout | Parav Pandit |
2021-11-01 | vdpa: Introduce and use vdpa device get, set config helpers | Parav Pandit |
2021-11-01 | vdpa: add new attribute VDPA_ATTR_DEV_MIN_VQ_SIZE | Wu Zongyong |
2021-11-01 | vdpa: min vq num of vdpa device cannot be greater than max vq num | Wu Zongyong |
2021-09-11 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2021-09-06 | vdpa: Support transferring virtual addressing during DMA mapping | Xie Yongji |