summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/uverbs_cmd.c
AgeCommit message (Expand)Author
2018-06-12Convert infiniband uverbs to struct_sizeMatthew Wilcox
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe
2018-06-02IB/uverbs: Add support for flow countersRaed Salem
2018-06-02IB/core: Support passing uhw for create_flowMatan Barak
2018-05-16IB/uverbs: Introduce a MPLS steering match filterAriel Levkovich
2018-05-16IB/uverbs: Introduce a GRE steering match filterAriel Levkovich
2018-04-27IB/uverbs: Fix kernel crash during MR deregistration flowAriel Levkovich
2018-04-27IB/uverbs: Prevent reregistration of DM_MR to regular MRAriel Levkovich
2018-04-05IB/uverbs: Add device memory capabilities reportingAriel Levkovich
2018-04-04IB/uverbs: Introduce ESP steering match filterMatan Barak
2018-04-04IB/uverbs: Add action_handle flow steering specificationMatan Barak
2018-04-04IB/uverbs: Refactor kern_spec_to_ib_spec_filterMatan Barak
2018-03-29RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe
2018-03-19IB/uverbs: Move to new headers and make naming consistentMatan Barak
2018-03-14RDMA/uverbs: Ensure validity of current QP state valueLeon Romanovsky
2018-03-08RDMA/nldev: provide detailed MR informationSteve Wise
2018-02-21RDMA/uverbs: Fix kernel panic while using XRC_TGT QP typeLeon Romanovsky
2018-02-16RDMA/restrack: don't use uaccess_kernel()Steve Wise
2018-02-16RDMA/verbs: Check existence of function prior to accessing itLeon Romanovsky
2018-02-15RDMA/uverbs: Sanitize user entered port numbers prior to access itLeon Romanovsky
2018-02-15RDMA/uverbs: Fix circular locking dependencyLeon Romanovsky
2018-02-15RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcdLeon Romanovsky
2018-02-15RDMA/restrack: Increment CQ restrack object before committingLeon Romanovsky
2018-01-29RDMA/core: Add resource tracking for create and destroy PDsLeon Romanovsky
2018-01-29RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky
2018-01-29RDMA/core: Add resource tracking for create and destroy QPsLeon Romanovsky
2018-01-15RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe
2017-12-27IB/uverbs: Fix command checking as part of ib_uverbs_ex_modify_qp()Moni Shoua
2017-12-11IB/core: Use PTR_ERR_OR_ZERO()Gomonovych, Vasyl
2017-12-07IB/core: Bound check alternate path port numberDaniel Jurgens
2017-11-13RDMA/core: Rename kernel modify_cq to better describe its usageLeon Romanovsky
2017-11-13IB/uverbs: Add CQ moderation capability to query_deviceYonatan Cohen
2017-11-13IB/uverbs: Allow CQ moderation with modify CQYonatan Cohen
2017-11-10IB/core: Add PCI write end padding flags for WQ and QPNoa Osherovich
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford
2017-10-18IB/core: Introduce and use rdma_create_user_ahParav Pandit
2017-09-27IB/uverbs: clean up INIT_UDATA() macro usageArnd Bergmann
2017-09-25IB/core: Fix typo in the name of the tag-matching cap structLeon Romanovsky
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-08-29IB/uverbs: Expose XRQ capabilitiesArtemy Kovalyov
2017-08-29IB/uverbs: Add new SRQ type IB_SRQT_TMArtemy Kovalyov
2017-08-29IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov
2017-08-24IB/uverbs: Introduce and use helper functions to copy ah attributesParav Pandit
2017-08-24Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford
2017-08-24IB/core: Avoid accessing non-allocated memory when inferring port typeNoa Osherovich
2017-08-22IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt
2017-08-22IB/core: Fix input len in multiple user verbsAmrani, Ram
2017-08-22RDMA/uverbs: Initialize cq_context appropriatelyBharat Potnuri
2017-08-18Add OPA extended LID supportHiatt, Don