summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/user_mad.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-2/+2
|\
| * infiniband: utilize the new cdev_set_parent functionLogan Gunthorpe2017-03-211-2/+2
* | IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-0/+2
* | IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-15/+17
* | IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-2/+2
* | IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli2017-05-011-1/+1
* | IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-2/+2
|/
* IB/core: Use dev.parent instead of dma_deviceBart Van Assche2017-01-241-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig2016-01-191-0/+1
* IB/core: lock client data with lists_rwsemHaggai Eran2015-08-301-3/+3
* IB/mad: Add final OPA MAD processingIra Weiny2015-06-121-7/+12
* IB/mad: Support alternate Base Versions when creating MADsIra Weiny2015-06-121-1/+2
*-. Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...Doug Ledford2015-05-201-20/+24
|\ \
| | * IB/user_mad: Fix buggy usage of port indexIra Weiny2015-05-201-1/+1
| | * IB/user_mad: Use new start/end port functionsIra Weiny2015-05-201-11/+3Star
| | * IB/Verbs: Use management helper rdma_cap_ib_mad()Michael Wang2015-05-181-3/+3
| | * IB/Verbs: Reform IB-core mad/agent/user_madMichael Wang2015-05-181-7/+19
| |/ |/|
| * IB/mad: Change ib_response_mad signature argumentsIra Weiny2015-05-201-3/+3
|/
* IB/mad: Add user space RMPP supportIra Weiny2014-08-111-12/+22
* IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny2014-08-111-1/+119
* IB/mad: Add dev_notice messages for various umad/mad registration failuresIra Weiny2014-08-111-0/+8
* IB/umad: Update module to [pr|dev]_* style print messagesIra Weiny2014-08-111-11/+15
* IB/umad: Fix use-after-free on closeBart Van Assche2014-06-061-11/+19
* IB/umad: Fix error handlingBart Van Assche2014-05-301-22/+27
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-041-1/+1
* RDMA/ucm: Removed checks for unsigned value < 0Hefty, Sean2011-10-061-3/+2Star
* IB: Add devnode methods to cm_class and umad_classRoland Dreier2011-05-231-0/+7
* IB/umad: Make user_mad semaphore a real oneThomas Gleixner2010-09-291-1/+1
* IB/umad: Remove unused-but-set variable 'already_dead'Roland Dreier2010-07-141-2/+0Star
* IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier2010-04-211-4/+8
* 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-8/+3Star
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-081-1/+3
* IB/umad: Clean whitespaceAlexander Chiang2010-02-241-13/+13
* IB/umad: Increase maximum devices supportedAlexander Chiang2010-02-241-6/+44
* IB/umad: Use stack variable 'base' in ib_umad_init_portAlexander Chiang2010-02-241-2/+5
* IB/umad: Use stack variable 'devnum' in ib_umad_init_portAlexander Chiang2010-02-241-6/+9
* IB/umad: Remove port_table[]Alexander Chiang2010-02-241-36/+9Star
* IB/umad: Convert *cdev to cdev in struct ib_umad_portAlexander Chiang2010-02-241-26/+20Star
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-051-0/+1
* device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-6/+6
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-151-2/+0Star
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-8/+6Star
|\
| * IB: fix race in device_createGreg Kroah-Hartman2008-05-201-8/+6Star
* | IB/umad: BKL is not needed for ib_umad_open()Roland Dreier2008-07-121-6/+14
* | infiniband: more BKL pushdownJonathan Corbet2008-06-201-1/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-221-54/+55
|\
| * IB: convert struct class_device to struct deviceTony Jones2008-04-201-54/+55
* | Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-191-1/+1
|/