aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski17-33/+40
2021-10-25RDMA/mlx5: fix build error with INFINIBAND_USER_ACCESS=nArnd Bergmann1-4/+5
2021-10-21Merge brank 'mlx5_mkey' into rdma.git for-nextLeon Romanovsky20-137/+148
2021-10-20RDMA/irdma: Make irdma_uk_cq_init() return a voidZhu Yanjun3-10/+5
2021-10-19RDMA/irdma: Do not hold qos mutex twice on QP resumeMustafa Ismail1-6/+7
2021-10-19RDMA/irdma: Set VLAN in UD work completion correctlyMustafa Ismail1-2/+6
2021-10-19RDMA/mlx5: Initialize the ODP xarray when creating an ODP MRAharon Landau1-1/+1
2021-10-19rdma/qedr: Fix crash due to redundant release of device's qp memoryPrabhakar Kushwaha3-2/+6
2021-10-19Merge brank 'mlx5_mkey' into rdma.git for-nextJason Gunthorpe6-96/+81
2021-10-19RDMA/mlx5: Attach ndescs to mlx5_ib_mkeyAharon Landau6-52/+26
2021-10-19RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ibAharon Landau4-18/+29
2021-10-19RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau2-8/+15
2021-10-19RDMA/mlx5: Remove pd from struct mlx5_core_mkeyAharon Landau2-4/+0
2021-10-19RDMA/mlx5: Remove size from struct mlx5_core_mkeyAharon Landau2-4/+2
2021-10-19RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau3-13/+12
2021-10-13IB/hfi1: Fix abba locking issue with sc_disable()Mike Marciniszyn1-3/+6
2021-10-13IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fieldsMike Marciniszyn1-10/+23
2021-10-12RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky1-1/+3
2021-10-12RDMA/irdma: Remove irdma_cqp_up_map_cmd()Zhu Yanjun2-36/+0
2021-10-12RDMA/irdma: Remove irdma_get_hw_addr()Zhu Yanjun2-12/+0
2021-10-12RDMA/irdma: Remove irdma_sc_send_lsmm_nostag()Zhu Yanjun2-39/+1
2021-10-12RDMA/irdma: Remove irdma_uk_mw_bind()Zhu Yanjun2-60/+1
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET3-5/+1
2021-10-12RDMA/hns: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()Cai Huoqing1-15/+5
2021-10-12RDMA/mlx5: Add optional counter support in get_hw_stats callbackAharon Landau1-3/+85
2021-10-12RDMA/mlx5: Add modify_op_stat() supportAharon Landau2-6/+74
2021-10-12RDMA/mlx5: Add steering support in optional flow countersAharon Landau2-0/+211
2021-10-12RDMA/mlx5: Support optional counters in hw_stats initializationAharon Landau2-16/+75
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau9-212/+208
2021-10-06RDMA/efa: CQ notificationsGal Pressman10-52/+610
2021-10-06RDMA/mlx5: Set user priority for DCTPatrisious Haddad1-0/+2
2021-10-06RDMA/irdma: Process extended CQ entries correctlyShiraz Saleem1-2/+2
2021-10-06RDMA/irdma: Delete unused struct irdma_bthZhu Yanjun1-8/+0
2021-10-05IB/hf1: Use string_upper() instead of an open coded variantAndy Shevchenko1-6/+4
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2-2/+2
2021-10-04net/mlx5: Shift control IRQ to the last indexShay Drory1-0/+1
2021-10-04RDMA/mlx5: Avoid taking MRs from larger MR cache pools when a pool is emptyAharon Landau1-17/+9
2021-10-04Merge tag 'v5.15-rc4' into rdma.get for-nextJason Gunthorpe13-40/+66
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin1-1/+1
2021-10-01IB/mlx5: Flow through a more detailed return code from get_prefetchable_mr()Jason Gunthorpe1-15/+25
2021-09-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJason Gunthorpe3-24/+59
2021-09-28IB/mlx5: Enable UAR to have DevX UIDMeir Lichtinger3-24/+59
2021-09-27RDMA/hfi1: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva1-3/+2
2021-09-27IB/hfi1: Add ring consumer and producers tracesMike Marciniszyn3-22/+85
2021-09-27IB/hfi1: Remove atomic completion countMike Marciniszyn3-12/+10
2021-09-27IB/hfi1: Tune netdev xmit cachelinesMike Marciniszyn3-52/+66
2021-09-27IB/hfi1: Get rid of tx priv backpointerMike Marciniszyn1-5/+4
2021-09-27IB/hfi1: Get rid of hot path divideMike Marciniszyn2-27/+11
2021-09-27IB/hfi1: Remove cache and embed txreq in ringMike Marciniszyn2-128/+101
2021-09-27RDMA/hns: Add the check of the CQE size of the user spaceWenpeng Liang1-9/+22