summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)Author
2021-11-01Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe
2021-11-01RDMA/irdma: optimize rx path by removing unnecessary copyZhu Yanjun
2021-10-29RDMA/hns: Use the core code to manage the fixed mmap entriesChengchang Tang
2021-10-29IB/qib: Rebranding of qib driver to Cornelis NetworksScott Breyer
2021-10-29IB/hfi1: Rebranding of hfi1 driver to Cornelis NetworksScott Breyer
2021-10-29RDMA/bnxt_re: Use helper function to set GUIDsKamal Heib
2021-10-29RDMA/bnxt_re: Fix kernel panic when trying to access bnxt_re_stat_descsKamal Heib
2021-10-28RDMA/irdma: Remove the unused variable local_qpZhu Yanjun
2021-10-28RDMA/efa: Add support for dmabuf memory regionsGal Pressman
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/mlx5: fix build error with INFINIBAND_USER_ACCESS=nArnd Bergmann
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-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/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/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/counter: Add a descriptor in struct rdma_hw_statsAharon Landau
2021-10-06RDMA/efa: CQ notificationsGal Pressman
2021-10-06RDMA/mlx5: Set user priority for DCTPatrisious Haddad
2021-10-06RDMA/irdma: Process extended CQ entries correctlyShiraz Saleem
2021-10-06RDMA/irdma: Delete unused struct irdma_bthZhu Yanjun
2021-10-05IB/hf1: Use string_upper() instead of an open coded variantAndy Shevchenko
2021-10-04RDMA/mlx5: Avoid taking MRs from larger MR cache pools when a pool is emptyAharon Landau
2021-10-04Merge tag 'v5.15-rc4' into rdma.get for-nextJason Gunthorpe
2021-10-01IB/mlx5: Flow through a more detailed return code from get_prefetchable_mr()Jason Gunthorpe
2021-09-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe
2021-09-28IB/mlx5: Enable UAR to have DevX UIDMeir Lichtinger
2021-09-27RDMA/hfi1: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva