summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa.c
Commit message (Expand)AuthorAgeFilesLines
* vDPA: report virtio-blk flush info to user spaceZhu Lingshan2024-03-191-0/+14
* vDPA: report virtio-block read-only info to user spaceZhu Lingshan2024-03-191-0/+14
* vDPA: report virtio-block write zeroes configuration to user spaceZhu Lingshan2024-03-191-0/+23
* vDPA: report virtio-block discarding configuration to user spaceZhu Lingshan2024-03-191-0/+26
* vDPA: report virtio-block topology info to user spaceZhu Lingshan2024-03-191-0/+32
* vDPA: report virtio-block MQ info to user spaceZhu Lingshan2024-03-191-0/+16
* vDPA: report virtio-block max segments in a request to user spaceZhu Lingshan2024-03-191-0/+17
* vDPA: report virtio-block block-size to user spaceZhu Lingshan2024-03-191-0/+18
* vDPA: report virtio-block max segment size to user spaceZhu Lingshan2024-03-191-0/+17
* vDPA: report virtio-block capacity to user spaceZhu Lingshan2024-03-191-0/+35
* vdpa: make vdpa_bus constRicardo B. Marliere2024-03-191-1/+1
* vdpa: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-271-2/+2
* 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