summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-6/+4
|\
| * ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus2018-07-231-6/+4
* | 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-024-20/+240
* | RDMA/hns: Program the tclass and flow label into the hardwareLijun Ou2018-07-304-10/+13
* | RDMA/hns: Use macro instead of magic numberLijun Ou2018-07-302-2/+5
* | RDMA/hns: Modify qp will return errno when qp type is illegalLijun Ou2018-07-301-0/+1
* | RDMA/hns: Assign the value for vlan field of qp contextLijun Ou2018-07-302-6/+13
* | RDMA/hns: Only assgin the fields of the av if IB_QP_AV bit is setLijun Ou2018-07-301-31/+80
* | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-303-14/+19
* | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-302-3/+3
* | RDMA/hns: Enable modify_cq for uverbs.Lijun Ou2018-07-261-0/+3
* | RDMA/hns: Update the data type of immediate dataLijun Ou2018-07-262-7/+11
* | RDMA/hns: Use delay instead of usleepLijun Ou2018-07-261-2/+2
* | RDMA/hns: Add illegal hop_num judgementLijun Ou2018-07-261-0/+3
* | RDMA/hns: Return correct error code from hns_roce_v1_rsv_lp_qp()Lijun Ou2018-07-261-1/+2
* | RDMA/hns: Add 50GE type of hnae3 device matchLijun Ou2018-07-261-0/+2
* | RDMA/hns: Do not overwrite the error code during error unwind in hns_roce_initLijun Ou2018-07-261-2/+1
* | hns: Remove a set-but-not-used variableBart Van Assche2018-07-111-2/+0
* | RDMA/hns: Update the implementation of set_macoulijun2018-07-113-16/+28
* | RDMA/hns: Update the implementation of set_gidoulijun2018-07-113-33/+53
* | RDMA/hns: Add TPQ link table supportoulijun2018-07-113-1/+31
* | RDMA/hns: Add TSQ link table supportoulijun2018-07-113-7/+297
* | RDMA/hns: Fix endian conversions and annotationsoulijun2018-07-113-171/+245
* | IB/mlx5: Remove set-but-not-used variablesBart Van Assche2018-07-031-3/+0
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* | RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-15/+4
* | RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-184-7/+5
|/
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* IB/hns: Use zeroing memory allocator instead of allocator/memsetYueHaibing2018-06-041-5/+3
* RDMA/hns_roce: Don't check return value of zap_vma_ptes()Doug Ledford2018-06-011-3/+1
* RDMA/hns: Implement the disassociate_ucontext APIWei Hu(Xavier)2018-05-302-1/+77
* RDMA/hns: Fix the illegal memory operation when cross pageWei Hu(Xavier)2018-05-302-20/+53
* RDMA/hns: Add reset process for RoCE in hip08Wei Hu(Xavier)2018-05-304-0/+88
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-285-12/+36
|\
| * RDMA/hns: Move the location for initializing tmp_lenoulijun2018-05-231-1/+2
| * RDMA/hns: Bugfix for cq record db for kerneloulijun2018-05-231-0/+1
| * RDMA/hns: Fix the bug with NULL pointeroulijun2018-05-091-1/+1
| * RDMA/hns: Set NULL for __internal_mroulijun2018-05-091-0/+1
| * RDMA/hns: Enable inner_pa_vld filed of mptoulijun2018-05-091-0/+2
| * RDMA/hns: Set desc_dma_addr for zero when free cmq descoulijun2018-05-091-0/+2
| * RDMA/hns: Fix the bug with rq sgeoulijun2018-05-091-2/+2
| * RDMA/hns: Not support qp transition from reset to reset for hip06oulijun2018-05-091-1/+8
| * RDMA/hns: Add return operation when configured global param failoulijun2018-05-091-0/+1
| * RDMA/hns: Update convert function of endian formatoulijun2018-05-091-1/+1
| * RDMA/hns: Load the RoCE dirver automaticallyoulijun2018-05-091-0/+2
| * RDMA/hns: Bugfix for rq record db for kerneloulijun2018-05-091-0/+1
| * RDMA/hns: Add rq inline flags judgementoulijun2018-05-091-6/+12
* | RDMA/hns: Increase checking CMQ status timeout valueWei Hu(Xavier)2018-05-241-1/+1