summaryrefslogtreecommitdiff
path: root/hw/rdma/rdma_backend.c
AgeCommit message (Expand)Author
2020-12-19hw/rdma: Replace QList by GQueueMarkus Armbruster
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-05-04lockable: Replace locks with lock guard macrosSimran Singhal
2020-03-21hw/rdma: Skip data-path mr_id translationYuval Shaia
2020-03-21hw/rdma: Cosmetic change - no need for two sge arraysYuval Shaia
2019-11-06hw/rdma: Utilize ibv_reg_mr_iova for memory registrationYuval Shaia
2019-06-06hw/rdma: Delete unused headers inclusionYuval Shaia
2019-05-04hw/rdma: Modify create/destroy QP to support SRQKamal Heib
2019-05-04hw/rdma: Add SRQ support to backend layerKamal Heib
2019-03-16hw/rdma: Use {} instead of {0}Kamal Heib
2019-03-16hw/rdma: Remove unused parameter from rdma_poll_cq()Kamal Heib
2019-03-16hw/pvrdma: Delete unneeded function argumentYuval Shaia
2019-03-16hw/rdma: Free all receive buffers when QP is destroyedYuval Shaia
2019-03-16hw/rdma: Free all MAD receive buffers when device is closedYuval Shaia
2019-03-16hw/pvrdma: Collect debugging statisticsYuval Shaia
2019-03-16hw/rdma: Protect against concurrent execution of poll_cqYuval Shaia
2019-03-16hw/rdma: Introduce protected qlistYuval Shaia
2019-03-16hw/rdma: Switch to generic error reporting wayYuval Shaia
2019-01-19hw/rdma: modify struct initializationMarcel Apfelbaum
2019-01-19hw/rdma: Verify that ptr is not NULL before freeingYuval Shaia
2019-01-19hw/rdma: Delete unused struct memberYuval Shaia
2019-01-19hw/pvrdma: Remove max-sge command-line paramYuval Shaia
2018-12-22rdma: remove unused VENDOR_ERR_NO_SGE macroPrasad J Pandit
2018-12-22rdma: check num_sge does not exceed MAX_SGEPrasad J Pandit
2018-12-22hw/pvrdma: Fill all CQE fieldsYuval Shaia
2018-12-22hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia
2018-12-22hw/rdma: Add support for MAD packetsYuval Shaia
2018-12-22hw/rdma: Abort send-op if fail to create addr handlerYuval Shaia
2018-08-18hw/rdma: Add reference to pci_dev in backend_devYuval Shaia
2018-08-18hw/rdma: Cosmetic change - move to generic functionYuval Shaia
2018-08-18hw/rdma: Delete useless structure RdmaRmUserMRYuval Shaia
2018-08-18hw/rdma: Make distinction between device init and start modesYuval Shaia
2018-05-03hw/rdma: Fix possible out of bounds access to port GID indexMarcel Apfelbaum
2018-03-23hw/rdma: Fix 32-bit compilationYuval Shaia
2018-03-23hw/rdma: Use correct print format in CHK_ATTR macroYuval Shaia
2018-03-23hw/rdma: Change host_virt to void *Yuval Shaia
2018-03-23rdma: fix up include directivesMichael S. Tsirkin
2018-03-23hw/rdma: Add Query QP operationYuval Shaia
2018-02-19hw/rdma: Implementation of generic rdma device layersYuval Shaia