aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-15IB/core: Honor return status of ib_init_ah_from_mcmember()Parav Pandit1-4/+8
2018-03-15IB/{core, ipoib}: Simplify ib_find_gid() for unused ndevParav Pandit3-4/+3
2018-03-15IB/core: Fix comments of GID query functionsParav Pandit2-31/+29
2018-03-15RDMA/mlx5: Simplify clean and destroy MR callsLeon Romanovsky1-30/+10
2018-03-15RDMA/mlx5: Guard ODP specific assignments with specific CONFIGLeon Romanovsky1-0/+4
2018-03-15RDMA/mlx5: Unify error flows in rereg MR failure pathsLeon Romanovsky1-14/+18
2018-03-15RDMA/mlx5: Return proper value for not-supported commandLeon Romanovsky1-1/+1
2018-03-15RDMA/mlx5: Protect from NULL pointer derefenceLeon Romanovsky1-0/+2
2018-03-14infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masksArnd Bergmann2-3/+3
2018-03-14infiniband: qplib_fp: fix pointer castArnd Bergmann1-2/+2
2018-03-14drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4Andrew Morton1-1/+2
2018-03-14drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4Andrew Morton1-1/+2
2018-03-14IB/mlx5: Fix cleanup order on unloadMark Bloch2-10/+14
2018-03-14rdma_rxe: make rxe work over 802.1q VLAN devicesMartin Wilck2-7/+49
2018-03-14RDMA/ucma: Don't allow join attempts for unsupported AF familyLeon Romanovsky1-1/+7
2018-03-14RDMA/ucma: Fix access to non-initialized CM_ID objectLeon Romanovsky1-0/+3
2018-03-14RDMA/i40iw: include linux/irq.hArnd Bergmann1-0/+1
2018-03-14IB/mlx5: Maintain a single emergency pageIlya Lesokhin3-22/+37
2018-03-14IB/mlx5: Only synchronize RCU once when removing mkeysDaniel Jurgens1-16/+28
2018-03-14IB/mlx5: Expose more priorities for bypass namespaceMark Bloch1-2/+2
2018-03-14RDMA/core: Do not use invalid destination in determining port reuseTatyana Nikolova1-5/+7
2018-03-14IB/srp: Fix IPv6 address parsingBart Van Assche1-4/+23
2018-03-14RDMA/mlx5: Fix crash while accessing garbage pointer and freed memoryLeon Romanovsky1-4/+8
2018-03-14RDMA/verbs: Simplify modify QP checkLeon Romanovsky2-15/+11
2018-03-14RDMA/pvrdma: Properly annotate QP statesLeon Romanovsky1-1/+1
2018-03-14RDMA/uverbs: Ensure validity of current QP state valueLeon Romanovsky1-0/+7
2018-03-14RDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPsLeon Romanovsky1-1/+2
2018-03-13IB: remove duplicate header filesZhu Yanjun2-2/+0
2018-03-13RDMA/hns: Support cq record doorbell for kernel spaceYixian Liu3-19/+18
2018-03-13RDMA/hns: Support rq record doorbell for kernel spaceYixian Liu5-13/+142
2018-03-13RDMA/hns: Support cq record doorbell for the user spaceYixian Liu5-6/+62
2018-03-13RDMA/hns: Support rq record doorbell for the user spaceYixian Liu7-5/+200
2018-03-13IB/mlx5: Fix integer overflows in mlx5_ib_create_srqBoris Pismenny2-8/+11
2018-03-13IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rqBoris Pismenny1-7/+16
2018-03-13RDMA/bnxt_re: Remove an unused variableBart Van Assche1-3/+2
2018-03-13IB/hfi1: Fix a kernel-doc warningBart Van Assche1-1/+0
2018-03-09RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky1-1/+6
2018-03-09Revert "RDMA/mlx5: Fix integer overflow while resizing CQ"Doug Ledford1-6/+1
2018-03-08RDMA/nldev: provide detailed PD informationSteve Wise2-0/+64
2018-03-08mlx4_ib: zero out struct ib_pd when allocatingSteve Wise1-2/+1
2018-03-08RDMA/nldev: provide detailed MR informationSteve Wise7-13/+102
2018-03-08mlx4_ib: set user mr attributes in struct ib_mrSteve Wise1-0/+3
2018-03-08iw_cxgb4: initialize ib_mr fields for user mrsSteve Wise1-0/+3
2018-03-08RDMA/nldev: provide detailed CQ informationSteve Wise2-0/+60
2018-03-08RDMA/nldev: provide detailed CM_ID informationSteve Wise8-43/+205
2018-03-08RDMA/CM: move rdma_id_private to cma_priv.hSteve Wise2-40/+80
2018-03-08RDMA/nldev: common resource dumpit functionSteve Wise1-18/+43
2018-03-08RDMA/restrack: clean up res_to_dev()Steve Wise1-19/+5
2018-03-07net/mlx5: Fix wrongly assigned CQ reference counterLeon Romanovsky1-2/+1
2018-03-07net/mlx5: IPSec, Add support for ESNAviad Yehezkel7-12/+189