index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
rdma
/
vmw
/
pvrdma_cmd.c
Age
Commit message (
Expand
)
Author
2023-10-21
hw/rdma/vmw/pvrdma_cmd: Use correct struct in query_port()
Peter Maydell
2023-01-16
hw/pvrdma: Protect against buggy or malicious guest driver
Yuval Shaia
2022-12-14
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
2022-12-14
Drop more useless casts from void * to pointer
Markus Armbruster
2021-07-04
hw/rdma: Fix possible mremap overflow in the pvrdma device (CVE-2021-3582)
Marcel Apfelbaum
2021-03-15
pvrdma: wean code off pvrdma_ring.h kernel header
Cornelia Huck
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-05-04
hw/pvrdma: Add support for SRQ
Kamal Heib
2019-05-04
hw/rdma: Modify create/destroy QP to support SRQ
Kamal Heib
2019-03-16
hw/rdma: Fix the error prints in create_qp_rings()
Kamal Heib
2019-03-16
hw/pvrdma: Fix zero-initialization of resp in {query/modify}_qp
Kamal Heib
2019-03-16
hw/rdma: Use {} instead of {0}
Kamal Heib
2019-03-16
hw/pvrdma: Collect debugging statistics
Yuval Shaia
2019-03-16
hw/rdma: Switch to generic error reporting way
Yuval Shaia
2018-12-22
pvrdma: release ring object in case of an error
Prasad J Pandit
2018-12-22
pvrdma: check number of pages when creating rings
Prasad J Pandit
2018-12-22
hw/pvrdma: Fill error code in command's response
Yuval Shaia
2018-12-22
hw/pvrdma: Make device state depend on Ethernet function state
Yuval Shaia
2018-12-22
hw/rdma: Initialize node_guid from vmxnet3 mac address
Yuval Shaia
2018-12-22
hw/pvrdma: Add support to allow guest to configure GID table
Yuval Shaia
2018-12-22
hw/pvrdma: Check the correct return value
Yuval Shaia
2018-08-18
hw/pvrdma: remove not needed include
Marcel Apfelbaum
2018-08-18
hw/rdma: Bugfix - Support non-aligned buffers
Yuval Shaia
2018-08-18
hw/pvrdma: Make default pkey 0xFFFF
Yuval Shaia
2018-08-18
hw/pvrdma: Bugfix - provide the correct attr_mask to query_qp
Yuval Shaia
2018-05-03
hw/rdma: Fix possible out of bounds access to GID table
Yuval Shaia
2018-05-03
hw/rdma: Fix possible munmap call on a NULL pointer
Marcel Apfelbaum
2018-03-23
hw/rdma: Fix 32-bit compilation
Yuval Shaia
2018-03-23
hw/rdma: fix clang compilation errors
Marcel Apfelbaum
2018-03-23
rdma: fix up include directives
Michael S. Tsirkin
2018-03-23
hw/rdma: Add support for Query QP verb to pvrdma device
Yuval Shaia
2018-02-19
hw/rdma: PVRDMA commands and data-path ops
Yuval Shaia