aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar15-55/+147
2022-01-07RDMA/irdma: Make the source udp port varyZhu Yanjun1-0/+4
2022-01-07RDMA/hns: Replace get_udp_sport with rdma_get_udp_sportZhu Yanjun1-10/+3
2022-01-07IB/qib: Fix typosQinghua Jin3-3/+3
2022-01-07RDMA/hns: Modify the hop num of HIP09 EQ to 1Wenpeng Liang2-2/+5
2022-01-06net/mlx5: Introduce API for bulk request and release of IRQsShay Drory1-6/+0
2022-01-05IB/mlx5: Expose NDR speed through MADMaher Sanalla1-0/+5
2022-01-05RDMA/cxgb4: Set queue pair state when being queriedKamal Heib1-0/+1
2022-01-05RDMA/hns: Remove support for HIP06Chengchang Tang17-6255/+33
2022-01-05RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky4-47/+23
2022-01-05RDMA: Use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-05RDMA/mlx5: Print wc status on CQE error and dump neededDust Li1-1/+4
2022-01-05RDMA/ocrdma: Remove unneeded variableMinghao Chi1-6/+2
2022-01-05Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow"Maor Gottlieb2-15/+17
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-0/+6
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-9/+67
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski4-0/+6
2021-12-22RDMA/irdma: Use auxiliary_device driver data helpersDavid E. Box2-6/+6
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-63/+95
2021-12-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller2-10/+11
2021-12-15Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJason Gunthorpe2-10/+11
2021-12-14IB/mthca: Use memset_startat() for clearing mpt_entryKees Cook1-2/+1
2021-12-14iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rplKees Cook1-2/+3
2021-12-14RDMA/mlx5: Use memset_after() to zero struct mlx5_ib_mrKees Cook1-2/+2
2021-12-14Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe16-69/+112
2021-12-14RDMA/hns: Replace kfree() with kvfree()Jiacheng Shi1-1/+1
2021-12-14IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()José Expósito1-1/+1
2021-12-14RDMA/hns: Support direct wqe of userspaceYixing Liu5-12/+92
2021-12-14RDMA/hns: Fix RNR retransmission issue for HIP08Yangyang Li2-7/+65
2021-12-13RDMA/mlx5: Add support to multiple priorities for FDB rulesMaor Gottlieb2-3/+4
2021-12-13net/mlx5: Separate FDB namespaceMaor Gottlieb1-7/+7
2021-12-10RDMA/irdma: Use irq_update_affinity_hint()Nitesh Narayan Lal1-2/+2
2021-12-07RDMA/qedr: Fix reporting max_{send/recv}_wr attrsKamal Heib1-0/+2
2021-12-07RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQTatyana Nikolova5-5/+38
2021-12-07RDMA/irdma: Report correct WC errorsShiraz Saleem1-1/+4
2021-12-07RDMA/irdma: Fix a potential memory allocation issue in 'irdma_prm_add_pble_mem()'Christophe JAILLET3-12/+4
2021-12-07RDMA/irdma: Fix a user-after-free in add_pble_prmShiraz Saleem1-1/+1
2021-12-07IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddrMike Marciniszyn1-19/+14
2021-12-07IB/hfi1: Fix early init panicMike Marciniszyn3-3/+6
2021-12-07IB/hfi1: Insure use of smp_processor_id() is preempt disabledMike Marciniszyn1-1/+1
2021-12-07IB/hfi1: Correct guard on eager buffer deallocationMike Marciniszyn1-1/+1
2021-12-06RDMA/bnxt_re: Fix endianness warning for req.pkeyKamal Heib1-1/+1
2021-12-06RDMA/irdma: Fix the type used to declare a bitmapChristophe JAILLET1-1/+1
2021-12-06RDMA/hns: Modify the mapping attribute of doorbell to deviceYixing Liu1-1/+1
2021-11-29RDMA/bnxt_re: Use bitmap_zalloc() when applicableChristophe JAILLET1-4/+2
2021-11-29RDMA/pvrdma: Use non-atomic bitmap functions when possibleChristophe JAILLET1-3/+3
2021-11-29RDMA/pvrdma: Use bitmap_zalloc() when applicableChristophe JAILLET1-2/+2
2021-11-29IB/hfi1: Use bitmap_zalloc() when applicableChristophe JAILLET1-5/+3
2021-11-29RDMA/mlx4: Use bitmap_alloc() when applicableChristophe JAILLET1-6/+4
2021-11-29RDMA/ocrdma: Simplify code in 'ocrdma_search_mmap()'Christophe JAILLET1-3/+3