aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2017-11-10RDMA/hns: Set sq_cur_sge_blk_addr field in QPC in hip08Gravatar oulijun 2-1/+17
2017-11-10RDMA/hns: Enable the cqe field of sqwqe of RCGravatar oulijun 1-2/+3
2017-11-10RDMA/hns: Set se attribute of sqwqe in hip08Gravatar oulijun 1-0/+3
2017-11-10RDMA/hns: Configure fence attribute in hip08 RoCEGravatar oulijun 1-1/+3
2017-11-10RDMA/hns: Configure TRRL field in hip08 RoCE deviceGravatar oulijun 7-2/+68
2017-11-10RDMA/hns: Update calculation of irrl_ba field for hip08Gravatar oulijun 1-2/+2
2017-11-10RDMA/hns: Configure sgid type for hip08 RoCEGravatar Wei Hu(Xavier) 5-12/+42
2017-11-10RDMA/hns: Generate gid type of RoCEv2Gravatar Wei Hu(Xavier) 3-3/+6
2017-11-10RDMA/hns: Add rereg mr support for hip08Gravatar Wei Hu(Xavier) 5-0/+195
2017-10-30IB/hfi1: Take advantage of kvzalloc_node in sdma initializationGravatar Mike Marciniszyn 1-7/+2
2017-10-30IB/hfi1: Don't modify num_user_contexts module parameterGravatar Kamenee Arumugam 1-14/+15
2017-10-30IB/hfi1: Insure int mask for in-kernel receive contexts is clearGravatar Mike Marciniszyn 1-3/+32
2017-10-30IB/hfi1: Add tx_opcode_stats like the opcode_statsGravatar Mike Marciniszyn 4-10/+83
2017-10-30IB/hfi1: Validate PKEY for incoming GSI MAD packetsGravatar Sebastian Sanchez 1-2/+84
2017-10-30Ib/hfi1: Return actual operational VLs in port info queryGravatar Patel Jay P 1-1/+1
2017-10-30IB/hfi1: Race condition between user notification and driver stateGravatar Michael J. Ruhl 2-10/+31
2017-10-25bnxt_re: Implement the shutdown hook of the L2-RoCE driver interfaceGravatar Somnath Kotur 1-1/+13
2017-10-25RDMA/cxgb4: Declare stag as __be32Gravatar Leon Romanovsky 1-1/+1
2017-10-25IB/mlx5: Add support for RSS on the inner packetGravatar Maor Gottlieb 1-0/+11
2017-10-25IB/mlx5: Add tunneling offloads supportGravatar Maor Gottlieb 3-5/+51
2017-10-25IB/mlx5: Support padded 128B CQE featureGravatar Guy Levi 3-4/+32
2017-10-25IB/mlx5: Support 128B CQE compression featureGravatar Guy Levi 2-4/+10
2017-10-25IB/mlx5: Allow creation of a multi-packet RQGravatar Noa Osherovich 2-8/+48
2017-10-25IB/mlx5: Expose multi-packet RQ capabilitiesGravatar Noa Osherovich 2-0/+21
2017-10-25RDMA/hns: Add modify CQ support for hip08Gravatar oulijun 5-0/+51
2017-10-25RDMA/hns: Update the PD&CQE&MTT specification in hip08Gravatar Wei Hu(Xavier) 1-4/+4
2017-10-25RDMA/hns: Update the IRRL table chunk size in hip08Gravatar Wei Hu(Xavier) 6-16/+21
2017-10-25RDMA/hns: Support WQE/CQE/PBL page size configurable feature in hip08Gravatar Wei Hu(Xavier) 5-57/+142
2017-10-18i40iw: Move cqp_cmd_head init to CQP initializationGravatar Bob Sharp 1-1/+1
2017-10-18i40iw: Remove UDA QP from QoS list if creation failsGravatar Ivan Barrera 3-3/+5
2017-10-18i40iw: Clear CQP Head/Tail during initializationGravatar Christopher Bednarz 1-0/+3
2017-10-18i40iw: Refactor queue depth calculationGravatar Shiraz Saleem 4-43/+67
2017-10-18i40iw: Reinitialize IEQ on MTU changeGravatar Shiraz Saleem 5-4/+26
2017-10-18i40iw: Move ceq_valid to i40iw_sc_dev structureGravatar Shiraz Saleem 4-16/+15
2017-10-18i40iw: Account for IPv6 header when setting MSSGravatar Shiraz Saleem 7-13/+15
2017-10-18i40iw: Remove unused structuresGravatar Mustafa Ismail 1-18/+0
2017-10-18i40iw: Move exception_lan_queue to VSI structureGravatar Mustafa Ismail 3-8/+7
2017-10-18i40iw: Remove unused static_rsrc from i40iw_create_qp_infoGravatar Mustafa Ismail 3-7/+0
2017-10-18i40iw: Ignore AE source field in AEQE for some AEsGravatar Mustafa Ismail 2-0/+50
2017-10-18i40iw: Cleanup AE processingGravatar Mustafa Ismail 3-14/+3
2017-10-18Merge branch 'timer_setup' into for-nextGravatar Doug Ledford 38-175/+144
2017-10-18Merge branch 'for-next-early' into for-nextGravatar Doug Ledford 124-2252/+9253
2017-10-18IB/mlx5: Use ARRAY_SIZEGravatar Jérémy Lefaure 1-3/+3
2017-10-18IB: Let ib_core resolve destination mac addressGravatar Parav Pandit 5-45/+4
2017-10-18RDMA/cxgb4: Convert timers to use timer_setup()Gravatar Kees Cook 3-10/+5
2017-10-18RDMA/i40iw: Convert timers to use timer_setup() (part 2)Gravatar Kees Cook 2-8/+6
2017-10-18RDMA/cxgb3: Convert timers to use timer_setup()Gravatar Kees Cook 3-9/+5
2017-10-18IB/hfi1: Convert timers to use timer_setup()Gravatar Kees Cook 8-32/+26
2017-10-18bnxt_re: Make room for mapping beyond 32 entriesGravatar Somnath Kotur 2-2/+2
2017-10-18bnxt_re: Fix incorrect usage of test_bit()Gravatar Somnath Kotur 3-9/+10