index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
rdma
/
rdma_backend.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-21
hw/rdma: Skip data-path mr_id translation
Yuval Shaia
1
-7
/
+14
2020-03-21
hw/rdma: Cosmetic change - no need for two sge arrays
Yuval Shaia
1
-24
/
+16
2019-11-06
hw/rdma: Utilize ibv_reg_mr_iova for memory registration
Yuval Shaia
1
-0
/
+13
2019-06-06
hw/rdma: Delete unused headers inclusion
Yuval Shaia
1
-7
/
+0
2019-05-04
hw/rdma: Modify create/destroy QP to support SRQ
Kamal Heib
1
-3
/
+6
2019-05-04
hw/rdma: Add SRQ support to backend layer
Kamal Heib
1
-2
/
+114
2019-03-16
hw/rdma: Use {} instead of {0}
Kamal Heib
1
-9
/
+9
2019-03-16
hw/rdma: Remove unused parameter from rdma_poll_cq()
Kamal Heib
1
-4
/
+3
2019-03-16
hw/pvrdma: Delete unneeded function argument
Yuval Shaia
1
-7
/
+6
2019-03-16
hw/rdma: Free all receive buffers when QP is destroyed
Yuval Shaia
1
-6
/
+20
2019-03-16
hw/rdma: Free all MAD receive buffers when device is closed
Yuval Shaia
1
-1
/
+33
2019-03-16
hw/pvrdma: Collect debugging statistics
Yuval Shaia
1
-17
/
+53
2019-03-16
hw/rdma: Protect against concurrent execution of poll_cq
Yuval Shaia
1
-0
/
+2
2019-03-16
hw/rdma: Introduce protected qlist
Yuval Shaia
1
-15
/
+5
2019-03-16
hw/rdma: Switch to generic error reporting way
Yuval Shaia
1
-209
/
+145
2019-01-19
hw/rdma: modify struct initialization
Marcel Apfelbaum
1
-4
/
+4
2019-01-19
hw/rdma: Verify that ptr is not NULL before freeing
Yuval Shaia
1
-2
/
+4
2019-01-19
hw/rdma: Delete unused struct member
Yuval Shaia
1
-12
/
+14
2019-01-19
hw/pvrdma: Remove max-sge command-line param
Yuval Shaia
1
-21
/
+2
2018-12-22
rdma: remove unused VENDOR_ERR_NO_SGE macro
Prasad J Pandit
1
-2
/
+1
2018-12-22
rdma: check num_sge does not exceed MAX_SGE
Prasad J Pandit
1
-6
/
+6
2018-12-22
hw/pvrdma: Fill all CQE fields
Yuval Shaia
1
-22
/
+37
2018-12-22
hw/pvrdma: Add support to allow guest to configure GID table
Yuval Shaia
1
-101
/
+243
2018-12-22
hw/rdma: Add support for MAD packets
Yuval Shaia
1
-7
/
+243
2018-12-22
hw/rdma: Abort send-op if fail to create addr handler
Yuval Shaia
1
-0
/
+4
2018-08-18
hw/rdma: Add reference to pci_dev in backend_dev
Yuval Shaia
1
-1
/
+5
2018-08-18
hw/rdma: Cosmetic change - move to generic function
Yuval Shaia
1
-5
/
+5
2018-08-18
hw/rdma: Delete useless structure RdmaRmUserMR
Yuval Shaia
1
-2
/
+1
2018-08-18
hw/rdma: Make distinction between device init and start modes
Yuval Shaia
1
-19
/
+77
2018-05-03
hw/rdma: Fix possible out of bounds access to port GID index
Marcel Apfelbaum
1
-1
/
+1
2018-03-23
hw/rdma: Fix 32-bit compilation
Yuval Shaia
1
-10
/
+11
2018-03-23
hw/rdma: Use correct print format in CHK_ATTR macro
Yuval Shaia
1
-2
/
+2
2018-03-23
hw/rdma: Change host_virt to void *
Yuval Shaia
1
-4
/
+4
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
/
+12
2018-02-19
hw/rdma: Implementation of generic rdma device layers
Yuval Shaia
1
-0
/
+818