aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/irdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-06RDMA/irdma: Process extended CQ entries correctlyShiraz Saleem1-2/+2
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
2021-06-02RDMA/irdma: Add user/kernel shared librariesMustafa Ismail2-0/+2121
2021-06-02RDMA/irdma: Add RoCEv2 UD OP supportMustafa Ismail3-0/+488
2021-06-02RDMA/irdma: Implement device supported verb APIsMustafa Ismail2-0/+4752
2021-06-02RDMA/irdma: Add PBLE resource managerMustafa Ismail2-0/+657
2021-06-02RDMA/irdma: Add connection managerMustafa Ismail2-0/+4838
2021-06-02RDMA/irdma: Add QoS definitionsMustafa Ismail2-0/+447
2021-06-02RDMA/irdma: Add privileged UDA queue implementationMustafa Ismail2-0/+1939
2021-06-02RDMA/irdma: Add HMC backing store setup functionsMustafa Ismail2-0/+890
2021-06-02RDMA/irdma: Implement HW Admin Queue OPsMustafa Ismail4-0/+8506
2021-06-02RDMA/irdma: Implement device initialization definitionsMustafa Ismail5-0/+3321
2021-06-02RDMA/irdma: Register auxiliary driver and implement private channel OPsMustafa Ismail3-0/+1129