summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/uverbs_cmd.c
AgeCommit message (Expand)Author
2013-02-27IB/core: convert to idr_alloc()Tejun Heo
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21IB/uverbs: Implement memory windows support in uverbsShani Michaeli
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch infinibarf users of fget() to fget_light()Al Viro
2012-05-21Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'o...Roland Dreier
2012-05-08IB/core: Add raw packet QP typeOr Gerlitz
2012-05-08IB/uverbs: Lock SRQ / CQ / PD objects in a consistent orderRoland Dreier
2012-05-08IB/uverbs: Make lockdep output more readableRoland Dreier
2012-01-27RDMA/core: Fix kernel panic by always initializing qp->usecntBernd Schubert
2012-01-04Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-nextRoland Dreier
2012-01-04rdma/core: Fix sparse warningsSean Hefty
2012-01-03IB/uverbs: Protect QP multicast listEli Cohen
2011-10-13RDMA/uverbs: Export ib_open_qp() capability to user spaceSean Hefty
2011-10-13RDMA/core: Export ib_open_qp() to share XRC TGT QPsSean Hefty
2011-10-13RDMA/uverbs: Export XRC TGT QPs to user spaceSean Hefty
2011-10-13RDMA/uverbs: Export XRC INI QPs to userspaceSean Hefty
2011-10-13RDMA/uverbs: Export XRC SRQs to user spaceSean Hefty
2011-10-13RDMA/uverbs: Export XRC domains to user spaceSean Hefty
2011-10-13RDMA/core: Add SRQ type fieldSean Hefty
2010-12-08IB/uverbs: Handle large number of entries in poll CQDan Carpenter
2010-10-25IB/uverbs: Return link layer type to userspace for query port operationEli Cohen
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-03switch infiniband uverbs to anon_inodesAl Viro
2009-12-09IB/uverbs: Fix return of PTR_ERR() of wrong pointer in ib_uverbs_get_context()Roel Kluin
2008-07-14RDMA/core: Add memory management extensions supportSteve Wise
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen
2007-10-19IB/uverbs: Fix checking of userspace object ownershipRoland Dreier
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin
2007-02-22IB/uverbs: Return correct error for invalid PD in register MRRoland Dreier
2007-02-04IB: Return qp pointer as part of ib_wcMichael S. Tsirkin
2006-10-30IB/uverbs: Return sq_draining value in query_qp responseJack Morgenstein
2006-09-22IB: Whitespace fixesRoland Dreier
2006-09-22IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell
2006-09-22IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell
2006-09-22IB/uverbs: Fix lockdep warning when QP is created with 2 CQsRoland Dreier
2006-09-22IB/uverbs: Use idr_read_cq() where appropriateRoland Dreier
2006-07-23IB/uverbs: Fix lockdep warningsRoland Dreier
2006-07-23IB/uverbs: Fix unlocking in error pathsMichael S. Tsirkin
2006-06-30IB/uverbs: Set correct user handle for user SRQsRoland Dreier
2006-06-22IB/uverbs: Don't free wr list when it's known to be emptyKrishna Kumar
2006-06-17IB/uverbs: Don't serialize with ib_uverbs_idr_mutexRoland Dreier
2006-06-17IB/uverbs: Factor out common idr codeRoland Dreier
2006-06-17IB/uverbs: Don't decrement usecnt on error pathsRoland Dreier
2006-06-17IB/uverbs: Release lock on error pathGanapathi CH
2006-03-20IB/uverbs: Use correct alt_pkey_index in modify QPAmi Perlmutter