aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-19IB/core: Resolve Ethernet L2 addresses when modifying QPOr Gerlitz1-0/+4
2013-12-20IB/uverbs: Check input length in flow steering uverbsYann Droneaud1-0/+6
2013-12-20IB/uverbs: Set error code when fail to consume all flow_spec itemsYann Droneaud1-0/+1
2013-12-20IB/uverbs: Check reserved fields in create_flowYann Droneaud1-0/+7
2013-12-20IB/uverbs: Check comp_mask in destroy_flowYann Droneaud1-0/+3
2013-11-17Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'srp' into for-nextRoland Dreier1-60/+49
2013-11-17IB/core: Re-enable create_flow/destroy_flow uverbsMatan Barak1-4/+0
2013-11-17IB/core: extended command: an improved infrastructure for uverbs commandsYann Droneaud1-30/+26
2013-11-17IB/core: Make uverbs flow structure use names like verbs onesYann Droneaud1-6/+6
2013-11-17IB/core: Rename 'flow' structs to match other uverbs structsYann Droneaud1-7/+7
2013-11-17IB/core: clarify overflow/underflow checks on ib_create/destroy_flowMatan Barak1-17/+15
2013-11-15IB/core: Encorce MR access rights rules on kernel consumersEli Cohen1-7/+3
2013-11-08IB/core: Pass imm_data from ib_uverbs_send_wr to ib_send_wr correctlyLatchesar Ionkov1-0/+3
2013-10-21IB/core: Temporarily disable create_flow/destroy_flow uverbsYann Droneaud1-0/+4
2013-09-03Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier1-2/+248
2013-09-02IB/core: Better checking of userspace values for receive flow steeringMatan Barak1-1/+15
2013-08-28IB/core: Export ib_create/destroy_flow through uverbsHadar Hen Zion1-0/+214
2013-08-13IB/core: Fixes to XRC reference counting in uverbsYishai Hadas1-2/+20
2013-07-08IB/uverbs: Use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd()Roland Dreier1-2/+2
2013-02-27IB/core: convert to idr_alloc()Tejun Heo1-9/+8
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-21IB/uverbs: Implement memory windows support in uverbsShani Michaeli1-0/+121
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-9/+9
2012-09-26switch infinibarf users of fget() to fget_light()Al Viro1-9/+4
2012-05-21Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'ocrdma', 'qib' and 'raw-qp' into for-linusRoland Dreier1-48/+60
2012-05-08IB/core: Add raw packet QP typeOr Gerlitz1-0/+3
2012-05-08IB/uverbs: Lock SRQ / CQ / PD objects in a consistent orderRoland Dreier1-31/+35
2012-05-08IB/uverbs: Make lockdep output more readableRoland Dreier1-17/+22
2012-01-27RDMA/core: Fix kernel panic by always initializing qp->usecntBernd Schubert1-0/+1
2012-01-04Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-nextRoland Dreier1-4/+17
2012-01-04rdma/core: Fix sparse warningsSean Hefty1-3/+3
2012-01-03IB/uverbs: Protect QP multicast listEli Cohen1-4/+17
2011-10-13RDMA/uverbs: Export ib_open_qp() capability to user spaceSean Hefty1-0/+92
2011-10-13RDMA/core: Export ib_open_qp() to share XRC TGT QPsSean Hefty1-4/+9
2011-10-13RDMA/uverbs: Export XRC TGT QPs to user spaceSean Hefty1-38/+67
2011-10-13RDMA/uverbs: Export XRC INI QPs to userspaceSean Hefty1-11/+37
2011-10-13RDMA/uverbs: Export XRC SRQs to user spaceSean Hefty1-40/+132
2011-10-13RDMA/uverbs: Export XRC domains to user spaceSean Hefty1-0/+318
2011-10-13RDMA/core: Add SRQ type fieldSean Hefty1-0/+1
2010-12-08IB/uverbs: Handle large number of entries in poll CQDan Carpenter1-43/+56
2010-10-25IB/uverbs: Return link layer type to userspace for query port operationEli Cohen1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03switch infiniband uverbs to anon_inodesAl Viro1-5/+20
2009-12-09IB/uverbs: Fix return of PTR_ERR() of wrong pointer in ib_uverbs_get_context()Roel Kluin1-1/+1
2008-07-14RDMA/core: Add memory management extensions supportSteve Wise1-1/+1
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier1-2/+11
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen1-0/+1
2007-10-19IB/uverbs: Fix checking of userspace object ownershipRoland Dreier1-2/+6