summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/user_mad.c
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Add mitigation for Spectre V1Luck, Tony2019-08-011-1/+5
* docs: infiniband: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-251-1/+1
* RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe2019-06-191-4/+47
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-0/+22
|\
| * RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit2019-03-281-0/+10
| * IB/UMAD: Add umad trace pointsIra Weiny2019-03-271-0/+12
* | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
|/
* RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-4/+5
* IB/umad: Do not check status of nonseekable_open()Parav Pandit2019-01-241-23/+13Star
* IB/umad: Avoid additional device reference during open()/close()Parav Pandit2019-01-231-5/+4Star
* IB/umad: Start using dev_groups of classParav Pandit2018-12-211-16/+12Star
* IB/umad: Use class_groups and let core create class fileParav Pandit2018-12-211-9/+14
* IB/umad: Refactor code to use cdev_device_add()Parav Pandit2018-12-211-85/+86
* IB/umad: Avoid destroying device while it is accessedParav Pandit2018-12-211-9/+13
* IB/umad: Simplify and avoid dynamic allocation of classParav Pandit2018-12-211-21/+21
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-201-2/+2
* RDMA/umad: Use kernel API to allocate umad indexesLeon Romanovsky2018-10-161-6/+5Star
* RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
* IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit2018-06-251-0/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-311-66/+57Star
|\
| * IB/umad: Fix use of unprotected device pointerJack Morgenstein2018-01-281-1/+1
| * IB/core: Increase number of char device minorsHuy Nguyen2018-01-111-55/+48Star
| * IB/core: Remove the locking for character device bitmapsHuy Nguyen2018-01-111-5/+0Star
| * IB/core: Use rdma_cap_opa_mad to check for OPADon Hiatt2017-12-221-2/+1Star
| * IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wcParav Pandit2017-12-181-4/+4
| * IB/{cm, umad}: Handle av init errorParav Pandit2017-12-181-3/+7
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-181-1/+10
|\
| * IB/core: Do not warn on lid conversions for OPADon Hiatt2017-10-041-1/+10
* | IB/core: Introduce and use rdma_create_user_ahParav Pandit2017-10-181-1/+1
|/
* Add OPA extended LID supportHiatt, Don2017-08-181-1/+1
* IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don2017-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-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