aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-11RDMA/uverbs: Move flow resources initializationMark Bloch1-17/+2
2018-09-05RDMA/uverbs: Declare closing variable as booleanLeon Romanovsky1-1/+1
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-15/+71
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe1-77/+78
2018-08-01IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe1-62/+15
2018-07-30RDMA/core: Check for verbs callbacks before using themKamal Heib1-1/+2
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-3/+6
2018-07-25IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe1-5/+9
2018-07-25IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Jason Gunthorpe1-34/+15
2018-07-25IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe1-3/+3
2018-07-25IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe1-3/+5
2018-07-24RDMA/uverbs: Expand primary and alt AV port checksJack Morgenstein1-5/+54
2018-07-24IB: Support ib_flow creation in driversYishai Hadas1-0/+4
2018-07-10IB/uverbs: Pass IB_UVERBS_QPF_GRH_REQUIRED to user spaceArtemy Kovalyov1-0/+3
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe1-1/+22
2018-07-09IB/uverbs: Replace ib_ucq_object uverbs_file with the one in ib_uobjectJason Gunthorpe1-1/+0
2018-07-09IB/uverbs: Remove ib_uobject_fileJason Gunthorpe1-5/+3
2018-07-09IB/uverbs: Replace file->ucontext with file in uverbs_cmd.cJason Gunthorpe1-82/+71
2018-07-09IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe1-1/+0
2018-07-09IB/uverbs: Add a uobj_perform_destroy helperJason Gunthorpe1-62/+14
2018-07-03RDMA/uverbs: Don't fail in creation of multiple flowsLeon Romanovsky1-1/+1
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas1-3/+8
2018-06-26RDMA/uverbs: Remove redundant checkLeon Romanovsky1-3/+0
2018-06-26RDMA/uverbs: Don't overwrite NULL pointer with ZERO_SIZE_PTRLeon Romanovsky1-1/+4
2018-06-25RDMA/uverbs: Fix slab-out-of-bounds in ib_uverbs_ex_create_flowLeon Romanovsky1-11/+12
2018-06-25RDMA/uverbs: Protect from attempts to create flows on unsupported QPLeon Romanovsky1-0/+5
2018-06-25RDMA/verbs: Drop kernel variant of destroy_flowLeon Romanovsky1-1/+2
2018-06-25RDMA/uverbs: Check existence of create_flow callbackJason Gunthorpe1-0/+5
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+1
2018-06-18IB: Ensure that all rdma_ah_attr's are zero initializedParav Pandit1-2/+2
2018-06-18RDMA/uverbs: Refactor flow_resources_alloc() functionLeon Romanovsky1-10/+5
2018-06-12Convert infiniband uverbs to struct_sizeMatthew Wilcox1-2/+2
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git into for-nextJason Gunthorpe1-12/+76
2018-06-02IB/uverbs: Add support for flow countersRaed Salem1-11/+70
2018-06-02IB/core: Support passing uhw for create_flowMatan Barak1-1/+6
2018-05-16IB/uverbs: Introduce a MPLS steering match filterAriel Levkovich1-0/+12
2018-05-16IB/uverbs: Introduce a GRE steering match filterAriel Levkovich1-0/+11
2018-04-27IB/uverbs: Fix kernel crash during MR deregistration flowAriel Levkovich1-0/+1
2018-04-27IB/uverbs: Prevent reregistration of DM_MR to regular MRAriel Levkovich1-0/+5
2018-04-05IB/uverbs: Add device memory capabilities reportingAriel Levkovich1-0/+6
2018-04-04IB/uverbs: Introduce ESP steering match filterMatan Barak1-0/+11
2018-04-04IB/uverbs: Add action_handle flow steering specificationMatan Barak1-6/+80
2018-04-04IB/uverbs: Refactor kern_spec_to_ib_spec_filterMatan Barak1-16/+31
2018-03-29RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe1-1/+1
2018-03-19IB/uverbs: Move to new headers and make naming consistentMatan Barak1-59/+59
2018-03-14RDMA/uverbs: Ensure validity of current QP state valueLeon Romanovsky1-0/+7
2018-03-08RDMA/nldev: provide detailed MR informationSteve Wise1-0/+2
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 Wise1-2/+2
2018-02-16RDMA/verbs: Check existence of function prior to accessing itLeon Romanovsky1-0/+21