index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-06-07
122
-1722
/
+4093
|
\
|
*
RDMA/mlx5: Update SPDX tags to show proper license
Leon Romanovsky
2018-06-05
2
-2
/
+2
|
*
RDMA/restrack: Change SPDX tag to properly reflect license
Leon Romanovsky
2018-06-05
1
-1
/
+1
|
*
IB/hfi1: Fix comment on default hdr entry size
Mike Marciniszyn
2018-06-04
1
-2
/
+2
|
*
IB/hfi1: Rename exp_lock to exp_mutex
Kaike Wan
2018-06-04
3
-8
/
+8
|
*
IB/hfi1: Add bypass register defines and replace blind constants
Mike Marciniszyn
2018-06-04
2
-1
/
+9
|
*
IB/hfi1: Remove unused variable
Kaike Wan
2018-06-04
1
-3
/
+1
|
*
IB/hfi1: Ensure VL index is within bounds
Kaike Wan
2018-06-04
1
-9
/
+3
|
*
IB/hfi1: Fix user context tail allocation for DMA_RTAIL
Mike Marciniszyn
2018-06-04
3
-10
/
+9
|
*
IB/hns: Use zeroing memory allocator instead of allocator/memset
YueHaibing
2018-06-04
1
-5
/
+3
|
*
infiniband: fix a possible use-after-free bug
Cong Wang
2018-06-04
1
-1
/
+5
|
*
iw_cxgb4: add INFINIBAND_ADDR_TRANS dependency
Arnd Bergmann
2018-06-04
1
-0
/
+1
|
*
IB/isert: use T10-PI check mask definitions from core layer
Max Gurtovoy
2018-06-04
1
-4
/
+7
|
*
IB/iser: use T10-PI check mask definitions from core layer
Max Gurtovoy
2018-06-04
2
-6
/
+2
|
*
IB/isert: fix T10-pi check mask setting
Max Gurtovoy
2018-06-04
1
-1
/
+1
|
*
Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...
Jason Gunthorpe
2018-06-04
11
-41
/
+587
|
|
\
|
|
*
IB/mlx5: Add counters read support
Raed Salem
2018-06-02
1
-0
/
+43
|
|
*
IB/mlx5: Add flow counters read support
Raed Salem
2018-06-02
2
-1
/
+27
|
|
*
IB/mlx5: Add flow counters binding support
Raed Salem
2018-06-02
2
-13
/
+224
|
|
*
IB/mlx5: Add counters create and destroy support
Raed Salem
2018-06-02
2
-0
/
+33
|
|
*
IB/uverbs: Add support for flow counters
Raed Salem
2018-06-02
2
-11
/
+71
|
|
*
IB/core: Support passing uhw for create_flow
Matan Barak
2018-06-02
4
-4
/
+18
|
|
*
IB/uverbs: Add read counters support
Raed Salem
2018-06-02
1
-1
/
+58
|
|
*
IB/uverbs: Add create/destroy counters support
Raed Salem
2018-06-02
4
-2
/
+104
|
|
*
IB/uverbs: Add an ib_uobject getter to ioctl() infrastructure
Matan Barak
2018-06-02
2
-13
/
+14
|
*
|
RDMA/hns_roce: Don't check return value of zap_vma_ptes()
Doug Ledford
2018-06-01
1
-3
/
+1
|
*
|
RDMA/mlx4: Don't crash machine if zap_vma_ptes() fails
Leon Romanovsky
2018-06-01
1
-8
/
+2
|
*
|
RDMA/mlx5: Don't check return value of zap_vma_ptes()
Leon Romanovsky
2018-06-01
1
-4
/
+1
|
*
|
RDMA/mad: Convert BUG_ONs to error flows
Leon Romanovsky
2018-06-01
1
-4
/
+7
|
*
|
RDMA/mad: Delete inaccessible BUG_ON
Leon Romanovsky
2018-06-01
1
-1
/
+0
|
*
|
RDMA/cma: Ignore unknown event
Leon Romanovsky
2018-06-01
1
-1
/
+1
|
*
|
RDMA/cm: Abort loop in case of CM dequeue
Leon Romanovsky
2018-06-01
1
-1
/
+3
|
*
|
RDMA/cxgb3: Don't crash kernel just because IDR is full
Leon Romanovsky
2018-06-01
1
-1
/
+0
|
*
|
RDMA/mlx4: Discard unknown SQP work requests
Leon Romanovsky
2018-06-01
1
-1
/
+0
|
*
|
RDMA/mlx4: Catch FW<->SW misalignment without machine crash
Leon Romanovsky
2018-06-01
1
-1
/
+4
|
*
|
RDMA/qedr: fix spelling mistake: "adrresses" -> "addresses"
Colin Ian King
2018-05-31
1
-1
/
+1
|
*
|
IB/iser: Do not reduce max_sectors
Sergey Gorenko
2018-05-31
4
-11
/
+26
|
*
|
Merge branch 'wip/dl-ipoib' into wip/dl-for-next
Doug Ledford
2018-05-31
1
-41
/
+21
|
|
\
\
|
|
*
|
RDMA/ipoib: drop skb on path record lookup failure
Evgenii Smirnov
2018-05-22
1
-41
/
+21
|
*
|
|
RDMA/hns: Implement the disassociate_ucontext API
Wei Hu(Xavier)
2018-05-30
2
-1
/
+77
|
*
|
|
RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib core
Wei Hu(Xavier)
2018-05-30
3
-69
/
+41
|
*
|
|
RDMA/hns: Fix the illegal memory operation when cross page
Wei Hu(Xavier)
2018-05-30
2
-20
/
+53
|
*
|
|
RDMA/hns: Add reset process for RoCE in hip08
Wei Hu(Xavier)
2018-05-30
4
-0
/
+88
|
*
|
|
Merge branch 'mini_cqe' into git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Jason Gunthorpe
2018-05-29
2
-16
/
+46
|
|
\
\
\
|
|
*
|
|
IB/mlx5: Introduce a new mini-CQE format
Yonatan Cohen
2018-05-29
2
-10
/
+36
|
|
*
|
|
IB/mlx5: Refactor CQE compression response
Yonatan Cohen
2018-05-29
1
-6
/
+10
|
|
|
|
/
|
|
|
/
|
|
*
|
|
RDMA/core: Remove indirection through ib_cache_setup()
Jason Gunthorpe
2018-05-29
3
-15
/
+2
|
*
|
|
Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...
Jason Gunthorpe
2018-05-28
20
-97
/
+147
|
|
\
\
\
|
|
*
|
|
IB/mlx4: Mark user MR as writable if actual virtual memory is writable
Jack Morgenstein
2018-05-28
1
-8
/
+42
|
|
*
|
|
IB/core: Make testing MR flags for writability a static inline function
Jack Morgenstein
2018-05-28
1
-10
/
+1
[next]