aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa.c
AgeCommit message (Expand)Author
2023-12-27vdpa: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-08-10vdpa: Enable strict validation for netlinks opsDragos Tatulea
2023-08-10vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length checkLin Ma
2023-08-10vdpa: Add queue index attr to vdpa_nl_policy for nlattr length checkLin Ma
2023-08-10vdpa: Add features attr to vdpa_nl_policy for nlattr length checkLin Ma
2023-02-20vdpa: validate device feature provisioning against supported classSi-Wei Liu
2023-02-20vdpa: validate provisioned device features against specified attributeSi-Wei Liu
2023-02-20vdpa: conditionally read STATUS in config spaceSi-Wei Liu
2023-02-20vdpa: fix improper error message when adding vdpa devSi-Wei Liu
2023-02-20vdpa: Fix a couple of spelling mistakes in some messagesColin Ian King
2023-02-20vdpa: set dma mask for vDPA deviceJason Wang
2022-12-28vdpa: conditionally fill max max queue pair for statsJason Wang
2022-12-28vdpa: merge functionally duplicated dev_features attributesSi-Wei Liu
2022-10-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-10-07vDPA: conditionally read MTU and MAC in dev cfg spaceZhu Lingshan
2022-10-07vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fillZhu Lingshan
2022-10-07vDPA: check virtio device features to detect MQZhu Lingshan
2022-10-07vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presenceZhu Lingshan
2022-10-07vDPA: only report driver features if FEATURES_OK is setZhu Lingshan
2022-10-07vDPA: allow userspace to query features of a vDPA deviceZhu Lingshan
2022-10-07vdpa: device feature provisioningJason Wang
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-11vDPA: fix 'cast to restricted le16' warnings in vdpa.cZhu Lingshan
2022-08-11vDPA: !FEATURES_OK should not block querying device config spaceZhu Lingshan
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-31vdpa: multiple address spaces supportGautam Dawar
2022-05-31vdpa: introduce virtqueue groupsGautam Dawar
2022-05-31net/vdpa: Use readers/writers semaphore instead of cf_mutexEli Cohen
2022-05-31net/vdpa: Use readers/writers semaphore instead of vdpa_dev_mutexEli Cohen
2022-05-31vdpa: Add support for querying vendor statisticsEli Cohen
2022-05-31vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doitEli Cohen
2022-04-22vdpa: Use helper for safer setting of driver_overrideKrzysztof Kozlowski
2022-03-28vdpa: change the type of nvqs to u32Longpeng
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu
2022-01-14vdpa: Avoid taking cf_mutex lock on get statusEli Cohen
2022-01-14vdpa: Use BIT_ULL for bit operationsEli Cohen
2022-01-14vdpa: Support reporting max device capabilitiesEli Cohen
2022-01-14vdpa: Add support for returning device configuration informationEli Cohen
2022-01-14vdpa: Allow to configure max data virtqueuesEli Cohen
2022-01-14vdpa: Read device configuration only if FEATURES_OKEli Cohen
2022-01-14vdpa: Sync calls set/get config/status with cf_mutexEli Cohen
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen
2022-01-14vdpa: add driver_override supportStefano Garzarella
2021-12-08vdpa: Consider device id larger than 31Parav Pandit
2021-11-01vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit
2021-11-01vdpa: Introduce query of device config layoutParav Pandit
2021-11-01vdpa: Introduce and use vdpa device get, set config helpersParav Pandit
2021-11-01vdpa: add new attribute VDPA_ATTR_DEV_MIN_VQ_SIZEWu Zongyong
2021-11-01vdpa: min vq num of vdpa device cannot be greater than max vq numWu Zongyong
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds