summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2018-06-20RDMA/cma: Do not query GID during QP state transition to RTRParav Pandit1-7/+0
2018-06-20IB/core: Make ib_mad_client_id atomicHÃ¥kon Bugge1-2/+2
2018-06-20RDMA/iwpm: fix memory leak on map_infoColin Ian King1-1/+4
2018-06-20RDMA/cma: Fix use after destroy access to net namespace for IPoIBParav Pandit1-10/+43
2018-06-20IB/uverbs: Fix validating mandatory attributesMatan Barak1-0/+9
2018-06-05IB/core: Fix error code for invalid GID entryParav Pandit1-1/+1
2018-05-30IB/core: Honor port_num while resolving GID for IB link layerParav Pandit1-14/+12
2018-05-30IB/umem: Use the correct mm during ib_umem_releaseLidong Chen1-6/+1
2018-05-09RDMA/ucma: Allow resolving address w/o specifying source addressRoland Dreier1-1/+1
2018-04-24drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4Andrew Morton1-1/+2
2018-04-24RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack accessBart Van Assche1-3/+8
2018-04-24RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA deviceRoland Dreier1-0/+3
2018-03-29RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier2-17/+33
2018-03-27RDMA/ucma: Check that device exists prior to accessing itLeon Romanovsky1-2/+4
2018-03-27RDMA/ucma: Check that device is connected prior to access itLeon Romanovsky1-0/+5
2018-03-27RDMA/rdma_cm: Fix use after free race with process_one_reqJason Gunthorpe1-0/+9
2018-03-21RDMA/ucma: Correct option size check using optlenChien Tin Tung1-1/+1
2018-03-21RDMA/restrack: Move restrack_clean to be symmetrical to restrack_initLeon Romanovsky1-2/+1
2018-03-20RDMA/ucma: Ensure that CM_ID exists prior to access itLeon Romanovsky1-6/+9
2018-03-19RDMA/ucma: Fix use-after-free access in ucma_closeLeon Romanovsky1-0/+3
2018-03-16RDMA/ucma: Check AF family prior resolving addressLeon Romanovsky1-3/+7
2018-03-14RDMA/ucma: Don't allow join attempts for unsupported AF familyLeon Romanovsky1-1/+7
2018-03-14RDMA/ucma: Fix access to non-initialized CM_ID objectLeon Romanovsky1-0/+3
2018-03-14RDMA/core: Do not use invalid destination in determining port reuseTatyana Nikolova1-5/+7
2018-03-07RDMA/ucma: Check that user doesn't overflow QP stateLeon Romanovsky1-0/+3
2018-03-07RDMA/ucma: Limit possible option sizeLeon Romanovsky1-0/+3
2018-03-07IB/core: Fix possible crash to access NULL netdevParav Pandit1-4/+3
2018-03-07RDMA/core: Reduce poll batch for direct cq pollingMax Gurtovoy1-10/+11
2018-02-28IB/core : Add null pointer check in addr_resolveMuneendra Kumar M1-10/+5
2018-02-28IB/core: Fix missing RDMA cgroups release in case of failure to register deviceParav Pandit1-2/+4
2018-02-21RDMA/uverbs: Fix kernel panic while using XRC_TGT QP typeLeon Romanovsky1-0/+3
2018-02-16RDMA/restrack: don't use uaccess_kernel()Steve Wise4-7/+22
2018-02-16RDMA/verbs: Check existence of function prior to accessing itLeon Romanovsky2-0/+24
2018-02-16RDMA/uverbs: Sanitize user entered port numbers prior to access itLeon Romanovsky1-1/+8
2018-02-16RDMA/uverbs: Fix circular locking dependencyLeon Romanovsky1-1/+2
2018-02-16RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcdLeon Romanovsky1-3/+1
2018-02-16RDMA/restrack: Increment CQ restrack object before committingLeon Romanovsky1-3/+3
2018-02-16RDMA/uverbs: Protect from command mask overflowLeon Romanovsky1-7/+20
2018-02-16IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroyJason Gunthorpe1-2/+3
2018-02-16IB/uverbs: Improve lockdep_checkJason Gunthorpe1-7/+7
2018-02-16RDMA/uverbs: Protect from races between lookup and destroy of uobjectsLeon Romanovsky1-1/+9
2018-02-16IB/uverbs: Hold the uobj write lock after allocateJason Gunthorpe1-1/+10
2018-02-16IB/uverbs: Fix possible oops with duplicate ioctl attributesMatan Barak1-0/+3
2018-02-16IB/uverbs: Add ioctl support for 32bit processesMatan Barak1-0/+2
2018-02-16IB/uverbs: Fix method merging in uverbs_ioctl_mergeMatan Barak1-9/+9
2018-02-16IB/uverbs: Use u64_to_user_ptr() not a unionJason Gunthorpe1-2/+2
2018-02-16IB/uverbs: Use inline data transfer for UHW_INJason Gunthorpe1-1/+4
2018-02-16IB/uverbs: Always use the attribute size provided by the userMatan Barak1-2/+3
2018-02-16RDMA/restrack: Remove unimplemented XRCD objectLeon Romanovsky1-5/+0
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds4-5/+5