aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-03RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA deviceRoland Dreier1-0/+3
2018-03-29RDMA/cma: Move rdma_cm_state to cma_priv.hParav Pandit1-0/+14
2018-03-29IB/addr: Constify dst_entry pointerParav Pandit1-5/+7
2018-03-29RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe3-20/+20
2018-03-29RDMA/nldev: Provide netdevice name and indexLeon Romanovsky1-5/+26
2018-03-28RDMA/CMA: Add rdma_port_space to UAPISteve Wise1-15/+17
2018-03-27IB/core: Refer to RoCE port property to decide building cacheParav Pandit1-2/+2
2018-03-27IB/core: Search GID only for IB link layerParav Pandit1-1/+1
2018-03-27IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit1-1/+1
2018-03-27IB/core: Generate GID change event regardless of RoCE GID table propertyParav Pandit1-7/+5
2018-03-27IB/cm: Block processing alternate path handling RoCE Rx cm messagesParav Pandit1-0/+14
2018-03-27IB/core: Protect against concurrent access to hardware statsMark Bloch1-6/+28
2018-03-27RDMA/ucma: Fix uABI structure layouts for 32/64 compatJason Gunthorpe1-2/+7
2018-03-23IB/cma: Resolve route only while receiving CM requestsParav Pandit3-0/+11
2018-03-22IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit1-1/+1
2018-03-22RDMA/restrack: Remove ambiguity in resource track clean logicLeon Romanovsky1-1/+44
2018-03-19IB/uverbs: Enable ioctl() uAPI by default for new verbsMatan Barak2-4/+2
2018-03-19IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new fileMatan Barak4-177/+215
2018-03-19IB/uverbs: Expose parsing tree of all common objects to providersMatan Barak2-14/+35
2018-03-19IB/uverbs: Safely extend existing attributesMatan Barak3-11/+37
2018-03-19IB/uverbs: Enable compact representation of uverbs_attr_specMatan Barak1-2/+2
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-1/+4
2018-03-19IB/uverbs: Move to new headers and make naming consistentMatan Barak3-144/+153
2018-03-19IB/core: Use rdma_is_port_valid()Parav Pandit1-3/+2
2018-03-19IB/core: Set speed string to SDR for invalid active ratesHonggang Li1-0/+1
2018-03-16RDMA/restrack: Don't rely on uninitialized variable in restrack_add flowLeon Romanovsky1-1/+3
2018-03-15IB/core: Move rdma_addr_find_l2_eth_by_grh to core_priv.hParav Pandit1-0/+5
2018-03-15IB/cm: Introduce and use helper function to get cm_port from pathParav Pandit1-4/+13
2018-03-15IB/core: Refactor ib_init_ah_attr_from_path() for RoCEParav Pandit1-96/+103
2018-03-15IB/cm: Add and use a helper function to add cm_id's to the port listParav Pandit1-10/+21
2018-03-15IB/core: Remove rdma_resolve_ip_route() as exported symbolParav Pandit2-1/+6
2018-03-15IB/cma: Use rdma_protocol_roce() and remove cma_protocol_roce_dev_port()Parav Pandit1-12/+3
2018-03-15IB/core: Honor port_num while resolving GID for IB link layerParav Pandit1-14/+12
2018-03-15IB/core: Honor return status of ib_init_ah_from_mcmember()Parav Pandit1-4/+8
2018-03-15IB/{core, ipoib}: Simplify ib_find_gid() for unused ndevParav Pandit1-2/+1
2018-03-15IB/core: Fix comments of GID query functionsParav Pandit1-2/+29
2018-03-14Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford6-32/+46
2018-03-14drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4Andrew Morton1-1/+2
2018-03-14RDMA/ucma: Don't allow join attempts for unsupported AF familyLeon Romanovsky1-1/+7
2018-03-14RDMA/ucma: Fix access to non-initialized CM_ID objectLeon Romanovsky1-0/+3
2018-03-14RDMA/core: Do not use invalid destination in determining port reuseTatyana Nikolova1-5/+7
2018-03-14RDMA/verbs: Simplify modify QP checkLeon Romanovsky1-12/+8
2018-03-14RDMA/uverbs: Ensure validity of current QP state valueLeon Romanovsky1-0/+7
2018-03-08RDMA/nldev: provide detailed PD informationSteve Wise1-0/+57
2018-03-08RDMA/nldev: provide detailed MR informationSteve Wise4-13/+84
2018-03-08RDMA/nldev: provide detailed CQ informationSteve Wise1-0/+52
2018-03-08RDMA/nldev: provide detailed CM_ID informationSteve Wise5-38/+158
2018-03-08RDMA/CM: move rdma_id_private to cma_priv.hSteve Wise2-40/+80
2018-03-08RDMA/nldev: common resource dumpit functionSteve Wise1-18/+43
2018-03-08RDMA/restrack: clean up res_to_dev()Steve Wise1-19/+5