aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/user_mad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang1-2/+2
2021-04-12RDMA/core: Remove redundant spacesWenpeng Liang1-2/+2
2021-04-12RDMA/core: Print the function name by __func__ instead of an fixed stringWenpeng Liang1-15/+11
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-2/+2
2021-01-28IB/umad: Return EPOLLERR in case of when device disassociatedShay Drory1-0/+10
2021-01-28IB/umad: Return EIO in case of when device disassociatedShay Drory1-1/+6
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches1-1/+1
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-2/+2
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-10/+12
2020-03-13RDMA/mad: Do not crash if the rdma device does not have a umad interfaceJason Gunthorpe1-11/+22
2020-02-13IB/umad: Fix kernel crash while unloading ib_umadYonatan Cohen1-2/+3
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe1-1/+5
2019-08-01IB/core: Add mitigation for Spectre V1Luck, Tony1-1/+5
2019-07-25RDMA/core: Annotate destroy of mutex to ensure that it is released as unlockedParav Pandit1-1/+1
2019-06-25docs: infiniband: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe1-4/+47
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+22
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-03-28RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit1-0/+10
2019-03-27IB/UMAD: Add umad trace pointsIra Weiny1-0/+12
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe1-4/+5
2019-01-24IB/umad: Do not check status of nonseekable_open()Parav Pandit1-23/+13
2019-01-23IB/umad: Avoid additional device reference during open()/close()Parav Pandit1-5/+4
2018-12-21IB/umad: Start using dev_groups of classParav Pandit1-16/+12
2018-12-21IB/umad: Use class_groups and let core create class fileParav Pandit1-9/+14
2018-12-21IB/umad: Refactor code to use cdev_device_add()Parav Pandit1-85/+86
2018-12-21IB/umad: Avoid destroying device while it is accessedParav Pandit1-9/+13
2018-12-21IB/umad: Simplify and avoid dynamic allocation of classParav Pandit1-21/+21
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-2/+2
2018-10-16RDMA/umad: Use kernel API to allocate umad indexesLeon Romanovsky1-6/+5
2018-09-26RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+1
2018-06-25IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit1-0/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-66/+57
2018-01-28IB/umad: Fix use of unprotected device pointerJack Morgenstein1-1/+1
2018-01-10IB/core: Increase number of char device minorsHuy Nguyen1-55/+48
2018-01-10IB/core: Remove the locking for character device bitmapsHuy Nguyen1-5/+0
2017-12-22IB/core: Use rdma_cap_opa_mad to check for OPADon Hiatt1-2/+1
2017-12-18IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wcParav Pandit1-4/+4
2017-12-18IB/{cm, umad}: Handle av init errorParav Pandit1-3/+7
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford1-1/+10
2017-10-18IB/core: Introduce and use rdma_create_user_ahParav Pandit1-1/+1
2017-10-04IB/core: Do not warn on lid conversions for OPADon Hiatt1-1/+10
2017-08-18Add OPA extended LID supportHiatt, Don1-1/+1
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don1-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-2/+2
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-0/+2
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-15/+17
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-2/+2