aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-30RDMA/hns: remove set but not used variable 'dseg'YueHaibing1-7/+0
2018-09-27RDMA/hns: fix spelling mistake "reseved" -> "reserved"Colin Ian King1-2/+2
2018-09-26RDMA/hns: Add MW support for hip08Yixian Liu5-0/+205
2018-09-26RDMA/hns: Add enable judgement for UD vlanLijun Ou4-1/+11
2018-09-26RDMA/hns: Add CM of vlan device supportLijun Ou2-1/+13
2018-09-26RDMA/hns: Add atomic supportLijun Ou4-3/+45
2018-09-26RDMA/hns: Refactor the codes for setting transport opodeLijun Ou1-48/+18
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-09-26RDMA: Fix dependencies for rdma_user_mmap_ioArnd Bergmann1-0/+1
2018-09-20RDMA/hns: Use rdma_user_mmap_ioJason Gunthorpe2-88/+21
2018-09-19RDMA/hns: Move all prints out of irq handleliuyixian2-132/+97
2018-09-11RDMA/hns: Fix an error code in hns_roce_v2_init_eq_table()Dan Carpenter1-0/+1
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-6/+4
2018-08-15RDMA/hns: Fix usage of bitmap allocation functions return valuesGal Pressman2-2/+5
2018-08-02RDMA/hns: Support flush cqe for hip08 in kernel spaceYixian Liu4-20/+240
2018-07-30RDMA/hns: Program the tclass and flow label into the hardwareLijun Ou4-10/+13
2018-07-30RDMA/hns: Use macro instead of magic numberLijun Ou2-2/+5
2018-07-30RDMA/hns: Modify qp will return errno when qp type is illegalLijun Ou1-0/+1
2018-07-30RDMA/hns: Assign the value for vlan field of qp contextLijun Ou2-6/+13
2018-07-30RDMA/hns: Only assgin the fields of the av if IB_QP_AV bit is setLijun Ou1-31/+80
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-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus1-6/+4
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