summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-27IB/opa_vnic: Add routing control informationNiranjana Vishwanathapura4-4/+61
2017-09-27IB/opa_vnic: Properly set vesw port statusNiranjana Vishwanathapura1-12/+27
2017-09-27IB/opa_vnic: Properly clear Mac Table DigestScott Franco1-0/+1
2017-09-27IB/opa_vnic: Properly return the total MACs in UC MAC listNiranjana Vishwanathapura1-3/+5
2017-09-27IB/opa_vnic: Allow reset of MAC addressNiranjana Vishwanathapura1-1/+1
2017-09-27IB/opa_vnic: Set POD value for Ethernet MTUNiranjana Vishwanathapura2-0/+2
2017-09-27IB/opa_vnic: Mark unused Ethernet MTU fields as reservedNiranjana Vishwanathapura4-17/+8
2017-09-27Merge branches 'hns' and 'misc' into k.o/for-nextDoug Ledford47-922/+6669
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-27IB/ipoib: Remove device when one port fails to initYuval Shaia1-1/+2
2017-09-27RDMA/cxgb3: remove redundant first assignement of sqpColin Ian King1-4/+2
2017-09-27IB/uverbs: clean up INIT_UDATA() macro usageArnd Bergmann2-80/+67
2017-09-27IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usageArnd Bergmann3-20/+20
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 Shaia7-3/+5
2017-09-27IB/core: fix spelling mistake: "aceess" -> "access"Colin Ian King1-1/+1
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...Shaobo 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 pl...Wei 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