summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'o...Roland Dreier2012-05-211-48/+60
|\ \
| | * IB/core: Add raw packet QP typeOr Gerlitz2012-05-081-0/+3
| |/ |/|
| * IB/uverbs: Lock SRQ / CQ / PD objects in a consistent orderRoland Dreier2012-05-081-31/+35
| * IB/uverbs: Make lockdep output more readableRoland Dreier2012-05-081-17/+22
|/
* RDMA/core: Fix kernel panic by always initializing qp->usecntBernd Schubert2012-01-271-0/+1
*-. Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-nextRoland Dreier2012-01-041-4/+17
|\ \
| | * IB/uverbs: Protect QP multicast listEli Cohen2012-01-031-4/+17
| |/
* / rdma/core: Fix sparse warningsSean Hefty2012-01-041-3/+3
|/
* RDMA/uverbs: Export ib_open_qp() capability to user spaceSean Hefty2011-10-131-0/+92
* RDMA/core: Export ib_open_qp() to share XRC TGT QPsSean Hefty2011-10-131-4/+9
* RDMA/uverbs: Export XRC TGT QPs to user spaceSean Hefty2011-10-131-38/+67
* RDMA/uverbs: Export XRC INI QPs to userspaceSean Hefty2011-10-131-11/+37
* RDMA/uverbs: Export XRC SRQs to user spaceSean Hefty2011-10-131-40/+132
* RDMA/uverbs: Export XRC domains to user spaceSean Hefty2011-10-131-0/+318
* RDMA/core: Add SRQ type fieldSean Hefty2011-10-131-0/+1
* IB/uverbs: Handle large number of entries in poll CQDan Carpenter2010-12-081-43/+56
* IB/uverbs: Return link layer type to userspace for query port operationEli Cohen2010-10-251-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* switch infiniband uverbs to anon_inodesAl Viro2010-03-031-5/+20
* IB/uverbs: Fix return of PTR_ERR() of wrong pointer in ib_uverbs_get_context()Roel Kluin2009-12-091-1/+1
* RDMA/core: Add memory management extensions supportSteve Wise2008-07-141-1/+1
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* IB/core: Add support for "send with invalidate" work requestsRoland Dreier2008-04-161-2/+11
* IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen2008-04-161-0/+1
* IB/uverbs: Fix checking of userspace object ownershipRoland Dreier2007-10-191-2/+6
* IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2007-05-081-40/+20
* IB: Add CQ comp_vector supportMichael S. Tsirkin2007-05-061-0/+1
* IB/uverbs: Return correct error for invalid PD in register MRRoland Dreier2007-02-221-1/+3
* IB: Return qp pointer as part of ib_wcMichael S. Tsirkin2007-02-041-1/+1
* IB/uverbs: Return sq_draining value in query_qp responseJack Morgenstein2006-10-301-1/+1
* IB: Whitespace fixesRoland Dreier2006-09-221-2/+0
* IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell2006-09-221-3/+10
* IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell2006-09-221-2/+1
* IB/uverbs: Fix lockdep warning when QP is created with 2 CQsRoland Dreier2006-09-221-15/+19
* IB/uverbs: Use idr_read_cq() where appropriateRoland Dreier2006-09-221-10/+6
* IB/uverbs: Fix lockdep warningsRoland Dreier2006-07-231-11/+21
* IB/uverbs: Fix unlocking in error pathsMichael S. Tsirkin2006-07-231-2/+8
* IB/uverbs: Set correct user handle for user SRQsRoland Dreier2006-06-301-1/+1
* IB/uverbs: Don't free wr list when it's known to be emptyKrishna Kumar2006-06-221-1/+1
* IB/uverbs: Don't serialize with ib_uverbs_idr_mutexRoland Dreier2006-06-171-358/+532
* IB/uverbs: Factor out common idr codeRoland Dreier2006-06-171-60/+22
* IB/uverbs: Don't decrement usecnt on error pathsRoland Dreier2006-06-171-7/+0
* IB/uverbs: Release lock on error pathGanapathi CH2006-06-171-2/+4
* IB/uverbs: Use correct alt_pkey_index in modify QPAmi Perlmutter2006-03-201-1/+1
* IB/uverbs: Fix query QP return of sq_sig_allDotan Barak2006-03-201-1/+1
* IB/uverbs: Return actual capacity from create SRQ operationDotan Barak2006-03-201-0/+2
* IB/uverbs: Support for query SRQ from userspaceDotan Barak2006-03-201-0/+44
* IB/uverbs: Support for query QP from userspaceDotan Barak2006-03-201-0/+100
* IB: Whitespace cleanupsRoland Dreier2006-03-201-6/+6
* IB: Add userspace support for resizing CQsRoland Dreier2006-03-201-1/+41