aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* IB: convert from semaphores to mutexesIngo Molnar2006-01-131-75/+75
* IB: Add node_guid to struct ib_deviceSean Hefty2006-01-101-1/+1
* IB/uverbs: Release event file reference on ib_uverbs_create_cq() errorJack Morgenstein2006-01-061-3/+10
* IB/uverbs: set ah_flags when creating address handleRalph Campbell2006-01-061-0/+1
* IB/uverbs: Fix reference counting on error pathsJack Morgenstein2006-01-061-0/+7
* IB/uverbs: track multicast group membership for userspace QPsJack Morgenstein2005-11-291-19/+71
* [IB] uverbs: have kernel return QP capabilitiesJack Morgenstein2005-11-101-4/+8
* [IB] uverbs: Avoid NULL pointer deref on CQ async eventRoland Dreier2005-10-311-0/+1
* [IB] uverbs: Fix device lifetime problemsRoland Dreier2005-10-281-33/+5
* [IB] uverbs: Implement more commandsRoland Dreier2005-10-171-0/+549
* [IB] uverbs: reject invalid memory registration permission flagsRoland Dreier2005-10-171-0/+8
* [IB] uverbs: Fix up resource creation error pathsRoland Dreier2005-10-171-61/+50
* [IB] uverbs: ABI-breaking fixes for userspace verbsRoland Dreier2005-10-171-104/+82
* [IB] uverbs: Close some exploitable racesRoland Dreier2005-09-261-54/+66
* Make sure that userspace does not retrieve stale asynchronous orRoland Dreier2005-09-091-43/+112