summaryrefslogtreecommitdiffstats
path: root/hw/rdma/vmw/pvrdma_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* pvrdma: wean code off pvrdma_ring.h kernel headerCornelia Huck2021-03-151-3/+3
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* hw/pvrdma: Add support for SRQKamal Heib2019-05-041-0/+147
* hw/rdma: Modify create/destroy QP to support SRQKamal Heib2019-05-041-23/+36
* hw/rdma: Fix the error prints in create_qp_rings()Kamal Heib2019-03-161-3/+3
* hw/pvrdma: Fix zero-initialization of resp in {query/modify}_qpKamal Heib2019-03-161-3/+1Star
* hw/rdma: Use {} instead of {0}Kamal Heib2019-03-161-1/+1
* hw/pvrdma: Collect debugging statisticsYuval Shaia2019-03-161-0/+2
* hw/rdma: Switch to generic error reporting wayYuval Shaia2019-03-161-84/+29Star
* pvrdma: release ring object in case of an errorPrasad J Pandit2018-12-221-11/+26
* pvrdma: check number of pages when creating ringsPrasad J Pandit2018-12-221-0/+11
* hw/pvrdma: Fill error code in command's responseYuval Shaia2018-12-221-108/+91Star
* hw/pvrdma: Make device state depend on Ethernet function stateYuval Shaia2018-12-221-1/+2
* hw/rdma: Initialize node_guid from vmxnet3 mac addressYuval Shaia2018-12-221-10/+0Star
* hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia2018-12-221-21/+34
* hw/pvrdma: Check the correct return valueYuval Shaia2018-12-221-1/+1
* hw/pvrdma: remove not needed includeMarcel Apfelbaum2018-08-181-1/+0Star
* hw/rdma: Bugfix - Support non-aligned buffersYuval Shaia2018-08-181-0/+1
* hw/pvrdma: Make default pkey 0xFFFFYuval Shaia2018-08-181-1/+1
* hw/pvrdma: Bugfix - provide the correct attr_mask to query_qpYuval Shaia2018-08-181-2/+3
* hw/rdma: Fix possible out of bounds access to GID tableYuval Shaia2018-05-031-2/+6
* hw/rdma: Fix possible munmap call on a NULL pointerMarcel Apfelbaum2018-05-031-1/+1
* hw/rdma: Fix 32-bit compilationYuval Shaia2018-03-231-4/+4
* hw/rdma: fix clang compilation errorsMarcel Apfelbaum2018-03-231-2/+3
* rdma: fix up include directivesMichael S. Tsirkin2018-03-231-4/+4
* hw/rdma: Add support for Query QP verb to pvrdma deviceYuval Shaia2018-03-231-1/+23
* hw/rdma: PVRDMA commands and data-path opsYuval Shaia2018-02-191-0/+673