aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/irdma (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11-01Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe3-10/+15
2021-11-01RDMA/irdma: optimize rx path by removing unnecessary copyZhu Yanjun3-64/+39
2021-10-28RDMA/irdma: Remove the unused variable local_qpZhu Yanjun2-2/+0
2021-10-25RDMA/irdma: Remove the unused spin lock in struct irdma_qp_ukZhu Yanjun2-2/+0
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski6-13/+17
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-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/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-50/+50
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-09-20RDMA/irdma: Report correct WC error when there are MW bind errorsSindhu Devale3-0/+8
2021-09-20RDMA/irdma: Report correct WC error when transport retry counter is exceededSindhu Devale3-0/+6
2021-09-20RDMA/irdma: Validate number of CQ entries on create CQSindhu Devale1-1/+1
2021-09-20RDMA/irdma: Skip CQP ring during a resetSindhu Devale6-10/+8
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-24/+14
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe6-31/+18
2021-08-25RDMA/irdma: Remove the repeated declarationShaokun Zhang1-2/+0
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb1-1/+1
2021-08-19RDMA/irdma: Use correct kconfig symbol for AUXILIARY_BUSLukas Bulwahn1-1/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky2-21/+13
2021-07-15RDMA/irdma: Change returned type of irdma_setup_virt_qp to voidZhu Yanjun1-4/+2
2021-07-15RDMA/irdma: Change the returned type of irdma_set_hw_rsrc to voidZhu Yanjun1-9/+2
2021-07-15RDMA/irdma: change the returned type of irdma_sc_repost_aeq_entries to voidZhu Yanjun2-5/+2
2021-07-15RDMA/irdma: Check vsi pointer before using itTatyana Nikolova1-3/+6
2021-07-12RDMA/irdma: Change the returned type to voidZhu Yanjun1-5/+4
2021-07-12RDMA/irdma: Fix unused variable total_size warningTatyana Nikolova1-4/+1
2021-06-25RDMA/irdma: Fix potential overflow expression in irdma_prm_get_pblesShiraz Saleem2-3/+3
2021-06-25RDMA/irdma: Check contents of user-space irdma_mem_reg_req objectShiraz Saleem1-6/+20
2021-06-24RDMA/irdma: Remove use of kmap()Ira Weiny1-4/+4
2021-06-22RDMA/irdma: Use the queried port attributesKamal Heib1-1/+1
2021-06-22RDMA/irdma: Check return value from ib_umem_find_best_pgszShiraz Saleem1-1/+7
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-7/+4
2021-06-10RDMA/irdma: Store PBL info address a pointer typeShiraz Saleem5-24/+23
2021-06-08RDMA/irdma: Use list_last_entry/list_first_entryShiraz Saleem2-3/+3
2021-06-08RDMA/irdma: Use list_move instead of list_del/list_addBaokun Li1-2/+1
2021-06-07RDMA/irdma: Fix return error sign from irdma_modify_qpKamal Heib1-1/+1
2021-06-07RDMA/irdma: Fix spelling mistake "Allocal" -> "Allocate"Colin Ian King1-1/+1
2021-06-07RDMA/irdma: remove redundant initialization of variable valColin Ian King1-1/+1
2021-06-07RDMA/irdma: remove extraneous indentation on a statementColin Ian King1-1/+1
2021-06-07RDMA/irdma: Fix issues with u8 left shift operationColin Ian King1-1/+1
2021-06-02RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iwShiraz Saleem2-0/+39
2021-06-02RDMA/irdma: Add dynamic tracing for CMMichael J. Ruhl3-0/+573
2021-06-02RDMA/irdma: Add miscellaneous utility definitionsMustafa Ismail4-0/+2814