aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-20IB/uverbs: Fix query QP return of sq_sig_allDotan Barak1-1/+1
2006-03-20IB/uverbs: Return actual capacity from create SRQ operationDotan Barak1-0/+2
2006-03-20IB/uverbs: Support for query SRQ from userspaceDotan Barak1-0/+44
2006-03-20IB/uverbs: Support for query QP from userspaceDotan Barak1-0/+100
2006-03-20IB: Whitespace cleanupsRoland Dreier1-6/+6
2006-03-20IB: Add userspace support for resizing CQsRoland Dreier1-1/+41
2006-01-13IB: convert from semaphores to mutexesIngo Molnar1-75/+75
2006-01-10IB: Add node_guid to struct ib_deviceSean Hefty1-1/+1
2006-01-06IB/uverbs: Release event file reference on ib_uverbs_create_cq() errorJack Morgenstein1-3/+10
2006-01-06IB/uverbs: set ah_flags when creating address handleRalph Campbell1-0/+1
2006-01-06IB/uverbs: Fix reference counting on error pathsJack Morgenstein1-0/+7
2005-11-29IB/uverbs: track multicast group membership for userspace QPsJack Morgenstein1-19/+71
2005-11-10[IB] uverbs: have kernel return QP capabilitiesJack Morgenstein1-4/+8
2005-10-31[IB] uverbs: Avoid NULL pointer deref on CQ async eventRoland Dreier1-0/+1
2005-10-28[IB] uverbs: Fix device lifetime problemsRoland Dreier1-33/+5
2005-10-17[IB] uverbs: Implement more commandsRoland Dreier1-0/+549
2005-10-17[IB] uverbs: reject invalid memory registration permission flagsRoland Dreier1-0/+8
2005-10-17[IB] uverbs: Fix up resource creation error pathsRoland Dreier1-61/+50
2005-10-17[IB] uverbs: ABI-breaking fixes for userspace verbsRoland Dreier1-104/+82
2005-09-26[IB] uverbs: Close some exploitable racesRoland Dreier1-54/+66
2005-09-09Make sure that userspace does not retrieve stale asynchronous orRoland Dreier1-43/+112