aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche3-14/+19
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche2-3/+3
2018-07-26RDMA/hns: Enable modify_cq for uverbs.Lijun Ou1-0/+3
2018-07-26RDMA/hns: Update the data type of immediate dataLijun Ou2-7/+11
2018-07-26RDMA/hns: Use delay instead of usleepLijun Ou1-2/+2
2018-07-26RDMA/hns: Add illegal hop_num judgementLijun Ou1-0/+3
2018-07-26RDMA/hns: Return correct error code from hns_roce_v1_rsv_lp_qp()Lijun Ou1-1/+2
2018-07-26RDMA/hns: Add 50GE type of hnae3 device matchLijun Ou1-0/+2
2018-07-26RDMA/hns: Do not overwrite the error code during error unwind in hns_roce_initLijun Ou1-2/+1
2018-07-11hns: Remove a set-but-not-used variableBart Van Assche1-2/+0
2018-07-11RDMA/hns: Update the implementation of set_macoulijun3-16/+28
2018-07-11RDMA/hns: Update the implementation of set_gidoulijun3-33/+53
2018-07-11RDMA/hns: Add TPQ link table supportoulijun3-1/+31
2018-07-11RDMA/hns: Add TSQ link table supportoulijun3-7/+297
2018-07-11RDMA/hns: Fix endian conversions and annotationsoulijun3-171/+245
2018-07-03IB/mlx5: Remove set-but-not-used variablesBart Van Assche1-3/+0
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit1-15/+4
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit4-7/+5
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-04IB/hns: Use zeroing memory allocator instead of allocator/memsetYueHaibing1-5/+3
2018-06-01RDMA/hns_roce: Don't check return value of zap_vma_ptes()Doug Ledford1-3/+1
2018-05-30RDMA/hns: Implement the disassociate_ucontext APIWei Hu(Xavier)2-1/+77
2018-05-30RDMA/hns: Fix the illegal memory operation when cross pageWei Hu(Xavier)2-20/+53
2018-05-30RDMA/hns: Add reset process for RoCE in hip08Wei Hu(Xavier)4-0/+88
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe5-12/+36
2018-05-24RDMA/hns: Increase checking CMQ status timeout valueWei Hu(Xavier)1-1/+1
2018-05-24RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaustWei Hu(Xavier)2-4/+7
2018-05-24RDMA/hns: Rename the idx field of dboulijun2-4/+4
2018-05-23RDMA/hns: Move the location for initializing tmp_lenoulijun1-1/+2
2018-05-23RDMA/hns: Bugfix for cq record db for kerneloulijun1-0/+1
2018-05-16RDMA/hns: Add 64KB page size support for hip08Yixian Liu3-22/+23
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford3-27/+36
2018-05-09RDMA/hns: Drop local zgid in favor of core defined variableLeon Romanovsky1-1/+0
2018-05-09RDMA/hns: Fix the bug with NULL pointeroulijun1-1/+1
2018-05-09RDMA/hns: Set NULL for __internal_mroulijun1-0/+1
2018-05-09RDMA/hns: Enable inner_pa_vld filed of mptoulijun1-0/+2
2018-05-09RDMA/hns: Set desc_dma_addr for zero when free cmq descoulijun1-0/+2
2018-05-09RDMA/hns: Fix the bug with rq sgeoulijun1-2/+2
2018-05-09RDMA/hns: Not support qp transition from reset to reset for hip06oulijun1-1/+8
2018-05-09RDMA/hns: Add return operation when configured global param failoulijun1-0/+1
2018-05-09RDMA/hns: Update convert function of endian formatoulijun1-1/+1
2018-05-09RDMA/hns: Load the RoCE dirver automaticallyoulijun1-0/+2
2018-05-09RDMA/hns: Bugfix for rq record db for kerneloulijun1-0/+1
2018-05-09RDMA/hns: Add rq inline flags judgementoulijun1-6/+12
2018-04-27RDMA/hns: Fix a couple misspellingsoulijun2-2/+2
2018-04-27RDMA/hns: Submit bad wroulijun1-1/+2
2018-04-27RDMA/hns: Update assignment method for owner field of send wqeoulijun1-1/+2
2018-04-27RDMA/hns: Adjust the order of cleanup hem tableoulijun1-2/+2