aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-25IB/core: Fix typo in the name of the tag-matching cap structLeon Romanovsky1-7/+7
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-1/+1
2017-08-29IB/uverbs: Expose XRQ capabilitiesArtemy Kovalyov1-0/+10
2017-08-29IB/uverbs: Add new SRQ type IB_SRQT_TMArtemy Kovalyov1-1/+5
2017-08-29IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov1-10/+17
2017-08-24IB/uverbs: Introduce and use helper functions to copy ah attributesParav Pandit1-76/+51
2017-08-24Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford1-4/+7
2017-08-24IB/core: Avoid accessing non-allocated memory when inferring port typeNoa Osherovich1-4/+7
2017-08-22IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt1-0/+3
2017-08-22IB/core: Fix input len in multiple user verbsAmrani, Ram1-30/+40
2017-08-22RDMA/uverbs: Initialize cq_context appropriatelyBharat Potnuri1-1/+1
2017-08-18Add OPA extended LID supportHiatt, Don1-5/+6
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford1-1/+1
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford1-1/+1
2017-08-18RDMA/uverbs: Initialize cq_context appropriatelyBharat Potnuri1-1/+1
2017-08-10Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-testDoug Ledford1-5/+14
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don1-3/+7
2017-08-08IB/core: Change port_attr.sm_lid from 16 to 32 bitsDasaratharaman Chandramouli1-3/+5
2017-08-08IB/core: Change port_attr.lid size from 16 to 32 bitsDasaratharaman Chandramouli1-1/+4
2017-08-04RDMA/uverbs: Prevent leak of reserved fieldLeon Romanovsky1-1/+1
2017-07-24IB/uverbs: Enable QP creation with a given source QP numberYishai Hadas1-3/+14
2017-07-20RDMA/uverbs: Fix the check for port numberIsmail, Mustafa1-1/+2
2017-07-20IB/core: Fix sparse warningsMatan Barak1-10/+0
2017-07-17IB/uverbs: Make use of ib_modify_qp variant to avoid resolving DMACParav Pandit1-19/+4
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+8
2017-07-03RDMA/uverbs: Check port number supplied by user verbs cmdsBoris Pismenny1-0/+8
2017-05-23IB/core: Enforce PKey security on QPsDaniel Jurgens1-4/+11
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-0/+5
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-67/+77
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Check for global flag when using ah_attrDasaratharaman Chandramouli1-30/+50
2017-04-28IB/core: If the MGID/MLID pair is not on the list return an errorMichael J. Ruhl1-4/+9
2017-04-25infiniband/uverbs: Fix integer overflowsVlad Tsyrklevich1-1/+12
2017-04-21IB/core: Introduce drop flow specificationSlava Shwartsman1-0/+7
2017-04-20IB/core: Rename uverbs event file structureMatan Barak1-4/+4
2017-04-20IB/core: A small refactor in destroy WQ handlerMatan Barak1-7/+1
2017-04-05IB/core: Change completion channel to use the reworked objects schemaMatan Barak1-20/+37
2017-04-05IB/core: Add lock to multicast handlersMatan Barak1-0/+5
2017-04-05IB/core: Change idr objects to use the new schemaMatan Barak1-994/+317
2017-04-05IB/core: Add idr based standard typesMatan Barak1-5/+11
2017-04-05IB/core: Refactor idr to be per uverbs_fileMatan Barak1-82/+75
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-6/+96
2017-02-14IB/uverbs: Enable QP creation with cvlan offloadNoa Osherovich1-1/+2
2017-02-14IB/uverbs: Enable WQ creation and modification with cvlan offloadNoa Osherovich1-1/+8
2017-02-14IB/uverbs: Expose vlan offloads capabilitiesNoa Osherovich1-0/+6
2017-02-14IB/uverbs: Add support for flow tagMoses Reuben1-2/+33
2017-01-10IB/core: added support to use rdma cgroup controllerParav Pandit1-6/+96
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-13IB/uverbs: Extend modify_qp and support packet pacingBodong Wang1-69/+123