summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/ucm.c
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Convert ah_attr from OPA to IB when copying to userDasaratharaman Chandramouli2017-08-081-1/+1
* Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-041-17/+18
|\
| * IB/ucm: utilize new cdev_device_add helper functionJason Gunthorpe2017-03-211-17/+18
* | IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-011-3/+3
|/
* IB/core: Use dev.parent instead of dma_deviceBart Van Assche2017-01-241-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* infiniband: remove WARN that is not kernel bugLeon Romanovsky2016-12-031-1/+4
* IB/security: Restrict use of the write() interfaceJason Gunthorpe2016-04-281-0/+4
* IB/core: trivial prink cleanup.Parav Pandit2016-03-031-4/+4
* IB/cm: Remove compare_data checksHaggai Eran2015-08-301-2/+1
* IB/core: lock client data with lists_rwsemHaggai Eran2015-08-301-3/+3
* IB/ucm: Fix bitmap wrap when devnum > IB_UCM_MAX_DEVICESCarol L Soto2015-07-141-2/+2
* IB/Verbs: Use management helper rdma_cap_ib_cm()Michael Wang2015-05-181-1/+1
* IB/Verbs: Reform cm related part in IB-core cma/ucmMichael Wang2015-05-181-2/+1
* IB/core: convert to idr_alloc()Tejun Heo2013-02-271-12/+4
* IB/core: Remove unused variables in ucm/ucmaDotan Barak2012-09-301-1/+0
* rdma/core: Fix sparse warningsSean Hefty2012-01-041-3/+0
* RDMA/ucm: Removed checks for unsigned value < 0Hefty, Sean2011-10-061-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
OpenPOWER on IntegriCloud