aboutsummaryrefslogtreecommitdiff
path: root/hw/rdma
AgeCommit message (Expand)AuthorFilesLines
2018-12-22hw/pvrdma: Clean device's resource when system is shutdownYuval Shaia2-0/+17
2018-12-22hw/rdma: Remove unneeded code that handles more that one portYuval Shaia3-21/+19
2018-12-22hw/pvrdma: Fill error code in command's responseYuval Shaia1-108/+91
2018-12-22hw/pvrdma: Fill all CQE fieldsYuval Shaia3-36/+58
2018-12-22hw/pvrdma: Make device state depend on Ethernet function stateYuval Shaia1-1/+2
2018-12-22hw/rdma: Initialize node_guid from vmxnet3 mac addressYuval Shaia3-11/+13
2018-12-22hw/pvrdma: Make sure PCI function 0 is vmxnet3Yuval Shaia2-0/+14
2018-12-22hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia11-163/+462
2018-12-22hw/pvrdma: Set the correct opcode for send completionYuval Shaia1-1/+1
2018-12-22hw/pvrdma: Set the correct opcode for recv completionYuval Shaia1-1/+2
2018-12-22hw/pvrdma: Make default pkey 0xFFFFYuval Shaia1-1/+1
2018-12-22hw/pvrdma: Make function reset_device return voidYuval Shaia1-3/+1
2018-12-22hw/rdma: Add support for MAD packetsYuval Shaia5-10/+260
2018-12-22hw/rdma: Abort send-op if fail to create addr handlerYuval Shaia1-0/+4
2018-12-22hw/rdma: Return qpn 1 if ibqp is NULLYuval Shaia1-1/+1
2018-12-22hw/rdma: Add ability to force notification without re-armYuval Shaia3-5/+21
2018-12-22hw/pvrdma: Check the correct return valueYuval Shaia1-1/+1
2018-12-20Clean up includesMarkus Armbruster3-2/+1
2018-08-18config: split PVRDMA from RDMAMarcel Apfelbaum1-1/+1
2018-08-18hw/pvrdma: remove not needed includeMarcel Apfelbaum1-1/+0
2018-08-18hw/rdma: Add reference to pci_dev in backend_devYuval Shaia3-3/+7
2018-08-18hw/rdma: Bugfix - Support non-aligned buffersYuval Shaia2-0/+3
2018-08-18hw/rdma: Print backend QP number in hex formatYuval Shaia2-4/+4
2018-08-18hw/rdma: Cosmetic change - move to generic functionYuval Shaia1-5/+5
2018-08-18hw/pvrdma: Cosmetic change - indent rightYuval Shaia1-2/+2
2018-08-18hw/rdma: Reorder resource cleanupYuval Shaia1-1/+2
2018-08-18hw/rdma: Do not allocate memory for non-dma MRYuval Shaia1-31/+21
2018-08-18hw/rdma: Delete useless structure RdmaRmUserMRYuval Shaia3-17/+12
2018-08-18hw/pvrdma: Make default pkey 0xFFFFYuval Shaia2-1/+4
2018-08-18hw/pvrdma: Clean CQE before useYuval Shaia1-0/+1
2018-08-18hw/rdma: Modify debug macrosYuval Shaia3-4/+18
2018-08-18hw/pvrdma: Bugfix - provide the correct attr_mask to query_qpYuval Shaia1-2/+3
2018-08-18hw/rdma: Make distinction between device init and start modesYuval Shaia4-75/+155
2018-07-02hw/rdma: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
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