summaryrefslogtreecommitdiffstats
path: root/hw/rdma/vmw
Commit message (Expand)AuthorAgeFilesLines
...
* hw/pvrdma: Fill error code in command's responseYuval Shaia2018-12-221-108/+91Star
* hw/pvrdma: Fill all CQE fieldsYuval Shaia2018-12-221-12/+19
* 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-222-11/+4Star
* hw/pvrdma: Make sure PCI function 0 is vmxnet3Yuval Shaia2018-12-222-0/+14
* hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia2018-12-224-41/+61
* hw/pvrdma: Set the correct opcode for send completionYuval Shaia2018-12-221-1/+1
* hw/pvrdma: Set the correct opcode for recv completionYuval Shaia2018-12-221-1/+2
* hw/pvrdma: Make default pkey 0xFFFFYuval Shaia2018-12-221-1/+1
* hw/pvrdma: Make function reset_device return voidYuval Shaia2018-12-221-3/+1Star
* hw/rdma: Add support for MAD packetsYuval Shaia2018-12-222-1/+5
* hw/rdma: Add ability to force notification without re-armYuval Shaia2018-12-221-2/+4
* hw/pvrdma: Check the correct return valueYuval Shaia2018-12-221-1/+1
* Clean up includesMarkus Armbruster2018-12-201-1/+0Star
* hw/pvrdma: remove not needed includeMarcel Apfelbaum2018-08-181-1/+0Star
* hw/rdma: Add reference to pci_dev in backend_devYuval Shaia2018-08-181-1/+1
* hw/rdma: Bugfix - Support non-aligned buffersYuval Shaia2018-08-181-0/+1
* hw/rdma: Print backend QP number in hex formatYuval Shaia2018-08-181-2/+2
* hw/pvrdma: Cosmetic change - indent rightYuval Shaia2018-08-181-2/+2
* hw/pvrdma: Make default pkey 0xFFFFYuval Shaia2018-08-182-1/+4
* hw/pvrdma: Clean CQE before useYuval Shaia2018-08-181-0/+1
* hw/rdma: Modify debug macrosYuval Shaia2018-08-181-0/+2
* hw/pvrdma: Bugfix - provide the correct attr_mask to query_qpYuval Shaia2018-08-181-2/+3
* hw/rdma: Make distinction between device init and start modesYuval Shaia2018-08-181-55/+74
* hw/rdma: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* hw/rdma: Fix possible out of bounds access to regs arrayYuval Shaia2018-05-032-5/+5
* hw/rdma: Fix possible out of bounds access to GID tableYuval Shaia2018-05-031-2/+6
* hw/rdma: Delete port's pkey tableYuval Shaia2018-05-031-15/+0Star
* hw/rdma: Fix possible usage of a NULL pointerMarcel Apfelbaum2018-05-031-0/+1
* hw/rdma: Fix possible munmap call on a NULL pointerMarcel Apfelbaum2018-05-031-1/+1
* hw/rdma: Fix 32-bit compilationYuval Shaia2018-03-235-23/+24
* hw/rdma: fix clang compilation errorsMarcel Apfelbaum2018-03-232-4/+5
* rdma: fix up include directivesMichael S. Tsirkin2018-03-236-27/+27
* hw/rdma: Add support for Query QP verb to pvrdma deviceYuval Shaia2018-03-231-1/+23
* hw/rdma: Implementation of PVRDMA deviceYuval Shaia2018-02-192-0/+675
* hw/rdma: PVRDMA commands and data-path opsYuval Shaia2018-02-196-0/+1241