summaryrefslogtreecommitdiff
path: root/hw/rdma
AgeCommit message (Expand)AuthorFilesLines
2018-05-03hw/rdma: Fix possible out of bounds access to port GID indexMarcel Apfelbaum1-1/+1
2018-05-03hw/rdma: Delete duplicate definition of MAX_RM_TBL_NAMEYuval Shaia2-4/+2
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 Shaia2-3/+7
2018-05-03hw/rdma: Delete port's pkey tableYuval Shaia2-17/+1
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 Shaia8-38/+40
2018-03-23hw/rdma: Use correct print format in CHK_ATTR macroYuval Shaia1-2/+2
2018-03-23hw/rdma: Change host_virt to void *Yuval Shaia4-11/+11
2018-03-23hw/rdma: fix clang compilation errorsMarcel Apfelbaum2-4/+5
2018-03-23rdma: fix up include directivesMichael S. Tsirkin12-39/+39
2018-03-23hw/rdma: Add support for Query QP verb to pvrdma deviceYuval Shaia1-1/+23
2018-03-23hw/rdma: Add Query QP operationYuval Shaia4-0/+35
2018-02-19hw/rdma: Implementation of PVRDMA deviceYuval Shaia3-1/+676
2018-02-19hw/rdma: PVRDMA commands and data-path opsYuval Shaia7-0/+1243
2018-02-19hw/rdma: Implementation of generic rdma device layersYuval Shaia6-1/+1535
2018-02-19hw/rdma: Definitions for rdma device and rdma resource managerYuval Shaia2-0/+166
2018-02-19hw/rdma: Add wrappers and macrosYuval Shaia3-0/+97