summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa.c
Commit message (Expand)AuthorAgeFilesLines
* vdpa: Enable strict validation for netlinks opsDragos Tatulea2023-08-101-6/+0
* vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length checkLin Ma2023-08-101-0/+1
* vdpa: Add queue index attr to vdpa_nl_policy for nlattr length checkLin Ma2023-08-101-0/+1
* vdpa: Add features attr to vdpa_nl_policy for nlattr length checkLin Ma2023-08-101-0/+1
* vdpa: validate device feature provisioning against supported classSi-Wei Liu2023-02-201-9/+50
* vdpa: validate provisioned device features against specified attributeSi-Wei Liu2023-02-201-0/+18
* vdpa: conditionally read STATUS in config spaceSi-Wei Liu2023-02-201-5/+15
* vdpa: fix improper error message when adding vdpa devSi-Wei Liu2023-02-201-2/+4
* vdpa: Fix a couple of spelling mistakes in some messagesColin Ian King2023-02-201-1/+1
* vdpa: set dma mask for vDPA deviceJason Wang2023-02-201-0/+5
* vdpa: conditionally fill max max queue pair for statsJason Wang2022-12-281-5/+4
* vdpa: merge functionally duplicated dev_features attributesSi-Wei Liu2022-12-281-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-10-101-16/+57
|\
| * vDPA: conditionally read MTU and MAC in dev cfg spaceZhu Lingshan2022-10-071-8/+29
| * vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fillZhu Lingshan2022-10-071-1/+2
| * vDPA: check virtio device features to detect MQZhu Lingshan2022-10-071-1/+1
| * vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presenceZhu Lingshan2022-10-071-3/+3
| * vDPA: only report driver features if FEATURES_OK is setZhu Lingshan2022-10-071-6/+14
| * vDPA: allow userspace to query features of a vDPA deviceZhu Lingshan2022-10-071-5/+11
| * vdpa: device feature provisioningJason Wang2022-10-071-0/+5
* | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
|/
* vDPA: fix 'cast to restricted le16' warnings in vdpa.cZhu Lingshan2022-08-111-3/+3
* vDPA: !FEATURES_OK should not block querying device config spaceZhu Lingshan2022-08-111-8/+0
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-25/+4
|\
| * vdpa: Use helper for safer setting of driver_overrideKrzysztof Kozlowski2022-04-221-25/+4
* | vdpa: multiple address spaces supportGautam Dawar2022-05-311-1/+3
* | vdpa: introduce virtqueue groupsGautam Dawar2022-05-311-0/+3
* | net/vdpa: Use readers/writers semaphore instead of cf_mutexEli Cohen2022-05-311-13/+12
* | net/vdpa: Use readers/writers semaphore instead of vdpa_dev_mutexEli Cohen2022-05-311-32/+32
* | vdpa: Add support for querying vendor statisticsEli Cohen2022-05-311-0/+162
* | vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doitEli Cohen2022-05-311-4/+9
|/
* vdpa: change the type of nvqs to u32Longpeng2022-03-281-3/+3
* vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu2022-03-041-1/+1
* vdpa: Avoid taking cf_mutex lock on get statusEli Cohen2022-01-141-11/+0
* vdpa: Use BIT_ULL for bit operationsEli Cohen2022-01-141-6/+6
* vdpa: Support reporting max device capabilitiesEli Cohen2022-01-141-0/+10
* vdpa: Add support for returning device configuration informationEli Cohen2022-01-141-0/+3
* vdpa: Allow to configure max data virtqueuesEli Cohen2022-01-141-2/+13
* vdpa: Read device configuration only if FEATURES_OKEli Cohen2022-01-141-12/+33
* vdpa: Sync calls set/get config/status with cf_mutexEli Cohen2022-01-141-0/+19
* vdpa: Provide interface to read driver featuresEli Cohen2022-01-141-1/+1
* vdpa: add driver_override supportStefano Garzarella2022-01-141-0/+74
* vdpa: Consider device id larger than 31Parav Pandit2021-12-081-1/+2
* vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit2021-11-011-2/+36
* vdpa: Introduce query of device config layoutParav Pandit2021-11-011-0/+176
* vdpa: Introduce and use vdpa device get, set config helpersParav Pandit2021-11-011-0/+36
* vdpa: add new attribute VDPA_ATTR_DEV_MIN_VQ_SIZEWu Zongyong2021-11-011-0/+5
* vdpa: min vq num of vdpa device cannot be greater than max vq numWu Zongyong2021-11-011-0/+8
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-111-1/+8
|\
| * vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-061-1/+8