aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2018-04-27RDMA/hns: Only assign dqpn if IB_QP_PATH_DEST_QPN bit is setoulijun1-8/+12
2018-04-27RDMA/hns: Remove some unnecessary attr_mask judgementoulijun1-7/+4
2018-04-27RDMA/hns: Only assign mtu if IB_QP_PATH_MTU bit is setoulijun1-1/+1
2018-04-27RDMA/hns: Fix the qp context state diagramoulijun1-1/+2
2018-04-27RDMA/hns: Intercept illegal RDMA operation when use inline dataoulijun1-0/+5
2018-04-27RDMA/hns: Bugfix for init hem tableoulijun1-4/+4
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds12-78/+434
2018-04-03RDMA: Use ib_gid_attr during GID modificationParav Pandit1-11/+9
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit1-5/+3
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-7/+0
2018-03-27RDMA/hns: ensure for-loop actually iterates and free's buffersColin Ian King1-1/+1
2018-03-22RDMA/hns: Fix cq record doorbell enable in kernelYixian Liu1-21/+17
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-03-19RDMA/hns: Fix init resp when alloc ucontextYixian Liu1-1/+1
2018-03-15RDMA/hns: Use structs to describe the uABI instead of opencodingJason Gunthorpe1-1/+4
2018-03-15RDMA/hns: Fix cqn type and init respYixian Liu2-12/+11
2018-03-13RDMA/hns: Support cq record doorbell for kernel spaceYixian Liu3-19/+18
2018-03-13RDMA/hns: Support rq record doorbell for kernel spaceYixian Liu5-13/+142
2018-03-13RDMA/hns: Support cq record doorbell for the user spaceYixian Liu4-6/+55
2018-03-13RDMA/hns: Support rq record doorbell for the user spaceYixian Liu6-5/+195
2018-02-14RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*()Andy Shevchenko2-8/+8
2018-02-14RDMA/hns: Use free_pages function instead of free_pageoulijun1-1/+1
2018-02-14RDMA/hns: Fix QP state judgement before receiving work requestsYixian Liu1-1/+1
2018-02-14RDMA/hns: Fix a bug with modifying mac addressoulijun1-1/+2
2018-02-05RDMA/hns: Fix the endian problem for hnsoulijun8-320/+363
2018-02-01RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_tableoulijun1-1/+0
2018-02-01RDMA/hns: Add names to function arguments in function pointersoulijun1-4/+4
2018-02-01RDMA/hns: Remove unnecessary operatoroulijun1-2/+2
2018-01-18RDMA/hns: Remove unnecessary platform_get_resource() error checkweiyongjun (A)1-4/+0
2018-01-16RDMA/hns: Set the guid for hip08 RoCE deviceoulijun1-0/+4
2018-01-16RDMA/hns: Update the verbs of polling for completionoulijun2-1/+13
2018-01-16RDMA/hns: Assign zero for pkey_index of wc in hip08oulijun1-0/+3
2018-01-16RDMA/hns: Fill sq wqe context of ud type in hip08oulijun2-145/+385
2018-01-16RDMA/hns: Add gsi qp support for modifying qp in hip08oulijun2-16/+49
2018-01-16RDMA/hns: Create gsi qp in hip08oulijun1-2/+16
2018-01-16RDMA/hns: Assign the correct value for tx_cqnoulijun1-1/+1
2018-01-15RDMA/hns: Fix endian problems around imm_data and rkeyJason Gunthorpe3-7/+11
2018-01-03RDMA/hns: Assign dest_qp when deregistering mroulijun1-1/+1
2018-01-03RDMA/hns: Fix QP state judgement before sending work requestsYixian Liu1-1/+2
2018-01-03RDMA/hns: Filter for zero length of sge in hip08 kernel modeoulijun1-9/+20
2018-01-03RDMA/hns: Set access flags of hip08 RoCEoulijun2-12/+37
2018-01-03RDMA/hns: Update the usage of sr_max and rr_max fieldoulijun1-11/+16
2018-01-03RDMA/hns: Add rq inline data support for hip08 RoCEoulijun3-8/+127
2017-12-29RDMA/hns: Add detailed comments for mb() callYixian Liu2-23/+22