aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v1.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-29iw_cxgb4: add referencing to wait objectsSteve Wise6-65/+123
2017-09-29iw_cxgb4: allocate wait object for each ep objectSteve Wise3-20/+28
2017-09-29iw_cxgb4: allocate wait object for each qp objectSteve Wise2-22/+34
2017-09-29iw_cxgb4: allocate wait object for each cq objectSteve Wise2-27/+37
2017-09-29iw_cxgb4: allocate wait object for each memory objectSteve Wise2-89/+141
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-29i40iw: delete some stray tabsDan Carpenter1-2/+2
2017-09-29IB/{ipoib, iser}: Consistent print format of vendor errorAjaykumar Hotchandani3-10/+10
2017-09-29IB/qib: Use setup_timer and mod_timerHimanshu Jha2-11/+7
2017-09-29RDMA/qedr: Fix rdma_type initializationKalderon, Michal1-0/+1
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-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-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