aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/ucm.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-1/+1
* IB/ucm: Use memdup_user()Julia Lawall2010-05-251-8/+3
* IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier2010-04-211-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen2010-03-071-10/+5
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-071-1/+3
* IB/ucm: Clean whitespace errorsAlexander Chiang2010-02-241-3/+3
* IB/ucm: Increase maximum devices supportedAlexander Chiang2010-02-241-8/+45
* IB/ucm: Use stack variable 'base' in ib_ucm_add_oneAlexander Chiang2010-02-241-1/+3
* IB/ucm: Use stack variable 'devnum' in ib_ucm_add_oneAlexander Chiang2010-02-241-5/+7
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+1
* infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-2/+1
* RDMA/ucm: BKL is not needed for ib_ucm_open()Roland Dreier2008-07-241-2/+8
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-201-1/+2
* Add "no BKL needed" comments to several driversJonathan Corbet2008-06-201-0/+1
* IB: convert struct class_device to struct deviceTony Jones2008-04-191-31/+31
* IB/cm: Add basic performance countersSean Hefty2008-01-251-22/+15
* IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty2007-07-101-1/+0
* IB/ucm: Simplify ib_ucm_event()Sean Hefty2007-04-241-17/+6
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* IB/ucm: Fix deadlock in cleanupMichael S. Tsirkin2006-11-291-0/+2
* IB/cm: Fix automatic path migration supportSean Hefty2006-11-291-6/+6
* IB: kmemdup() cleanupEric Sesterhenn2006-11-291-4/+2
* RDMA: iWARP Core Changes.Tom Tucker2006-09-221-1/+2
* IB: Whitespace fixesRoland Dreier2006-09-221-3/+3
* IB/ucm: Get rid of duplicate P_Key parameterSean Hefty2006-06-171-1/+0
* IB/ucm: convert semaphore to mutexSean Hefty2006-06-171-16/+16
* IB/cm: Match connection requests based on private dataSean Hefty2006-06-171-1/+18
* IB: common handling for marshalling parameters to/from userspaceSean Hefty2006-06-171-117/+14
* IB: refcount race fixesSean Hefty2006-05-121-5/+7
* [PATCH] IB: fix up major/minor sysfs interface for IB coreGreg Kroah-Hartman2006-02-061-12/+1
* IB: convert from semaphores to mutexesIngo Molnar2006-01-131-11/+12
* [IB] kzalloc() conversionsRoland Dreier2005-11-021-6/+3
* Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/co...Roland Dreier2005-10-241-0/+1
|\
| * [IB] Add idr_destroy() calls on module unloadRoland Dreier2005-10-241-0/+1
* | [IB] ucm: quiet sparse warningsRoland Dreier2005-10-171-2/+2
* | [IB] CM: bind IDs to a specific deviceSean Hefty2005-10-171-54/+164
* | [IB] merge ucm.h into ucm.cSean Hefty2005-10-171-21/+41
|/
* [PATCH] IB: Add user-supplied context to userspace CM ABISean Hefty2005-09-071-99/+188
* [PATCH] IB: fix userspace CM deadlockSean Hefty2005-08-261-307/+157
* [IB/ucm]: Clean up userspace CMHal Rosenstock2005-07-271-47/+41
* [PATCH] Add kernel portion of user CM implementation (fix)Tom Duffy2005-07-271-8/+5
* [PATCH] IB: Add kernel portion of user CM implementationHal Rosenstock2005-07-271-0/+1396