aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-29RDMA/qedr: Fix rdma_type initializationKalderon, Michal1-0/+1
2017-09-29Merge branch 'hfi1' into k.o/for-nextDoug Ledford20-627/+577
2017-09-29IB/hfi1: Refactor reset_ctxt() IOCTLMichael J. Ruhl1-56/+66
2017-09-29IB/hfi1: Refactor get_user() IOCTLsMichael J. Ruhl1-40/+34
2017-09-29IB/hfi1: Refactor hfi_user_exp_rcv_invalid() IOCTLsMichael J. Ruhl2-17/+40
2017-09-29IB/hfi1: Refactor hfi_user_exp_rcv_clear() IOCTLsMichael J. Ruhl1-12/+37
2017-09-29IB/hfi1: Refactor hfi_user_exp_rcv_setup() IOCTLMichael J. Ruhl1-21/+45
2017-09-29IB/hfi1: Refactor get_base_infoMichael J. Ruhl1-12/+12
2017-09-29IB/hfi1: Fix parenthesis alignment issuesMichael J. Ruhl1-12/+12
2017-09-29IB/hfi1: Refactor get_ctxt_infoMichael J. Ruhl1-10/+10
2017-09-29IB/hfi1: Refactor assign_ctxt() IOCTLMichael J. Ruhl1-17/+19
2017-09-27IB/hfi1: Add a safe wrapper for _rcd_get_by_indexMichael J. Ruhl5-5/+28
2017-09-27IB/hfi1: Extend input hdr tracing for packet typeMike Marciniszyn4-44/+44
2017-09-27IB/hfi1: Remove unused hfi1_cpulist variablesJan Sokolowski2-18/+0
2017-09-27IB/hfi1: Inline common calculationMichael J. Ruhl3-17/+16
2017-09-27IB/hfi1: Remove unnecessary error messages on alloc failuresJan Sokolowski1-6/+0
2017-09-27IB/hfi1: Remove unused link_default variableIra Weiny2-7/+5
2017-09-27IB/hfi1: Set default_desc1 just one timeIra Weiny1-7/+7
2017-09-27IB/hfi1: Update HFI to use the latest PCI APIMichael J. Ruhl2-39/+21
2017-09-27IB/qib: Update QIB to use the latest PCI APIMichael J. Ruhl6-259/+120
2017-09-27IB/hfi1: Remove the debug trace message in pin_sdma_pages()Harish Chegondi1-3/+1
2017-09-27IB/hfi1: Convert the macro AHG_HEADER_SET into an inline functionHarish Chegondi2-28/+59
2017-09-27IB/hfi1: Add new state complete decodes for LNI failuresJakub Byczkowski1-0/+4
2017-09-27Merge branches 'hns' and 'misc' into k.o/for-nextDoug Ledford38-818/+6578
2017-09-27iw_cxgb4: change pr_debug to appropriate log levelBharat Potnuri5-32/+32
2017-09-27iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri9-235/+217
2017-09-27IB/ocrdma: pr_err() strings should end with newlinesArvind Yadav2-2/+2
2017-09-27IB/mlx5:: pr_err() and mlx5_ib_dbg() strings should end with newlinesArvind Yadav1-2/+2
2017-09-27RDMA/cxgb3: remove redundant first assignement of sqpColin Ian King1-4/+2
2017-09-27IB/{cxgb3,cxgb4}: Remove unneeded config dependenciesYuval Shaia2-2/+2
2017-09-27IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia3-0/+3
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