summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns
AgeCommit message (Expand)AuthorFilesLines
2020-01-27RDMA/hns: bugfix for slab-out-of-bounds when loading hip08 driverXi Wang1-2/+4
2020-01-27RDMA/hns: Bugfix for slab-out-of-bounds when unloading hip08 driverXi Wang1-6/+13
2020-01-27RDMA/hns: Fixs hw access invalid dma memory errorXi Wang1-1/+0
2019-12-13RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LENSirong Wang1-1/+1
2019-12-05RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qpYueHaibing1-1/+1
2019-12-05RDMA/hns: Fix the state of rereg mrYixian Liu1-0/+3
2019-12-05RDMA/hns: Bugfix for the scene without receiver queueLijun Ou1-1/+2
2019-12-05RDMA/hns: Fix the bug with updating rq head pointer when flush cqeLijun Ou1-3/+7
2019-12-05RDMA/hns: Fix the bug while use multi-hop of pblLijun Ou1-2/+2
2019-11-24RDMA/hns: Limit the size of extend sge of sqLijun Ou4-0/+22
2019-11-24RDMA/hns: Bugfix for CM testLijun Ou1-0/+1
2019-11-24RDMA/hns: Submit bad wr when post send wr exceptionLijun Ou1-0/+1
2019-11-24RDMA/hns: Bugfix for reserved qp numberLijun Ou4-2/+11
2019-11-20RDMA: Fix dependencies for rdma_user_mmap_ioArnd Bergmann1-0/+1
2019-11-20RDMA/hns: Fix an error code in hns_roce_v2_init_eq_table()Dan Carpenter1-0/+1
2019-11-12RDMA/hns: Prevent memory leaks of eq->buf_listLijun Ou1-3/+3
2019-05-31RDMA/hns: Fix bad endianess of port_pd variableLeon Romanovsky1-1/+1
2019-05-16RDMA/hns: Bugfix for mapping user dbLijun Ou1-1/+1
2019-05-10RDMA/hns: Fix bug that caused srq creation to failLijun Ou2-4/+6
2018-12-17RDMA/hns: Bugfix pbl configuration for rereg mrYixian Liu1-68/+60
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-6/+4
2018-08-16RDMA/hns: Fix usage of bitmap allocation functions return valuesGal Pressman2-2/+5
2018-08-03RDMA/hns: Support flush cqe for hip08 in kernel spaceYixian Liu4-20/+240
2018-07-31RDMA/hns: Program the tclass and flow label into the hardwareLijun Ou4-10/+13
2018-07-31RDMA/hns: Use macro instead of magic numberLijun Ou2-2/+5
2018-07-31RDMA/hns: Modify qp will return errno when qp type is illegalLijun Ou1-0/+1
2018-07-31RDMA/hns: Assign the value for vlan field of qp contextLijun Ou2-6/+13
2018-07-31RDMA/hns: Only assgin the fields of the av if IB_QP_AV bit is setLijun Ou1-31/+80
2018-07-31RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche3-14/+19
2018-07-31RDMA: Constify the argument of the work request conversion functionsBart Van Assche2-3/+3
2018-07-27RDMA/hns: Enable modify_cq for uverbs.Lijun Ou1-0/+3
2018-07-27RDMA/hns: Update the data type of immediate dataLijun Ou2-7/+11
2018-07-27RDMA/hns: Use delay instead of usleepLijun Ou1-2/+2
2018-07-27RDMA/hns: Add illegal hop_num judgementLijun Ou1-0/+3
2018-07-27RDMA/hns: Return correct error code from hns_roce_v1_rsv_lp_qp()Lijun Ou1-1/+2
2018-07-27RDMA/hns: Add 50GE type of hnae3 device matchLijun Ou1-0/+2
2018-07-27RDMA/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-13treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1