index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
rdma
/
rdma_backend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/rdma: Add SRQ support to backend layer
Kamal Heib
2019-05-04
1
-2
/
+114
*
hw/rdma: Use {} instead of {0}
Kamal Heib
2019-03-16
1
-9
/
+9
*
hw/rdma: Remove unused parameter from rdma_poll_cq()
Kamal Heib
2019-03-16
1
-4
/
+3
*
hw/pvrdma: Delete unneeded function argument
Yuval Shaia
2019-03-16
1
-7
/
+6
*
hw/rdma: Free all receive buffers when QP is destroyed
Yuval Shaia
2019-03-16
1
-6
/
+20
*
hw/rdma: Free all MAD receive buffers when device is closed
Yuval Shaia
2019-03-16
1
-1
/
+33
*
hw/pvrdma: Collect debugging statistics
Yuval Shaia
2019-03-16
1
-17
/
+53
*
hw/rdma: Protect against concurrent execution of poll_cq
Yuval Shaia
2019-03-16
1
-0
/
+2
*
hw/rdma: Introduce protected qlist
Yuval Shaia
2019-03-16
1
-15
/
+5
*
hw/rdma: Switch to generic error reporting way
Yuval Shaia
2019-03-16
1
-209
/
+145
*
hw/rdma: modify struct initialization
Marcel Apfelbaum
2019-01-19
1
-4
/
+4
*
hw/rdma: Verify that ptr is not NULL before freeing
Yuval Shaia
2019-01-19
1
-2
/
+4
*
hw/rdma: Delete unused struct member
Yuval Shaia
2019-01-19
1
-12
/
+14
*
hw/pvrdma: Remove max-sge command-line param
Yuval Shaia
2019-01-19
1
-21
/
+2
*
rdma: remove unused VENDOR_ERR_NO_SGE macro
Prasad J Pandit
2018-12-22
1
-2
/
+1
*
rdma: check num_sge does not exceed MAX_SGE
Prasad J Pandit
2018-12-22
1
-6
/
+6
*
hw/pvrdma: Fill all CQE fields
Yuval Shaia
2018-12-22
1
-22
/
+37
*
hw/pvrdma: Add support to allow guest to configure GID table
Yuval Shaia
2018-12-22
1
-101
/
+243
*
hw/rdma: Add support for MAD packets
Yuval Shaia
2018-12-22
1
-7
/
+243
*
hw/rdma: Abort send-op if fail to create addr handler
Yuval Shaia
2018-12-22
1
-0
/
+4
*
hw/rdma: Add reference to pci_dev in backend_dev
Yuval Shaia
2018-08-18
1
-1
/
+5
*
hw/rdma: Cosmetic change - move to generic function
Yuval Shaia
2018-08-18
1
-5
/
+5
*
hw/rdma: Delete useless structure RdmaRmUserMR
Yuval Shaia
2018-08-18
1
-2
/
+1
*
hw/rdma: Make distinction between device init and start modes
Yuval Shaia
2018-08-18
1
-19
/
+77
*
hw/rdma: Fix possible out of bounds access to port GID index
Marcel Apfelbaum
2018-05-03
1
-1
/
+1
*
hw/rdma: Fix 32-bit compilation
Yuval Shaia
2018-03-23
1
-10
/
+11
*
hw/rdma: Use correct print format in CHK_ATTR macro
Yuval Shaia
2018-03-23
1
-2
/
+2
*
hw/rdma: Change host_virt to void *
Yuval Shaia
2018-03-23
1
-4
/
+4
*
rdma: fix up include directives
Michael S. Tsirkin
2018-03-23
1
-3
/
+3
*
hw/rdma: Add Query QP operation
Yuval Shaia
2018-03-23
1
-0
/
+12
*
hw/rdma: Implementation of generic rdma device layers
Yuval Shaia
2018-02-19
1
-0
/
+818