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