summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-28RDMA/rxe: Use correct sizing on buffers holding page DMA addressesShiraz Saleem1-1/+1
2019-03-28RDMA/mthca: Use correct sizing on buffers holding page DMA addressesShiraz Saleem1-1/+1
2019-03-28RDMA/cxbg: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2-2/+2
2019-03-28RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier7-53/+67
2019-03-28IB/qib: Remove a set-but-not-used variableBart Van Assche1-4/+1
2019-03-28IB/hfi1: Fix two format stringsBart Van Assche2-4/+4
2019-03-28IB/mlx5: Declare devx_async_cmd_event_fops staticBart Van Assche1-1/+1
2019-03-28RDMA/uverbs: Allow the compiler to verify declaration and definition consistencyBart Van Assche4-0/+4
2019-03-28RDMA/uverbs: Annotate uverbs_request_next_ptr() return value as a __user pointerBart Van Assche1-1/+1
2019-03-28RDMA/uverbs: Add a __user annotation to a pointerBart Van Assche1-1/+1
2019-03-27IB/rxe: Replace av->network_type with skb->protocolZhu Yanjun1-16/+12
2019-03-27BPF: Add sample code for new ib_umad tracepointIra Weiny4-0/+271
2019-03-27IB/MAD: Add SMP details to MAD tracingIra Weiny2-0/+98
2019-03-27IB/UMAD: Add umad trace pointsIra Weiny3-0/+139
2019-03-27IB/MAD: Add agent trace pointsIra Weiny2-0/+50
2019-03-27IB/MAD: Add recv path trace pointIra Weiny2-0/+70
2019-03-27IB/MAD: Add send path trace pointsIra Weiny3-1/+220
2019-03-27iw_cxgb4: Update Maintainer detailsPotnuri Bharat Teja1-2/+2
2019-03-27RDMA/vmw_pvrdma: Skip zeroing device attrsYuval Shaia1-2/+0
2019-03-27IB/mlx5: Compare only index part of a memory window rkeyArtemy Kovalyov1-1/+10
2019-03-27IB/mlx5: WQE dump jumps over first 16 bytesArtemy Kovalyov1-3/+2
2019-03-27RDMA/hns: Limit scope of hns_roce_cmq_send()Leon Romanovsky1-1/+1
2019-03-27overflow: Fix -Wtype-limits compilation warningsLeon Romanovsky1-3/+9
2019-03-27IB/iser: remove uninitialized variable lenColin Ian King1-5/+2
2019-03-27RDMA/i40iw: Handle workqueue allocation failureKangjie Lu3-5/+20
2019-03-26IB/core: Ensure an invalidate_range callback on ODP MRIra Weiny2-10/+8
2019-03-26RDMA/rxe: Fix slab-out-bounds access which lead to kernel crash laterLeon Romanovsky1-5/+6
2019-03-26drivers: infiniband: Fix whitespace in kconfigEnrico Weigelt, metux IT consult2-8/+8
2019-03-26RDMA/nes: remove redundant check on udataColin Ian King1-39/+34
2019-03-26cma: Convert portspace IDRs to XArrayMatthew Wilcox1-20/+21
2019-03-26ucm: Convert ctx_id_table to XArrayMatthew Wilcox1-22/+13
2019-03-26ib core: Convert query_idr to XArrayMatthew Wilcox1-26/+18
2019-03-26RDMA/cm: Convert local_id_table to XArrayMatthew Wilcox1-24/+18
2019-03-26IB/mad: Convert ib_mad_clients to XArrayMatthew Wilcox1-25/+14
2019-03-26mlx4: Convert pv_id_table to XArrayMatthew Wilcox2-25/+16
2019-03-26mlx5: Convert mlx5_srq_table to XArrayMatthew Wilcox2-22/+10
2019-03-26IB/hfi1: Add running average for adaptive pioMike Marciniszyn3-3/+7
2019-03-25RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi13-39/+39
2019-03-25RDMA/hns: Delete unused variable in hns_roce_v2_modify_qp functionLijun Ou1-2/+0
2019-03-25RDMA/hns: Bugfix for sending with invalidateLijun Ou1-1/+1
2019-03-25RDMA/hns: Hide error print information with roce vf deviceLijun Ou1-7/+5
2019-03-25RDMA/hns: Only assgin some fields if the relatived attr_mask is setLijun Ou1-71/+81
2019-03-25RDMA/hns: Update the range of raq_psn field of qp contextLijun Ou1-2/+2
2019-03-25RDMA/hns: Only assign the fields of the rq psn if IB_QP_RQ_PSN is setLijun Ou1-12/+16
2019-03-25RDMA/hns: Only assign the relatived fields of psn if IB_QP_SQ_PSN is setLijun Ou1-37/+46
2019-03-25cxgb4: Convert stid_idr to XArrayMatthew Wilcox3-83/+22
2019-03-25cxgb4: Convert atid_idr to XArrayMatthew Wilcox3-20/+24
2019-03-25cxgb4: Convert hwtid_idr to XArrayMatthew Wilcox3-22/+33
2019-03-25cxgb4: Convert mmidr to XArrayMatthew Wilcox3-24/+20
2019-03-25cxgb4: Convert qpidr to XArrayMatthew Wilcox4-95/+73