aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-25RDMA/hns: Update the IRRL table chunk size in hip08Wei Hu(Xavier)6-16/+21
2017-10-25RDMA/hns: Support WQE/CQE/PBL page size configurable feature in hip08Wei Hu(Xavier)5-57/+142
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford20-636/+6452
2017-10-18IB: Let ib_core resolve destination mac addressParav Pandit1-13/+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 Assche3-8/+10
2017-10-04RDMA/hns: return 0 rather than return a garbage status valueColin Ian King1-0/+1
2017-09-29RDMA/hns: Fix calltrace for sleeping in atomicLijun Ou1-1/+1
2017-09-29RDMA/hns: Don't unregister a callback we didn't registerLijun Ou2-2/+0
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 Ou2-0/+3
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)4-12/+29
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: remove redundant assignment to variable jColin Ian King1-1/+0
2017-09-29RDMA/hns: make various function static, fixes warningsColin Ian King3-18/+18
2017-09-27RDMA/hns: Delete the unnecessary initializing enum to zeroWei Hu(Xavier)1-1/+1
2017-09-27RDMA/hns: Fix inconsistent warningWei Hu(Xavier)1-1/+1
2017-09-27RDMA/hns: Replace condition statement using hardware version informationWei Hu(Xavier)1-1/+2
2017-09-27RDMA/hns: Add releasing resource operation in error branchWei Hu(Xavier)1-0/+2
2017-09-27RDMA/hns: Configure the MTPT in hip08Wei Hu(Xavier)2-0/+162
2017-09-27RDMA/hns: Add support for processing send wr and receive wrWei Hu(Xavier)6-6/+406
2017-09-27RDMA/hns: Add QP operations support for hip08 SoCWei Hu(Xavier)6-29/+1883
2017-09-27RDMA/hns: Add CQ operations support for hip08 RoCE driverWei Hu(Xavier)5-14/+614
2017-09-27RDMA/hns: Configure mac&gid and user access region for hip08 RoCE driverWei Hu(Xavier)4-5/+76
2017-09-27RDMA/hns: Support multi hop addressing for PBL in hip08Wei Hu(Xavier)4-24/+418
2017-09-27RDMA/hns: Split CQE from MTT in hip08Shaobo Xu6-19/+98
2017-09-27RDMA/hns: Update the interfaces for MTT/CQE multi hop addressing in hip08Shaobo Xu8-36/+143
2017-09-27RDMA/hns: Configure BT BA and BT attribute for the contexts in hip08Wei Hu(Xavier)3-1/+292
2017-09-27RDMA/hns: Add the interfaces to support multi hop addressing for the contexts in hip08Shaobo Xu6-12/+630
2017-09-27RDMA/hns: Add mailbox's implementation for hip08 RoCE driverWei Hu(Xavier)7-93/+195
2017-09-27RDMA/hns: Add profile support for hip08 driverWei Hu(Xavier)5-4/+423
2017-09-27RDMA/hns: Add command queue support for hip08 RoCE driverWei Hu(Xavier)5-1/+420
2017-09-27RDMA/hns: Modify assignment device variable to support both PCI device and platform deviceWei Hu(Xavier)10-40/+41
2017-09-27RDMA/hns: Initialize the PCI device for hip08 RoCEWei Hu(Xavier)4-0/+167
2017-09-27RDMA/hns: Move priv in order to add multiple hns_roce supportWei Hu(Xavier)2-28/+35
2017-09-27RDMA/hns: Split hw v1 driver from hns roce driverWei Hu(Xavier)12-247/+330
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2-2/+4
2017-08-16IB/hns: fix memory leak on ah on error return pathColin Ian King1-1/+3
2017-08-14IB/hns: Avoid compile test under non 64bit environmentsMatan Barak1-1/+1
2017-08-14Revert "RDMA/hns: fix build regression"Doug Ledford1-1/+0
2017-08-04IB/hns: checking for IS_ERR() instead of NULLDan Carpenter1-1/+1
2017-07-31IB/hns: include linux/interrupt.hArnd Bergmann1-0/+1
2017-07-28RDMA/hns: fix build regressionDoug Ledford1-0/+1
2017-07-28IB/hns: fix semicolon.cocci warningskbuild test robot1-1/+1
2017-07-28IB/hns: fix returnvar.cocci warningskbuild test robot1-2/+1
2017-07-28IB/hns: fix boolreturn.cocci warningskbuild test robot1-1/+1
2017-07-28IB/hns: Support compile test for hns RoCE driverMatan Barak3-1/+3