aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-9/+9
2019-02-13RDMA: Fix allocation failure on pointer pdColin Ian King1-1/+1
2019-02-11RDMA/hns: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-4/+3
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-11/+16
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-1/+1
2018-12-11RDMA/hns: Initialize ib_device_ops structKamal Heib1-0/+11
2018-09-27RDMA/hns: fix spelling mistake "reseved" -> "reserved"Colin Ian King1-2/+2
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-6/+4
2018-07-30RDMA/hns: Program the tclass and flow label into the hardwareLijun Ou1-2/+6
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-5/+8
2018-07-26RDMA/hns: Return correct error code from hns_roce_v1_rsv_lp_qp()Lijun Ou1-1/+2
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus1-6/+4
2018-07-11RDMA/hns: Fix endian conversions and annotationsoulijun1-165/+239
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit1-1/+1
2018-05-09RDMA/hns: Fix the bug with NULL pointeroulijun1-1/+1
2018-05-09RDMA/hns: Set NULL for __internal_mroulijun1-0/+1
2018-02-14RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*()Andy Shevchenko1-4/+4
2018-02-05RDMA/hns: Fix the endian problem for hnsoulijun1-18/+42
2018-01-18RDMA/hns: Remove unnecessary platform_get_resource() error checkweiyongjun (A)1-4/+0
2018-01-15RDMA/hns: Fix endian problems around imm_data and rkeyJason Gunthorpe1-3/+4
2018-01-03RDMA/hns: Assign dest_qp when deregistering mroulijun1-1/+1
2017-12-29RDMA/hns: Add detailed comments for mb() callYixian Liu1-7/+12
2017-12-22RDMA/hns: Refactor eq code for hip06Yixian Liu1-9/+731
2017-11-10RDMA/hns: Configure sgid type for hip08 RoCEWei Hu(Xavier)1-2/+5
2017-10-25RDMA/hns: Add modify CQ support for hip08oulijun1-0/+6
2017-10-25RDMA/hns: Update the IRRL table chunk size in hip08Wei Hu(Xavier)1-0/+1
2017-10-18RDMA/hns: fix spelling mistake: "Reseved" -> "Reserved"Colin Ian King1-1/+1
2017-10-14IB/hns: Declare local functions 'static'Bart Van Assche1-29/+35
2017-10-14IB/hns: Annotate iomem pointers correctlyBart Van Assche1-4/+5
2017-09-29RDMA/hns: Avoid NULL pointer exceptionWei Hu(Xavier)1-0/+5
2017-09-29RDMA/hns: Set rdma_ah_attr type for querying qpLijun Ou1-0/+2
2017-09-29RDMA/hns: Only assign dest_qp if IB_QP_DEST_QPN bit is setLijun Ou1-4/+5
2017-09-29RDMA/hns: Check return value of kzallocWei Hu(Xavier)1-3/+13
2017-09-29RDMA/hns: Refactor code for readabilityLijun Ou1-44/+51
2017-09-29RDMA/hns: Modify the value with rd&dest_rd of qp_attrLijun Ou1-2/+2
2017-09-29RDMA/hns: make various function static, fixes warningsColin Ian King1-3/+3
2017-09-27RDMA/hns: Add support for processing send wr and receive wrWei Hu(Xavier)1-1/+3
2017-09-27RDMA/hns: Add QP operations support for hip08 SoCWei Hu(Xavier)1-0/+1
2017-09-27RDMA/hns: Add CQ operations support for hip08 RoCE driverWei Hu(Xavier)1-0/+1
2017-09-27RDMA/hns: Update the interfaces for MTT/CQE multi hop addressing in hip08Shaobo Xu1-4/+4
2017-09-27RDMA/hns: Add the interfaces to support multi hop addressing for the contexts in hip08Shaobo Xu1-1/+1
2017-09-27RDMA/hns: Add mailbox's implementation for hip08 RoCE driverWei Hu(Xavier)1-0/+75
2017-09-27RDMA/hns: Add profile support for hip08 driverWei Hu(Xavier)1-1/+3
2017-09-27RDMA/hns: Modify assignment device variable to support both PCI device and platform deviceWei Hu(Xavier)1-0/+1
2017-09-27RDMA/hns: Move priv in order to add multiple hns_roce supportWei Hu(Xavier)1-27/+34
2017-09-27RDMA/hns: Split hw v1 driver from hns roce driverWei Hu(Xavier)1-1/+243
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford1-1/+1
2017-08-04IB/hns: checking for IS_ERR() instead of NULLDan Carpenter1-1/+1
2017-07-28IB/hns: fix returnvar.cocci warningskbuild test robot1-2/+1