aboutsummaryrefslogtreecommitdiff
path: root/hw/rdma
AgeCommit message (Expand)Author
2019-01-19hw/rdma: modify struct initializationMarcel Apfelbaum
2019-01-19hw: rdma: fix an off-by-one issueLi Qiang
2019-01-19hw/rdma: Verify that ptr is not NULL before freeingYuval Shaia
2019-01-19hw/pvrdma: Make function pvrdma_qp_send/recv return void.Yuval Shaia
2019-01-19hw/pvrdma: Post CQE when receive invalid gid indexYuval Shaia
2019-01-19hw/rdma: Delete unused struct memberYuval Shaia
2019-01-19hw/pvrdma: Remove max-sge command-line paramYuval Shaia
2018-12-22pvrdma: check return value from pvrdma_idx_ring_has_ routinesPrasad J Pandit
2018-12-22rdma: remove unused VENDOR_ERR_NO_SGE macroPrasad J Pandit
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-22pvrdma: add uar_read routinePrasad J Pandit
2018-12-22rdma: check num_sge does not exceed MAX_SGEPrasad J Pandit
2018-12-22pvrdma: release device resources in case of an errorPrasad J Pandit
2018-12-22hw/rdma: Do not call rdma_backend_del_gid on an empty gidYuval Shaia
2018-12-22hw/rdma: Do not use bitmap_zero_extend to free bitmapYuval Shaia
2018-12-22hw/pvrdma: Clean device's resource when system is shutdownYuval Shaia
2018-12-22hw/rdma: Remove unneeded code that handles more that one portYuval Shaia
2018-12-22hw/pvrdma: Fill error code in command's responseYuval Shaia
2018-12-22hw/pvrdma: Fill all CQE fieldsYuval 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: Make sure PCI function 0 is vmxnet3Yuval Shaia
2018-12-22hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia
2018-12-22hw/pvrdma: Set the correct opcode for send completionYuval Shaia
2018-12-22hw/pvrdma: Set the correct opcode for recv completionYuval Shaia
2018-12-22hw/pvrdma: Make default pkey 0xFFFFYuval Shaia
2018-12-22hw/pvrdma: Make function reset_device return voidYuval Shaia
2018-12-22hw/rdma: Add support for MAD packetsYuval Shaia
2018-12-22hw/rdma: Abort send-op if fail to create addr handlerYuval Shaia
2018-12-22hw/rdma: Return qpn 1 if ibqp is NULLYuval Shaia
2018-12-22hw/rdma: Add ability to force notification without re-armYuval Shaia
2018-12-22hw/pvrdma: Check the correct return valueYuval Shaia
2018-12-20Clean up includesMarkus Armbruster
2018-08-18config: split PVRDMA from RDMAMarcel Apfelbaum
2018-08-18hw/pvrdma: remove not needed includeMarcel Apfelbaum
2018-08-18hw/rdma: Add reference to pci_dev in backend_devYuval Shaia
2018-08-18hw/rdma: Bugfix - Support non-aligned buffersYuval Shaia
2018-08-18hw/rdma: Print backend QP number in hex formatYuval Shaia
2018-08-18hw/rdma: Cosmetic change - move to generic functionYuval Shaia
2018-08-18hw/pvrdma: Cosmetic change - indent rightYuval Shaia
2018-08-18hw/rdma: Reorder resource cleanupYuval Shaia
2018-08-18hw/rdma: Do not allocate memory for non-dma MRYuval Shaia
2018-08-18hw/rdma: Delete useless structure RdmaRmUserMRYuval Shaia
2018-08-18hw/pvrdma: Make default pkey 0xFFFFYuval Shaia
2018-08-18hw/pvrdma: Clean CQE before useYuval Shaia
2018-08-18hw/rdma: Modify debug macrosYuval Shaia
2018-08-18hw/pvrdma: Bugfix - provide the correct attr_mask to query_qpYuval Shaia
2018-08-18hw/rdma: Make distinction between device init and start modesYuval Shaia
2018-07-02hw/rdma: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé