summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-013-22/+53
|\
| * RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier2018-03-282-17/+33
| * RDMA/ucma: Check that device exists prior to accessing itLeon Romanovsky2018-03-271-2/+4
| * RDMA/ucma: Check that device is connected prior to access itLeon Romanovsky2018-03-271-0/+5
| * RDMA/rdma_cm: Fix use after free race with process_one_reqJason Gunthorpe2018-03-271-0/+9
| * RDMA/ucma: Correct option size check using optlenChien Tin Tung2018-03-211-1/+1
| * RDMA/restrack: Move restrack_clean to be symmetrical to restrack_initLeon Romanovsky2018-03-211-2/+1
* | net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-291-0/+2
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-236-41/+65
|\|
| * 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-151-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/+3
| * RDMA/core: Reduce poll batch for direct cq pollingMax Gurtovoy2018-03-061-10/+11
| * IB/core : Add null pointer check in addr_resolveMuneendra Kumar M2018-02-281-10/+5
| * IB/core: Fix missing RDMA cgroups release in case of failure to register deviceParav Pandit2018-02-281-2/+4
* | net/ipv6: Pass skb to route lookupDavid Ahern2018-03-041-1/+1
* | net: Convert cma_pernet_operationsKirill Tkhai2018-02-271-0/+1
|/
* 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/+1
* 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/+0
* 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-291-0/+227
| * RDMA/nldev: Provide global resource utilizationLeon Romanovsky2018-01-291-0/+147