summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vdpa: support set mac address from vdpa toolCindy Lu2024-09-101-0/+79
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* | vDPA: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-091-0/+1
|/
* vdpa: Convert sprintf/snprintf to sysfs_emitLi Zhijian2024-05-221-1/+1
* vDPA: code clean for vhost_vdpa uapiZhu Lingshan2024-04-221-3/+3
* 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-211-9/+50
* vdpa: validate provisioned device features against specified attributeSi-Wei Liu2023-02-211-0/+18
* vdpa: conditionally read STATUS in config spaceSi-Wei Liu2023-02-211-5/+15
* vdpa: fix improper error message when adding vdpa devSi-Wei Liu2023-02-211-2/+4
* vdpa: Fix a couple of spelling mistakes in some messagesColin Ian King2023-02-211-1/+1
* vdpa: set dma mask for vDPA deviceJason Wang2023-02-211-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-081-8/+29
| * vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fillZhu Lingshan2022-10-081-1/+2
| * vDPA: check virtio device features to detect MQZhu Lingshan2022-10-081-1/+1
| * vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presenceZhu Lingshan2022-10-081-3/+3
| * vDPA: only report driver features if FEATURES_OK is setZhu Lingshan2022-10-081-6/+14
| * vDPA: allow userspace to query features of a vDPA deviceZhu Lingshan2022-10-081-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