summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/ucm.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-1/+1
* IB/ucm: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-10-161-0/+3
* IB/ucm: Fix compiling ucm.cJason Gunthorpe2018-08-141-5/+5
* IB/ucm: Initialize sgid request GID attribute pointerParav Pandit2018-08-071-4/+1Star
* RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe2018-03-291-9/+9
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-311-45/+28Star
|\
| * IB/core: Increase number of char device minorsHuy Nguyen2018-01-111-45/+28Star
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* 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-051-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/+1Star
* 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/+1Star
* IB/core: convert to idr_alloc()Tejun Heo2013-02-281-12/+4Star
* IB/core: Remove unused variables in ucm/ucmaDotan Barak2012-10-011-1/+0Star
* rdma/core: Fix sparse warningsSean Hefty2012-01-041-3/+0Star
* RDMA/ucm: Removed checks for unsigned value < 0Hefty, Sean2011-10-061-1/+1
* IB/ucm: Use memdup_user()Julia Lawall2010-05-261-8/+3Star
* 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-081-10/+5Star
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-081-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-051-0/+1
* infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-2/+1Star
* RDMA/ucm: BKL is not needed for ib_ucm_open()Roland Dreier2008-07-251-2/+8
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-151-2/+0Star
* 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-201-31/+31
* IB/cm: Add basic performance countersSean Hefty2008-01-251-22/+15Star
* IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty2007-07-111-1/+0Star
* IB/ucm: Simplify ib_ucm_event()Sean Hefty2007-04-251-17/+6Star
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* IB/ucm: Fix deadlock in cleanupMichael S. Tsirkin2006-11-301-0/+2
* IB/cm: Fix automatic path migration supportSean Hefty2006-11-301-6/+6
* IB: kmemdup() cleanupEric Sesterhenn2006-11-301-4/+2Star