Age | Commit message (Expand) | Author | Files | Lines |
2019-05-04 | hw/rdma: Modify create/destroy QP to support SRQ | Kamal Heib | 1 | -3/+19 |
2019-05-04 | hw/rdma: Add support for managing SRQ resource | Kamal Heib | 1 | -0/+93 |
2019-05-04 | hw/rdma: Add SRQ support to backend layer | Kamal Heib | 1 | -0/+2 |
2019-03-16 | hw/rdma: Free all receive buffers when QP is destroyed | Yuval Shaia | 1 | -1/+1 |
2019-03-16 | {hmp, hw/pvrdma}: Expose device internals via monitor interface | Yuval Shaia | 1 | -0/+53 |
2019-03-16 | hw/pvrdma: Collect debugging statistics | Yuval Shaia | 1 | -0/+7 |
2019-03-16 | hw/rdma: Protect against concurrent execution of poll_cq | Yuval Shaia | 1 | -0/+4 |
2019-03-16 | hw/rdma: Switch to generic error reporting way | Yuval Shaia | 1 | -78/+52 |
2019-01-19 | hw: rdma: fix an off-by-one issue | Li Qiang | 1 | -1/+1 |
2019-01-19 | hw/rdma: Verify that ptr is not NULL before freeing | Yuval Shaia | 1 | -1/+6 |
2018-12-22 | hw/rdma: Do not call rdma_backend_del_gid on an empty gid | Yuval Shaia | 1 | -0/+4 |
2018-12-22 | hw/rdma: Do not use bitmap_zero_extend to free bitmap | Yuval Shaia | 1 | -1/+1 |
2018-12-22 | hw/rdma: Remove unneeded code that handles more that one port | Yuval Shaia | 1 | -18/+16 |
2018-12-22 | hw/pvrdma: Add support to allow guest to configure GID table | Yuval Shaia | 1 | -4/+100 |
2018-12-22 | hw/rdma: Add ability to force notification without re-arm | Yuval Shaia | 1 | -2/+10 |
2018-08-18 | hw/rdma: Bugfix - Support non-aligned buffers | Yuval Shaia | 1 | -0/+2 |
2018-08-18 | hw/rdma: Print backend QP number in hex format | Yuval Shaia | 1 | -2/+2 |
2018-08-18 | hw/rdma: Reorder resource cleanup | Yuval Shaia | 1 | -1/+2 |
2018-08-18 | hw/rdma: Do not allocate memory for non-dma MR | Yuval Shaia | 1 | -31/+21 |
2018-08-18 | hw/rdma: Delete useless structure RdmaRmUserMR | Yuval Shaia | 1 | -8/+8 |
2018-05-03 | hw/rdma: Delete duplicate definition of MAX_RM_TBL_NAME | Yuval Shaia | 1 | -2/+0 |
2018-03-23 | hw/rdma: Fix 32-bit compilation | Yuval Shaia | 1 | -2/+2 |
2018-03-23 | hw/rdma: Change host_virt to void * | Yuval Shaia | 1 | -5/+5 |
2018-03-23 | rdma: fix up include directives | Michael S. Tsirkin | 1 | -3/+3 |
2018-03-23 | hw/rdma: Add Query QP operation | Yuval Shaia | 1 | -0/+18 |
2018-02-19 | hw/rdma: Implementation of generic rdma device layers | Yuval Shaia | 1 | -0/+544 |