summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA/ucma: Ensure that CM_ID exists prior to access itLeon Romanovsky2018-03-201-6/+9
* RDMA/ucma: Fix use-after-free access in ucma_closeLeon Romanovsky2018-03-191-0/+3
* RDMA/ucma: Check AF family prior resolving addressLeon Romanovsky2018-03-161-3/+7
* RDMA/ucma: Don't allow join attempts for unsupported AF familyLeon Romanovsky2018-03-141-1/+7
* RDMA/ucma: Fix access to non-initialized CM_ID objectLeon Romanovsky2018-03-141-0/+3
* RDMA/core: Do not use invalid destination in determining port reuseTatyana Nikolova2018-03-141-5/+7
* RDMA/ucma: Check that user doesn't overflow QP stateLeon Romanovsky2018-03-071-0/+3
* RDMA/ucma: Limit possible option sizeLeon Romanovsky2018-03-071-0/+3
* IB/core: Fix possible crash to access NULL netdevParav Pandit2018-03-071-4/+3Star
* RDMA/core: Reduce poll batch for direct cq pollingMax Gurtovoy2018-03-071-10/+11
* IB/core : Add null pointer check in addr_resolveMuneendra Kumar M2018-02-281-10/+5Star
* IB/core: Fix missing RDMA cgroups release in case of failure to register deviceParav Pandit2018-02-281-2/+4
* RDMA/uverbs: Fix kernel panic while using XRC_TGT QP typeLeon Romanovsky2018-02-211-0/+3
* RDMA/restrack: don't use uaccess_kernel()Steve Wise2018-02-164-7/+22
* RDMA/verbs: Check existence of function prior to accessing itLeon Romanovsky2018-02-162-0/+24
* RDMA/uverbs: Sanitize user entered port numbers prior to access itLeon Romanovsky2018-02-151-1/+8
* RDMA/uverbs: Fix circular locking dependencyLeon Romanovsky2018-02-151-1/+2
* RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcdLeon Romanovsky2018-02-151-3/+1Star
* RDMA/restrack: Increment CQ restrack object before committingLeon Romanovsky2018-02-151-3/+3
* RDMA/uverbs: Protect from command mask overflowLeon Romanovsky2018-02-151-7/+20
* IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroyJason Gunthorpe2018-02-151-2/+3
* IB/uverbs: Improve lockdep_checkJason Gunthorpe2018-02-151-7/+7
* RDMA/uverbs: Protect from races between lookup and destroy of uobjectsLeon Romanovsky2018-02-151-1/+9
* IB/uverbs: Hold the uobj write lock after allocateJason Gunthorpe2018-02-151-1/+10
* IB/uverbs: Fix possible oops with duplicate ioctl attributesMatan Barak2018-02-151-0/+3
* IB/uverbs: Add ioctl support for 32bit processesMatan Barak2018-02-151-0/+2
* IB/uverbs: Fix method merging in uverbs_ioctl_mergeMatan Barak2018-02-151-9/+9
* IB/uverbs: Use u64_to_user_ptr() not a unionJason Gunthorpe2018-02-151-2/+2
* IB/uverbs: Use inline data transfer for UHW_INJason Gunthorpe2018-02-151-1/+4
* IB/uverbs: Always use the attribute size provided by the userMatan Barak2018-02-151-2/+3
* RDMA/restrack: Remove unimplemented XRCD objectLeon Romanovsky2018-02-151-5/+0Star
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-114-5/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-062-2/+4
|\
| * IB/core: Avoid a potential OOPs for an unused optional parameterMichael J. Ruhl2018-02-011-1/+1
| * RDMA/nldev: missing error code in nldev_res_get_doit()Dan Carpenter2018-02-011-1/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-3128-661/+1327
|\|
| * RDMA/nldev: Provide detailed QP informationLeon Romanovsky2018-01-301-0/+227
| * RDMA/nldev: Provide global resource utilizationLeon Romanovsky2018-01-301-0/+147
| * RDMA/core: Add resource tracking for create and destroy PDsLeon Romanovsky2018-01-302-0/+7
| * RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky2018-01-304-0/+14
| * RDMA/core: Add resource tracking for create and destroy QPsLeon Romanovsky2018-01-303-5/+30
| * RDMA/restrack: Add general infrastructure to track RDMA resourcesLeon Romanovsky2018-01-304-1/+170
| * RDMA/core: Save kernel caller name when creating PD and CQ objectsLeon Romanovsky2018-01-292-6/+8
| * RDMA/cm: Fix access to uninitialized variableLeon Romanovsky2018-01-281-2/+0Star
| * RDMA/cma: Use existing netif_is_bond_master functionParav Pandit2018-01-281-1/+1
| * IB/core: Avoid SGID attributes query while converting GID from OPA to IBParav Pandit2018-01-281-3/+1Star
| * IB/umad: Fix use of unprotected device pointerJack Morgenstein2018-01-281-1/+1
| * RDMA/uverbs: Use an unambiguous errno for method not supportedJason Gunthorpe2018-01-251-6/+13
| * RDMA/cma: Update RoCE multicast routines to use net namespaceParav Pandit2018-01-221-3/+3
| * RDMA/cma: Update cma_validate_port to honor net namespaceParav Pandit2018-01-221-1/+1