index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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-07-13
8
-27
/
+39
|
\
|
*
RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error path
Kamal Heib
2018-07-11
1
-6
/
+12
|
*
RDMA/uverbs: Don't fail in creation of multiple flows
Leon Romanovsky
2018-07-03
1
-1
/
+1
|
*
IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return values
Michael J. Ruhl
2018-06-26
5
-9
/
+9
|
*
RDMA/uverbs: Fix slab-out-of-bounds in ib_uverbs_ex_create_flow
Leon Romanovsky
2018-06-25
1
-11
/
+12
|
*
RDMA/uverbs: Protect from attempts to create flows on unsupported QP
Leon Romanovsky
2018-06-25
1
-0
/
+5
|
*
iw_cxgb4: correctly enforce the max reg_mr depth
Steve Wise
2018-06-25
1
-1
/
+1
*
|
Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
2018-06-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
IB/mlx5: Avoid dealing with vport representors if not being e-switch manager
Or Gerlitz
2018-06-26
1
-1
/
+1
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-06-21
6
-28
/
+51
|
\
\
|
|
/
|
/
|
|
*
IB/rxe: Fix missing completion for mem_reg work requests
Vijay Immanuel
2018-06-18
1
-0
/
+3
|
*
RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()
Bharat Potnuri
2018-06-18
1
-6
/
+8
|
*
IB/uverbs: Fix ordering of ucontext check in ib_uverbs_write
Jason Gunthorpe
2018-06-12
1
-4
/
+10
|
*
IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()'
Christophe Jaillet
2018-06-11
1
-2
/
+5
|
*
RDMA/qedr: Fix NULL pointer dereference when running over iWARP without RDMA-CM
Kalderon, Michal
2018-06-11
1
-0
/
+3
|
*
IB/mlx5: Fix return value check in flow_counters_set_data()
weiyongjun (A)
2018-06-11
1
-2
/
+2
|
*
IB/mlx5: Fix memory leak in mlx5_ib_create_flow
Gustavo A. R. Silva
2018-06-11
1
-13
/
+19
|
*
IB/rxe: avoid double kfree skb
Zhu Yanjun
2018-06-11
1
-1
/
+1
*
|
treewide: Use array_size() in kvzalloc_node()
Kees Cook
2018-06-12
1
-1
/
+2
*
|
treewide: Use array_size() in vzalloc_node()
Kees Cook
2018-06-12
1
-1
/
+1
*
|
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
5
-13
/
+22
*
|
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-06-12
1
-2
/
+2
*
|
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
2018-06-12
2
-7
/
+6
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
23
-51
/
+62
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
20
-62
/
+79
*
|
Convert infiniband uverbs to struct_size
Matthew Wilcox
2018-06-12
1
-2
/
+2
*
|
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
[next]