summaryrefslogtreecommitdiff
path: root/hw/rdma/vmw/pvrdma_cmd.c
AgeCommit message (Expand)Author
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-05-04hw/pvrdma: Add support for SRQKamal Heib
2019-05-04hw/rdma: Modify create/destroy QP to support SRQKamal Heib
2019-03-16hw/rdma: Fix the error prints in create_qp_rings()Kamal Heib
2019-03-16hw/pvrdma: Fix zero-initialization of resp in {query/modify}_qpKamal Heib
2019-03-16hw/rdma: Use {} instead of {0}Kamal Heib
2019-03-16hw/pvrdma: Collect debugging statisticsYuval Shaia
2019-03-16hw/rdma: Switch to generic error reporting wayYuval Shaia
2018-12-22pvrdma: release ring object in case of an errorPrasad J Pandit
2018-12-22pvrdma: check number of pages when creating ringsPrasad J Pandit
2018-12-22hw/pvrdma: Fill error code in command's responseYuval Shaia
2018-12-22hw/pvrdma: Make device state depend on Ethernet function stateYuval Shaia
2018-12-22hw/rdma: Initialize node_guid from vmxnet3 mac addressYuval Shaia
2018-12-22hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia
2018-12-22hw/pvrdma: Check the correct return valueYuval Shaia
2018-08-18hw/pvrdma: remove not needed includeMarcel Apfelbaum
2018-08-18hw/rdma: Bugfix - Support non-aligned buffersYuval Shaia
2018-08-18hw/pvrdma: Make default pkey 0xFFFFYuval Shaia
2018-08-18hw/pvrdma: Bugfix - provide the correct attr_mask to query_qpYuval Shaia
2018-05-03hw/rdma: Fix possible out of bounds access to GID tableYuval Shaia
2018-05-03hw/rdma: Fix possible munmap call on a NULL pointerMarcel Apfelbaum
2018-03-23hw/rdma: Fix 32-bit compilationYuval Shaia
2018-03-23hw/rdma: fix clang compilation errorsMarcel Apfelbaum
2018-03-23rdma: fix up include directivesMichael S. Tsirkin
2018-03-23hw/rdma: Add support for Query QP verb to pvrdma deviceYuval Shaia
2018-02-19hw/rdma: PVRDMA commands and data-path opsYuval Shaia