summaryrefslogtreecommitdiff
path: root/hw/rdma/vmw
AgeCommit message (Expand)AuthorFilesLines
2018-05-03hw/rdma: Fix possible out of bounds access to regs arrayYuval Shaia2-5/+5
2018-05-03hw/rdma: Fix possible out of bounds access to GID tableYuval Shaia1-2/+6
2018-05-03hw/rdma: Delete port's pkey tableYuval Shaia1-15/+0
2018-05-03hw/rdma: Fix possible usage of a NULL pointerMarcel Apfelbaum1-0/+1
2018-05-03hw/rdma: Fix possible munmap call on a NULL pointerMarcel Apfelbaum1-1/+1
2018-03-23hw/rdma: Fix 32-bit compilationYuval Shaia5-23/+24
2018-03-23hw/rdma: fix clang compilation errorsMarcel Apfelbaum2-4/+5
2018-03-23rdma: fix up include directivesMichael S. Tsirkin6-27/+27
2018-03-23hw/rdma: Add support for Query QP verb to pvrdma deviceYuval Shaia1-1/+23
2018-02-19hw/rdma: Implementation of PVRDMA deviceYuval Shaia2-0/+675
2018-02-19hw/rdma: PVRDMA commands and data-path opsYuval Shaia6-0/+1241