summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v1.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Fix error return code in hns_roce_v1_rsv_lp_qp()Wei Yongjun2019-08-251-1/+3
* RDMA/hns: Fix PD memory leak for internal allocationLeon Romanovsky2019-05-211-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-372/+24
|\
| * RDMA/hns: Remove asynchronic QP destroyLeon Romanovsky2019-04-241-361/+13
| * IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-2/+2
| * IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-9/+9
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-2/+0
|/
* RDMA: Fix allocation failure on pointer pdColin Ian King2019-02-131-1/+1
* RDMA/hns: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-4/+3
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-081-11/+16
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-181-1/+1
* RDMA/hns: Initialize ib_device_ops structKamal Heib2018-12-111-0/+11
* RDMA/hns: fix spelling mistake "reseved" -> "reserved"Colin Ian King2018-09-271-2/+2
* 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: Program the tclass and flow label into the hardwareLijun Ou2018-07-301-2/+6
* | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-5/+8
* | RDMA/hns: Return correct error code from hns_roce_v1_rsv_lp_qp()Lijun Ou2018-07-261-1/+2
* | RDMA/hns: Fix endian conversions and annotationsoulijun2018-07-111-165/+239
* | RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-1/+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: Replace __raw_write*(cpu_to_le*()) with LE write*()Andy Shevchenko2018-02-141-4/+4
* RDMA/hns: Fix the endian problem for hnsoulijun2018-02-051-18/+42
* RDMA/hns: Remove unnecessary platform_get_resource() error checkweiyongjun (A)2018-01-181-4/+0
* RDMA/hns: Fix endian problems around imm_data and rkeyJason Gunthorpe2018-01-151-3/+4
* RDMA/hns: Assign dest_qp when deregistering mroulijun2018-01-031-1/+1
* RDMA/hns: Add detailed comments for mb() callYixian Liu2017-12-291-7/+12
* RDMA/hns: Refactor eq code for hip06Yixian Liu2017-12-221-9/+731
* RDMA/hns: Configure sgid type for hip08 RoCEWei Hu(Xavier)2017-11-101-2/+5
* RDMA/hns: Add modify CQ support for hip08oulijun2017-10-251-0/+6
* RDMA/hns: Update the IRRL table chunk size in hip08Wei Hu(Xavier)2017-10-251-0/+1
* RDMA/hns: fix spelling mistake: "Reseved" -> "Reserved"Colin Ian King2017-10-181-1/+1
* IB/hns: Declare local functions 'static'Bart Van Assche2017-10-141-29/+35
* IB/hns: Annotate iomem pointers correctlyBart Van Assche2017-10-141-4/+5
* RDMA/hns: Avoid NULL pointer exceptionWei Hu(Xavier)2017-09-291-0/+5
* RDMA/hns: Set rdma_ah_attr type for querying qpLijun Ou2017-09-291-0/+2
* RDMA/hns: Only assign dest_qp if IB_QP_DEST_QPN bit is setLijun Ou2017-09-291-4/+5
* RDMA/hns: Check return value of kzallocWei Hu(Xavier)2017-09-291-3/+13
* RDMA/hns: Refactor code for readabilityLijun Ou2017-09-291-44/+51
* RDMA/hns: Modify the value with rd&dest_rd of qp_attrLijun Ou2017-09-291-2/+2
* RDMA/hns: make various function static, fixes warningsColin Ian King2017-09-291-3/+3
* RDMA/hns: Add support for processing send wr and receive wrWei Hu(Xavier)2017-09-271-1/+3
* RDMA/hns: Add QP operations support for hip08 SoCWei Hu(Xavier)2017-09-271-0/+1
* RDMA/hns: Add CQ operations support for hip08 RoCE driverWei Hu(Xavier)2017-09-271-0/+1
* RDMA/hns: Update the interfaces for MTT/CQE multi hop addressing in hip08Shaobo Xu2017-09-271-4/+4
* RDMA/hns: Add the interfaces to support multi hop addressing for the contexts...Shaobo Xu2017-09-271-1/+1
* RDMA/hns: Add mailbox's implementation for hip08 RoCE driverWei Hu(Xavier)2017-09-271-0/+75
* RDMA/hns: Add profile support for hip08 driverWei Hu(Xavier)2017-09-271-1/+3