aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/ucm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-26ucm: Convert ctx_id_table to XArrayMatthew Wilcox1-22/+13
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-1/+1
2018-10-16IB/ucm: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-08-13IB/ucm: Fix compiling ucm.cJason Gunthorpe1-5/+5
2018-08-07IB/ucm: Initialize sgid request GID attribute pointerParav Pandit1-4/+1
2018-03-29RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe1-9/+9
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-45/+28
2018-01-10IB/core: Increase number of char device minorsHuy Nguyen1-45/+28
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-08-08IB/core: Convert ah_attr from OPA to IB when copying to userDasaratharaman Chandramouli1-1/+1
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-17/+18
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli1-3/+3
2017-03-21IB/ucm: utilize new cdev_device_add helper functionJason Gunthorpe1-17/+18
2017-01-24IB/core: Use dev.parent instead of dma_deviceBart Van Assche1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-03infiniband: remove WARN that is not kernel bugLeon Romanovsky1-1/+4
2016-04-28IB/security: Restrict use of the write() interfaceJason Gunthorpe1-0/+4
2016-03-03IB/core: trivial prink cleanup.Parav Pandit1-4/+4
2015-08-30IB/cm: Remove compare_data checksHaggai Eran1-2/+1
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-3/+3
2015-07-14IB/ucm: Fix bitmap wrap when devnum > IB_UCM_MAX_DEVICESCarol L Soto1-2/+2
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_cm()Michael Wang1-1/+1
2015-05-18IB/Verbs: Reform cm related part in IB-core cma/ucmMichael Wang1-2/+1
2013-02-27IB/core: convert to idr_alloc()Tejun Heo1-12/+4
2012-09-30IB/core: Remove unused variables in ucm/ucmaDotan Barak1-1/+0
2012-01-04rdma/core: Fix sparse warningsSean Hefty1-3/+0
2011-10-06RDMA/ucm: Removed checks for unsigned value < 0Hefty, Sean1-1/+1
2010-05-25IB/ucm: Use memdup_user()Julia Lawall1-8/+3
2010-04-21IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier1-1/+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-07driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen1-10/+5
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+3
2010-02-24IB/ucm: Clean whitespace errorsAlexander Chiang1-3/+3
2010-02-24IB/ucm: Increase maximum devices supportedAlexander Chiang1-8/+45
2010-02-24IB/ucm: Use stack variable 'base' in ib_ucm_add_oneAlexander Chiang1-1/+3
2010-02-24IB/ucm: Use stack variable 'devnum' in ib_ucm_add_oneAlexander Chiang1-5/+7
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-01-06infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+1
2008-07-24RDMA/ucm: BKL is not needed for ib_ucm_open()Roland Dreier1-2/+8
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet1-1/+2
2008-06-20Add "no BKL needed" comments to several driversJonathan Corbet1-0/+1
2008-04-19IB: convert struct class_device to struct deviceTony Jones1-31/+31
2008-01-25IB/cm: Add basic performance countersSean Hefty1-22/+15
2007-07-10IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty1-1/+0
2007-04-24IB/ucm: Simplify ib_ucm_event()Sean Hefty1-17/+6
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2006-11-29IB/ucm: Fix deadlock in cleanupMichael S. Tsirkin1-0/+2
2006-11-29IB/cm: Fix automatic path migration supportSean Hefty1-6/+6