aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-13IB/srpt: Introduce helper functions for SRQ allocation and freeingGravatar Bart Van Assche 1-43/+72
2017-11-13IB/srpt: Post receive work requests after qp transition to INIT stateGravatar Mike Marciniszyn 1-4/+4
2017-11-13iw_cxgb4: remove BUG_ON() usage.Gravatar Steve Wise 7-38/+13
2017-11-13bnxt_re: changing the ip address shouldn't affect new connectionsGravatar Sriharsha Basavapatna 1-0/+1
2017-11-13bnxt_re: fix a crash in qp error event processingGravatar Sriharsha Basavapatna 1-0/+2
2017-11-13IB/mlx5: Fix ABI alignment to 64 bitGravatar Noa Osherovich 1-0/+1
2017-11-13IB/core: Avoid unnecessary return value checkGravatar Parav Pandit 1-11/+4
2017-11-13IB/mlx4: Increase maximal message size under UD QPGravatar Mark Bloch 1-1/+1
2017-11-13IB/mlx4: Add contig support for control objectsGravatar Guy Levi 4-7/+16
2017-11-13IB/mlx4: Use optimal numbers of MTT entriesGravatar Guy Levi 1-24/+261
2017-11-13IB/mlx5: Fix RoCE Address Path fieldsGravatar Majd Dibbiny 1-2/+6
2017-11-13IB/mlx5: Assign send CQ and recv CQ of UMR QPGravatar Majd Dibbiny 1-0/+2
2017-11-13RDMA/cxgb4: Protect from possible dereferenceGravatar Leon Romanovsky 1-1/+1
2017-11-13RDMA/bnxt_re: Remove unused vlan_tag variableGravatar Leon Romanovsky 1-5/+1
2017-11-10IB/mlx5: Add PCI write end padding supportGravatar Noa Osherovich 3-4/+38
2017-11-10IB/core: Add PCI write end padding flags for WQ and QPGravatar Noa Osherovich 2-1/+6
2017-11-10IB/rxe: don't crash, if allocation of crc algorithm failedGravatar Thomas Bogendoerfer 1-4/+6
2017-11-10IB/core: Avoid crash on pkey enforcement failed in received MADsGravatar Parav Pandit 1-1/+2
2017-11-10RDMA/cxgb4: Annotate r2 and stag as __be32Gravatar Leon Romanovsky 1-2/+2
2017-11-10IB/mlx4: Fix RSS's QPC attributes assignmentsGravatar Guy Levi 1-7/+9
2017-11-10IB/mlx4: Add report for RSS capabilities by vendor channelGravatar Guy Levi 2-5/+28
2017-11-10RDMA/umem: Avoid partial declaration of non-static functionGravatar Leon Romanovsky 4-114/+73
2017-11-10RDMA/hns: Modify the usage of cmd_sn in hip08Gravatar oulijun 3-1/+4
2017-11-10RDMA/hns: Unify the calculation for hem index in hip08Gravatar oulijun 1-4/+6
2017-11-10RDMA/hns: Set the owner field of SQWQE in hip08 RoCEGravatar oulijun 1-0/+5
2017-11-10RDMA/hns: Add sq_invld_flg field in QP contextGravatar oulijun 2-2/+6
2017-11-10RDMA/hns: Update the usage of ack timeout in hip08Gravatar oulijun 1-7/+4
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-11-01Merge branch 'k.o/for-rc' into k.o/for-nextGravatar Doug Ledford 1-1/+12
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/rxe: Convert timers to use timer_setup()Gravatar Kees Cook 4-8/+8
2017-10-25RDMA/netlink: OOPs in rdma_nl_rcv_msg() from misinterpreted flagGravatar Michael J. Ruhl 1-1/+12
2017-10-25IB/cm: Fix memory corruption in handling CM requestGravatar Parav Pandit 1-4/+7
2017-10-25IB/mlx5: Add support for RSS on the inner packetGravatar Maor Gottlieb 2-1/+14