summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe2018-06-041-12/+76
|\
| * IB/uverbs: Add support for flow countersRaed Salem2018-06-021-11/+70
| * IB/core: Support passing uhw for create_flowMatan Barak2018-06-021-1/+6
* | IB/uverbs: Introduce a MPLS steering match filterAriel Levkovich2018-05-161-0/+12
* | IB/uverbs: Introduce a GRE steering match filterAriel Levkovich2018-05-161-0/+11
* | IB/uverbs: Fix kernel crash during MR deregistration flowAriel Levkovich2018-04-271-0/+1
* | IB/uverbs: Prevent reregistration of DM_MR to regular MRAriel Levkovich2018-04-271-0/+5
|/
* IB/uverbs: Add device memory capabilities reportingAriel Levkovich2018-04-051-0/+6
* IB/uverbs: Introduce ESP steering match filterMatan Barak2018-04-041-0/+11
* IB/uverbs: Add action_handle flow steering specificationMatan Barak2018-04-041-6/+80
* IB/uverbs: Refactor kern_spec_to_ib_spec_filterMatan Barak2018-04-041-16/+31
* RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe2018-03-291-1/+1
* IB/uverbs: Move to new headers and make naming consistentMatan Barak2018-03-191-59/+59
* RDMA/uverbs: Ensure validity of current QP state valueLeon Romanovsky2018-03-141-0/+7
* RDMA/nldev: provide detailed MR informationSteve Wise2018-03-081-0/+2
* 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-161-2/+2
* RDMA/verbs: Check existence of function prior to accessing itLeon Romanovsky2018-02-161-0/+21
* 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/core: Add resource tracking for create and destroy PDsLeon Romanovsky2018-01-291-0/+2
* RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky2018-01-291-0/+2
* RDMA/core: Add resource tracking for create and destroy QPsLeon Romanovsky2018-01-291-2/+1
* RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe2018-01-151-1/+1
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-271-2/+8
|\
| * IB/uverbs: Fix command checking as part of ib_uverbs_ex_modify_qp()Moni Shoua2017-12-271-2/+2
| * IB/core: Bound check alternate path port numberDaniel Jurgens2017-12-071-0/+6
* | IB/core: Use PTR_ERR_OR_ZERO()Gomonovych, Vasyl2017-12-111-4/+1
|/
* RDMA/core: Rename kernel modify_cq to better describe its usageLeon Romanovsky2017-11-131-1/+1
* IB/uverbs: Add CQ moderation capability to query_deviceYonatan Cohen2017-11-131-0/+9
* IB/uverbs: Allow CQ moderation with modify CQYonatan Cohen2017-11-131-0/+42
* IB/core: Add PCI write end padding flags for WQ and QPNoa Osherovich2017-11-101-1/+2
* Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-181-72/+53
|\
| * IB/uverbs: clean up INIT_UDATA() macro usageArnd Bergmann2017-09-271-72/+53
* | IB/core: Introduce and use rdma_create_user_ahParav Pandit2017-10-181-9/+1
* | IB/core: Fix typo in the name of the tag-matching cap structLeon Romanovsky2017-09-251-7/+7
|/
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-1/+1
* IB/uverbs: Expose XRQ capabilitiesArtemy Kovalyov2017-08-291-0/+10
* IB/uverbs: Add new SRQ type IB_SRQT_TMArtemy Kovalyov2017-08-291-1/+5
* IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov2017-08-291-10/+17
* IB/uverbs: Introduce and use helper functions to copy ah attributesParav Pandit2017-08-241-76/+51
* Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-241-4/+7
|\
| * IB/core: Avoid accessing non-allocated memory when inferring port typeNoa Osherovich2017-08-241-4/+7
| * RDMA/uverbs: Initialize cq_context appropriatelyBharat Potnuri2017-08-221-1/+1
* | IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt2017-08-221-0/+3
* | IB/core: Fix input len in multiple user verbsAmrani, Ram2017-08-221-30/+40
* | Add OPA extended LID supportHiatt, Don2017-08-181-5/+6
* | Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-181-1/+1
|\|