aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier1-40/+20
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin1-0/+1
2007-02-22IB/uverbs: Return correct error for invalid PD in register MRRoland Dreier1-1/+3
2007-02-04IB: Return qp pointer as part of ib_wcMichael S. Tsirkin1-1/+1
2006-10-30IB/uverbs: Return sq_draining value in query_qp responseJack Morgenstein1-1/+1
2006-09-22IB: Whitespace fixesRoland Dreier1-2/+0
2006-09-22IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell1-3/+10
2006-09-22IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell1-2/+1
2006-09-22IB/uverbs: Fix lockdep warning when QP is created with 2 CQsRoland Dreier1-15/+19
2006-09-22IB/uverbs: Use idr_read_cq() where appropriateRoland Dreier1-10/+6
2006-07-23IB/uverbs: Fix lockdep warningsRoland Dreier1-11/+21
2006-07-23IB/uverbs: Fix unlocking in error pathsMichael S. Tsirkin1-2/+8
2006-06-30IB/uverbs: Set correct user handle for user SRQsRoland Dreier1-1/+1
2006-06-22IB/uverbs: Don't free wr list when it's known to be emptyKrishna Kumar1-1/+1
2006-06-17IB/uverbs: Don't serialize with ib_uverbs_idr_mutexRoland Dreier1-358/+532
2006-06-17IB/uverbs: Factor out common idr codeRoland Dreier1-60/+22
2006-06-17IB/uverbs: Don't decrement usecnt on error pathsRoland Dreier1-7/+0
2006-06-17IB/uverbs: Release lock on error pathGanapathi CH1-2/+4
2006-03-20IB/uverbs: Use correct alt_pkey_index in modify QPAmi Perlmutter1-1/+1