summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2019-04-012-3/+6
* qib: Convert qib_unit_table to XArrayMatthew Wilcox2019-04-015-69/+27
* hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox2019-04-016-68/+31
* qedr: Convert srqidr to XArrayMatthew Wilcox2019-03-293-41/+7
* qedr: Convert qpidr to XArrayMatthew Wilcox2019-03-294-11/+8
* hfi1: Convert vesw_idr to XArrayMatthew Wilcox2019-03-292-10/+9
* RDMA/hns: Convert qp_table_tree to XArrayMatthew Wilcox2019-03-292-40/+16
* RDMA/hns: Convert cq_table to XArrayMatthew Wilcox2019-03-292-24/+12
* RDMA/mthca: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
* RDMA/cxbg: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-282-2/+2
* RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier2019-03-287-53/+67
* IB/qib: Remove a set-but-not-used variableBart Van Assche2019-03-281-4/+1
* IB/hfi1: Fix two format stringsBart Van Assche2019-03-282-4/+4
* IB/mlx5: Declare devx_async_cmd_event_fops staticBart Van Assche2019-03-281-1/+1
* RDMA/vmw_pvrdma: Skip zeroing device attrsYuval Shaia2019-03-271-2/+0
* IB/mlx5: Compare only index part of a memory window rkeyArtemy Kovalyov2019-03-271-1/+10
* IB/mlx5: WQE dump jumps over first 16 bytesArtemy Kovalyov2019-03-271-3/+2
* RDMA/hns: Limit scope of hns_roce_cmq_send()Leon Romanovsky2019-03-271-1/+1
* RDMA/i40iw: Handle workqueue allocation failureKangjie Lu2019-03-273-5/+20
* drivers: infiniband: Fix whitespace in kconfigEnrico Weigelt, metux IT consult2019-03-261-6/+6
* RDMA/nes: remove redundant check on udataColin Ian King2019-03-261-39/+34
* mlx4: Convert pv_id_table to XArrayMatthew Wilcox2019-03-262-25/+16
* mlx5: Convert mlx5_srq_table to XArrayMatthew Wilcox2019-03-262-22/+10
* IB/hfi1: Add running average for adaptive pioMike Marciniszyn2019-03-263-3/+7
* RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi2019-03-255-18/+18
* RDMA/hns: Delete unused variable in hns_roce_v2_modify_qp functionLijun Ou2019-03-251-2/+0
* RDMA/hns: Bugfix for sending with invalidateLijun Ou2019-03-251-1/+1
* RDMA/hns: Hide error print information with roce vf deviceLijun Ou2019-03-251-7/+5
* RDMA/hns: Only assgin some fields if the relatived attr_mask is setLijun Ou2019-03-251-71/+81
* RDMA/hns: Update the range of raq_psn field of qp contextLijun Ou2019-03-251-2/+2
* RDMA/hns: Only assign the fields of the rq psn if IB_QP_RQ_PSN is setLijun Ou2019-03-251-12/+16
* RDMA/hns: Only assign the relatived fields of psn if IB_QP_SQ_PSN is setLijun Ou2019-03-251-37/+46
* cxgb4: Convert stid_idr to XArrayMatthew Wilcox2019-03-253-83/+22
* cxgb4: Convert atid_idr to XArrayMatthew Wilcox2019-03-253-20/+24
* cxgb4: Convert hwtid_idr to XArrayMatthew Wilcox2019-03-253-22/+33
* cxgb4: Convert mmidr to XArrayMatthew Wilcox2019-03-253-24/+20
* cxgb4: Convert qpidr to XArrayMatthew Wilcox2019-03-254-95/+73
* cxgb4: Convert cqidr to XArrayMatthew Wilcox2019-03-254-12/+11
* cxgb3: Convert mmidr to XArrayMatthew Wilcox2019-03-254-35/+10
* cxgb3: Convert qpidr to XArrayMatthew Wilcox2019-03-254-40/+33
* cxgb3: Convert cqidr to XArrayMatthew Wilcox2019-03-253-6/+6
* i40iw: Avoid panic when handling the inetdev eventFeng Tang2019-03-171-1/+11
* IB/mlx5: Fix mapping of link-mode to IB width and speedAya Levin2019-03-171-0/+7
* IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTYishai Hadas2019-03-172-9/+29
* IB/mlx4: Fix race condition between catas error reset and aliasguid flowsJack Morgenstein2019-03-171-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-09150-3035/+13433
|\
| * IB/hfi1: Close race condition on user context disable and closeMichael J. Ruhl2019-03-062-6/+10
| * RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qpYueHaibing2019-03-041-1/+1
| * cxgb4: kfree mhp after the debug printShaobo He2019-03-041-1/+1
| * IB/mlx5: Set correct write permissions for implicit ODP MRMoni Shoua2019-03-041-1/+1