index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-14
RDMA/ucma: Don't allow join attempts for unsupported AF family
Leon Romanovsky
1
-1
/
+7
2018-03-14
RDMA/ucma: Fix access to non-initialized CM_ID object
Leon Romanovsky
1
-0
/
+3
2018-03-14
RDMA/core: Do not use invalid destination in determining port reuse
Tatyana Nikolova
1
-5
/
+7
2018-03-07
RDMA/ucma: Check that user doesn't overflow QP state
Leon Romanovsky
1
-0
/
+3
2018-03-07
RDMA/ucma: Limit possible option size
Leon Romanovsky
1
-0
/
+3
2018-03-07
IB/core: Fix possible crash to access NULL netdev
Parav Pandit
1
-4
/
+3
2018-03-07
RDMA/core: Reduce poll batch for direct cq polling
Max Gurtovoy
1
-10
/
+11
2018-02-28
IB/core : Add null pointer check in addr_resolve
Muneendra Kumar M
1
-10
/
+5
2018-02-28
IB/core: Fix missing RDMA cgroups release in case of failure to register device
Parav Pandit
1
-2
/
+4
2018-02-21
RDMA/uverbs: Fix kernel panic while using XRC_TGT QP type
Leon Romanovsky
1
-0
/
+3
2018-02-16
RDMA/restrack: don't use uaccess_kernel()
Steve Wise
4
-7
/
+22
2018-02-16
RDMA/verbs: Check existence of function prior to accessing it
Leon Romanovsky
2
-0
/
+24
2018-02-16
RDMA/uverbs: Sanitize user entered port numbers prior to access it
Leon Romanovsky
1
-1
/
+8
2018-02-16
RDMA/uverbs: Fix circular locking dependency
Leon Romanovsky
1
-1
/
+2
2018-02-16
RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
Leon Romanovsky
1
-3
/
+1
2018-02-16
RDMA/restrack: Increment CQ restrack object before committing
Leon Romanovsky
1
-3
/
+3
2018-02-16
RDMA/uverbs: Protect from command mask overflow
Leon Romanovsky
1
-7
/
+20
2018-02-16
IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroy
Jason Gunthorpe
1
-2
/
+3
2018-02-16
IB/uverbs: Improve lockdep_check
Jason Gunthorpe
1
-7
/
+7
2018-02-16
RDMA/uverbs: Protect from races between lookup and destroy of uobjects
Leon Romanovsky
1
-1
/
+9
2018-02-16
IB/uverbs: Hold the uobj write lock after allocate
Jason Gunthorpe
1
-1
/
+10
2018-02-16
IB/uverbs: Fix possible oops with duplicate ioctl attributes
Matan Barak
1
-0
/
+3
2018-02-16
IB/uverbs: Add ioctl support for 32bit processes
Matan Barak
1
-0
/
+2
2018-02-16
IB/uverbs: Fix method merging in uverbs_ioctl_merge
Matan Barak
1
-9
/
+9
2018-02-16
IB/uverbs: Use u64_to_user_ptr() not a union
Jason Gunthorpe
1
-2
/
+2
2018-02-16
IB/uverbs: Use inline data transfer for UHW_IN
Jason Gunthorpe
1
-1
/
+4
2018-02-16
IB/uverbs: Always use the attribute size provided by the user
Matan Barak
1
-2
/
+3
2018-02-16
RDMA/restrack: Remove unimplemented XRCD object
Leon Romanovsky
1
-5
/
+0
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
4
-5
/
+5
2018-02-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-2
/
+4
2018-02-02
IB/core: Avoid a potential OOPs for an unused optional parameter
Michael J. Ruhl
1
-1
/
+1
2018-02-02
RDMA/nldev: missing error code in nldev_res_get_doit()
Dan Carpenter
1
-1
/
+3
2018-01-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
28
-661
/
+1327
2018-01-31
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-10
/
+10
2018-01-30
RDMA/nldev: Provide detailed QP information
Leon Romanovsky
1
-0
/
+227
2018-01-30
RDMA/nldev: Provide global resource utilization
Leon Romanovsky
1
-0
/
+147
2018-01-30
RDMA/core: Add resource tracking for create and destroy PDs
Leon Romanovsky
2
-0
/
+7
2018-01-30
RDMA/core: Add resource tracking for create and destroy CQs
Leon Romanovsky
4
-0
/
+14
2018-01-30
RDMA/core: Add resource tracking for create and destroy QPs
Leon Romanovsky
3
-5
/
+30
2018-01-30
RDMA/restrack: Add general infrastructure to track RDMA resources
Leon Romanovsky
4
-1
/
+170
2018-01-30
RDMA/core: Save kernel caller name when creating PD and CQ objects
Leon Romanovsky
2
-6
/
+8
2018-01-29
RDMA/cm: Fix access to uninitialized variable
Leon Romanovsky
1
-2
/
+0
2018-01-29
RDMA/cma: Use existing netif_is_bond_master function
Parav Pandit
1
-1
/
+1
2018-01-29
IB/core: Avoid SGID attributes query while converting GID from OPA to IB
Parav Pandit
1
-3
/
+1
2018-01-29
IB/umad: Fix use of unprotected device pointer
Jack Morgenstein
1
-1
/
+1
2018-01-25
RDMA/uverbs: Use an unambiguous errno for method not supported
Jason Gunthorpe
1
-6
/
+13
2018-01-22
RDMA/cma: Update RoCE multicast routines to use net namespace
Parav Pandit
1
-3
/
+3
2018-01-22
RDMA/cma: Update cma_validate_port to honor net namespace
Parav Pandit
1
-1
/
+1
2018-01-22
RDMA/cma: Refactor to access multiple fields of rdma_dev_addr
Parav Pandit
1
-7
/
+8
2018-01-22
RDMA/cma: Check existence of netdevice during port validation
Parav Pandit
1
-3
/
+5
[next]