aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/user_mad.c
AgeCommit message (Expand)Author
2019-08-25IB/core: Add mitigation for Spectre V1Luck, Tony
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-03-28RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit
2019-03-27IB/UMAD: Add umad trace pointsIra Weiny
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe
2019-01-24IB/umad: Do not check status of nonseekable_open()Parav Pandit
2019-01-23IB/umad: Avoid additional device reference during open()/close()Parav Pandit
2018-12-21IB/umad: Start using dev_groups of classParav Pandit
2018-12-21IB/umad: Use class_groups and let core create class fileParav Pandit
2018-12-21IB/umad: Refactor code to use cdev_device_add()Parav Pandit
2018-12-21IB/umad: Avoid destroying device while it is accessedParav Pandit
2018-12-21IB/umad: Simplify and avoid dynamic allocation of classParav Pandit
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-10-16RDMA/umad: Use kernel API to allocate umad indexesLeon Romanovsky
2018-09-26RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-06-25IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-01-28IB/umad: Fix use of unprotected device pointerJack Morgenstein
2018-01-10IB/core: Increase number of char device minorsHuy Nguyen
2018-01-10IB/core: Remove the locking for character device bitmapsHuy Nguyen
2017-12-22IB/core: Use rdma_cap_opa_mad to check for OPADon Hiatt
2017-12-18IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wcParav Pandit
2017-12-18IB/{cm, umad}: Handle av init errorParav Pandit
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford
2017-10-18IB/core: Introduce and use rdma_create_user_ahParav Pandit
2017-10-04IB/core: Do not warn on lid conversions for OPADon Hiatt
2017-08-18Add OPA extended LID supportHiatt, Don
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-03-21infiniband: utilize the new cdev_set_parent functionLogan Gunthorpe
2017-01-24IB/core: Use dev.parent instead of dma_deviceBart Van Assche
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-01-19IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran
2015-06-12IB/mad: Add final OPA MAD processingIra Weiny
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny
2015-05-20Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...Doug Ledford
2015-05-20IB/user_mad: Fix buggy usage of port indexIra Weiny
2015-05-20IB/user_mad: Use new start/end port functionsIra Weiny
2015-05-20IB/mad: Change ib_response_mad signature argumentsIra Weiny
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_mad()Michael Wang
2015-05-18IB/Verbs: Reform IB-core mad/agent/user_madMichael Wang