summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Add SRQ asynchronous event supportLijun Ou2018-12-053-1/+36
* RDMA/hns: Add SRQ support for hip08 kernel modeLijun Ou2018-12-059-52/+1092
* RDMA/hns: Init SRQ table for hip08Lijun Ou2018-12-059-1/+140
* RDMA/hns: Eanble SRQ capacity for hip08Lijun Ou2018-12-054-1/+18
* RDMA/hns: prefer dma_zalloc_coherent to dma_alloc_coherent/memseAllen Pais2018-11-061-6/+3Star
* RDMA/hns: Add FRMR support for hip08Yixian Liu2018-10-165-10/+218
* RDMA/hns: Bugfix for atomic operationLijun Ou2018-10-041-10/+21
* RDMA/hns: Add vlan enable bit for hip08Lijun Ou2018-10-042-0/+13
* RDMA/hns: Support local invalidate for hip08 in kernel spaceLijun Ou2018-10-041-1/+5
* RDMA/hns: Update some fields of qp contextLijun Ou2018-10-042-66/+45Star
* RDMA/hns: Limit extend sq sge numLijun Ou2018-10-041-1/+7
* RDMA/hns: Update some attributes of the RoCE deviceLijun Ou2018-10-044-3/+36
* RDMA/hns: Configure ecn field of ip headerLijun Ou2018-10-041-2/+9
* RDMA/hns: Limit the size of extend sge of sqLijun Ou2018-10-044-0/+22
* RDMA/hns: Bugfix for CM testLijun Ou2018-10-041-0/+1
* RDMA/hns: Submit bad wr when post send wr exceptionLijun Ou2018-10-041-0/+1
* RDMA/hns: Bugfix for reserved qp numberLijun Ou2018-10-044-2/+11
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-2/+2
* RDMA/hns: remove set but not used variable 'dseg'YueHaibing2018-10-011-7/+0Star
* RDMA/hns: fix spelling mistake "reseved" -> "reserved"Colin Ian King2018-09-271-2/+2
* RDMA/hns: Add MW support for hip08Yixian Liu2018-09-275-0/+205
* RDMA/hns: Add enable judgement for UD vlanLijun Ou2018-09-264-1/+11
* RDMA/hns: Add CM of vlan device supportLijun Ou2018-09-262-1/+13
* RDMA/hns: Add atomic supportLijun Ou2018-09-264-3/+45
* RDMA/hns: Refactor the codes for setting transport opodeLijun Ou2018-09-261-48/+18Star
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1Star
* RDMA: Fix dependencies for rdma_user_mmap_ioArnd Bergmann2018-09-261-0/+1
* RDMA/hns: Use rdma_user_mmap_ioJason Gunthorpe2018-09-202-88/+21Star
* RDMA/hns: Move all prints out of irq handleliuyixian2018-09-192-132/+97Star
* RDMA/hns: Fix an error code in hns_roce_v2_init_eq_table()Dan Carpenter2018-09-111-0/+1
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-6/+4Star
|\
| * ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus2018-07-231-6/+4Star
* | RDMA/hns: Fix usage of bitmap allocation functions return valuesGal Pressman2018-08-152-2/+5
* | RDMA/hns: Support flush cqe for hip08 in kernel spaceYixian Liu2018-08-034-20/+240
* | RDMA/hns: Program the tclass and flow label into the hardwareLijun Ou2018-07-314-10/+13
* | RDMA/hns: Use macro instead of magic numberLijun Ou2018-07-312-2/+5
* | RDMA/hns: Modify qp will return errno when qp type is illegalLijun Ou2018-07-311-0/+1
* | RDMA/hns: Assign the value for vlan field of qp contextLijun Ou2018-07-312-6/+13
* | RDMA/hns: Only assgin the fields of the av if IB_QP_AV bit is setLijun Ou2018-07-311-31/+80
* | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-313-14/+19
* | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-312-3/+3
* | RDMA/hns: Enable modify_cq for uverbs.Lijun Ou2018-07-271-0/+3
* | RDMA/hns: Update the data type of immediate dataLijun Ou2018-07-272-7/+11
* | RDMA/hns: Use delay instead of usleepLijun Ou2018-07-271-2/+2
* | RDMA/hns: Add illegal hop_num judgementLijun Ou2018-07-271-0/+3
* | RDMA/hns: Return correct error code from hns_roce_v1_rsv_lp_qp()Lijun Ou2018-07-271-1/+2
* | RDMA/hns: Add 50GE type of hnae3 device matchLijun Ou2018-07-271-0/+2
* | RDMA/hns: Do not overwrite the error code during error unwind in hns_roce_initLijun Ou2018-07-271-2/+1Star
* | hns: Remove a set-but-not-used variableBart Van Assche2018-07-111-2/+0Star
* | RDMA/hns: Update the implementation of set_macoulijun2018-07-113-16/+28