Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-07-02 | hw/rdma: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -1/+2 |
2018-05-03 | hw/rdma: Fix possible out of bounds access to regs array | Yuval Shaia | 2 | -5/+5 |
2018-05-03 | hw/rdma: Fix possible out of bounds access to GID table | Yuval Shaia | 1 | -2/+6 |
2018-05-03 | hw/rdma: Delete port's pkey table | Yuval Shaia | 1 | -15/+0 |
2018-05-03 | hw/rdma: Fix possible usage of a NULL pointer | Marcel Apfelbaum | 1 | -0/+1 |
2018-05-03 | hw/rdma: Fix possible munmap call on a NULL pointer | Marcel Apfelbaum | 1 | -1/+1 |
2018-03-23 | hw/rdma: Fix 32-bit compilation | Yuval Shaia | 5 | -23/+24 |
2018-03-23 | hw/rdma: fix clang compilation errors | Marcel Apfelbaum | 2 | -4/+5 |
2018-03-23 | rdma: fix up include directives | Michael S. Tsirkin | 6 | -27/+27 |
2018-03-23 | hw/rdma: Add support for Query QP verb to pvrdma device | Yuval Shaia | 1 | -1/+23 |
2018-02-19 | hw/rdma: Implementation of PVRDMA device | Yuval Shaia | 2 | -0/+675 |
2018-02-19 | hw/rdma: PVRDMA commands and data-path ops | Yuval Shaia | 6 | -0/+1241 |