summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2021-10-25RDMA/qedr: Remove unsupported qedr_resize_cq callbackKamal Heib
2021-10-25RDMA/irdma: Remove the unused spin lock in struct irdma_qp_ukZhu Yanjun
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski
2021-10-25RDMA/ipoib: Use dev_addr_mod()Jakub Kicinski
2021-10-25RDMA/mlx5: fix build error with INFINIBAND_USER_ACCESS=nArnd Bergmann
2021-10-25RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a stringMark Zhang
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman
2021-10-21Merge brank 'mlx5_mkey' into rdma.git for-nextLeon Romanovsky
2021-10-20RDMA/core: Use kvzalloc when allocating the struct ib_portwangyugui
2021-10-20RDMA/irdma: Make irdma_uk_cq_init() return a voidZhu Yanjun
2021-10-19RDMA/irdma: Do not hold qos mutex twice on QP resumeMustafa Ismail
2021-10-19RDMA/irdma: Set VLAN in UD work completion correctlyMustafa Ismail
2021-10-19RDMA/mlx5: Initialize the ODP xarray when creating an ODP MRAharon Landau
2021-10-19rdma/qedr: Fix crash due to redundant release of device's qp memoryPrabhakar Kushwaha
2021-10-19Merge brank 'mlx5_mkey' into rdma.git for-nextJason Gunthorpe
2021-10-19RDMA/mlx5: Attach ndescs to mlx5_ib_mkeyAharon Landau
2021-10-19RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ibAharon Landau
2021-10-19RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau
2021-10-19RDMA/mlx5: Remove pd from struct mlx5_core_mkeyAharon Landau
2021-10-19RDMA/mlx5: Remove size from struct mlx5_core_mkeyAharon Landau
2021-10-19RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau
2021-10-16scsi: RDMA/srp: Switch to attribute groupsBart Van Assche
2021-10-16scsi: ib_srp: Call scsi_done() directlyBart Van Assche
2021-10-13RDMA/rdmavt: Fix error code in rvt_create_qp()Dan Carpenter
2021-10-13IB/hfi1: Fix abba locking issue with sc_disable()Mike Marciniszyn
2021-10-13IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fieldsMike Marciniszyn
2021-10-12RDMA/rxe: Convert kernel UD post send to use ah_numBob Pearson
2021-10-12RDMA/rxe: Lookup kernel AH from ah index in UD WQEsBob Pearson
2021-10-12RDMA/rxe: Replace ah->pd by ah->ibah.pdBob Pearson
2021-10-12RDMA/rxe: Create AH index and return to user spaceBob Pearson
2021-10-12RDMA/rxe: Change AH objects to indexedBob Pearson
2021-10-12RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wrBob Pearson
2021-10-12RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky
2021-10-12RDMA/irdma: Remove irdma_cqp_up_map_cmd()Zhu Yanjun
2021-10-12RDMA/irdma: Remove irdma_get_hw_addr()Zhu Yanjun
2021-10-12RDMA/irdma: Remove irdma_sc_send_lsmm_nostag()Zhu Yanjun
2021-10-12RDMA/irdma: Remove irdma_uk_mw_bind()Zhu Yanjun
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-12RDMA/iwpm: Remove redundant initialization of pointer err_strColin Ian King
2021-10-12RDMA/hns: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()Cai Huoqing
2021-10-12RDMA/mlx5: Add optional counter support in get_hw_stats callbackAharon Landau
2021-10-12RDMA/mlx5: Add modify_op_stat() supportAharon Landau
2021-10-12RDMA/mlx5: Add steering support in optional flow countersAharon Landau
2021-10-12RDMA/mlx5: Support optional counters in hw_stats initializationAharon Landau
2021-10-12RDMA/nldev: Allow optional-counter status configuration through RDMA netlinkAharon Landau
2021-10-12RDMA/nldev: Split nldev_stat_set_mode_doit out of nldev_stat_set_doitAharon Landau
2021-10-12RDMA/nldev: Add support to get status of all countersAharon Landau
2021-10-12RDMA/counter: Add optional counter supportAharon Landau
2021-10-12RDMA/counter: Add an is_disabled field in struct rdma_hw_statsAharon Landau
2021-10-12RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang