index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
vmw_pvrdma
Age
Commit message (
Expand
)
Author
2018-02-15
RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file
Adit Ranadive
2018-01-02
RDMA/vmw_pvrdma: Use zeroing memory allocator than allocator/memset
Himanshu Jha
2017-12-27
Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...
Jason Gunthorpe
2017-12-27
RDMA/vmw_pvrdma: Use refcount_t instead of atomic_t
Bryan Tan
2017-12-27
RDMA/vmw_pvrdma: Use more specific sizeof in kcalloc
Bryan Tan
2017-12-27
RDMA/vmw_pvrdma: Clarify QP and CQ is_kernel logic
Bryan Tan
2017-12-21
RDMA/vmw_pvrdma: Avoid use after free due to QP/CQ/SRQ destroy
Bryan Tan
2017-12-21
RDMA/vmw_pvrdma: Use refcount_dec_and_test to avoid warning
Bryan Tan
2017-12-21
RDMA/vmw_pvrdma: Call ib_umem_release on destroy QP path
Bryan Tan
2017-12-11
RDMA/vmw_pvrdma: Do not re-calculate npages
Yuval Shaia
2017-11-13
RDMA/vmw_pvrdma: Add shared receive queue support
Bryan Tan
2017-09-22
RDMA/vmw_pvrdma: Fix reporting correct opcodes for completion
Adit Ranadive
2017-08-31
RDMA/vmw_pvrdma: Fix a signedness
Adit Ranadive
2017-08-31
RDMA/vmw_pvrdma: Report network header type in WC
Aditya Sarwade
2017-08-24
RDMA/vmw_pvrdma: Update device query parameters and port caps
Adit Ranadive
2017-08-24
RDMA/vmw_pvrdma: Add RoCEv2 support
Bryan Tan
2017-08-22
IB/pvrdma: Remove unused function
Yuval Shaia
2017-08-18
Merge branch 'k.o/for-4.13-rc' into k.o/for-next
Doug Ledford
2017-08-18
Merge branch 'misc' into k.o/for-next
Doug Ledford
2017-08-18
infiniband: pvrdma: constify pci_device_id.
Arvind Yadav
2017-08-16
RDMA/vmw_pvrdma: Report CQ missed events
Bryan Tan
2017-08-10
RDMA: Simplify get firmware interface
Leon Romanovsky
2017-07-24
RDMA: Remove useless MODULE_VERSION
Leon Romanovsky
2017-05-01
IB/core: Define 'ib' and 'roce' rdma_ah_attr types
Dasaratharaman Chandramouli
2017-05-01
IB/core: Use rdma_ah_attr accessor functions
Dasaratharaman Chandramouli
2017-05-01
IB/PVRDMA: Rename ib_ah_attr related functions
Dasaratharaman Chandramouli
2017-05-01
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
Dasaratharaman Chandramouli
2017-04-25
IB: Replace ib_umem page_size by page_shift
Artemy Kovalyov
2017-03-24
RDMA/vmw_pvrdma: Activate device on ethernet link up
Aditya Sarwade
2017-03-24
RDMA/vmw_pvrdma: Dont hardcode QP header page
Adit Ranadive
2017-03-24
RDMA/vmw_pvrdma: Cleanup unused variables
Adit Ranadive
2017-02-25
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-02-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2017-02-19
IB/vmw_pvrdma: Expose vendor error to ULPs
Yuval Shaia
2017-02-19
vmw_pvrdma: switch to pci_alloc_irq_vectors
Christoph Hellwig
2017-02-19
Merge branch 'k.o/for-4.10-rc' into HEAD
Doug Ledford
2017-02-14
IB: Query ports via the core instead of direct into the driver
Or Gerlitz
2017-01-24
IB/vmw_pvrdma: Remove unused qp_type
Yuval Shaia
2017-01-24
IB/vmw_pvrdma: Fix incorrect cleanup on pvrdma_pci_probe error path
Adit Ranadive
2017-01-24
IB/vmw_pvrdma: Don't leak info from alloc_ucontext
Adit Ranadive
2017-01-24
IB/vmw_pvrdma: Switch from dma_device to dev.parent
Bart Van Assche
2016-12-14
IB: Add vmw_pvrdma driver
Adit Ranadive