summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-18/+8
* RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1Colin Ian King2021-06-241-4/+1
* RDMA/bnxt_re: Update ABI to pass wqe-mode to user spaceDevesh Sharma2021-06-211-0/+3
* RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma2021-06-031-0/+4
* RDMA/bnxt_re: Drop unnecessary NULL checks after container_ofGuenter Roeck2021-05-201-18/+0
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-5/+5
* RDMA/bnxt_re: Allow bigger MR creationSelvin Xavier2021-01-181-8/+0
* RDMA/bnxt_re: Code refactor while populating user MRsSelvin Xavier2021-01-181-35/+6
* RDMA/bnxt_re: Fix entry size during SRQ createSelvin Xavier2020-10-271-2/+2
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-1/+3
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-0/+3
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* RDMA/bnxt_re: Set queue pair state when being queriedKamal Heib2020-10-261-0/+1
* RDMA/bnxt_re: Fix sizeof mismatch for allocation of pbl_tbl.Colin Ian King2020-10-061-1/+1
* RDMA/bnxt_re: Use rdma_umem_for_each_dma_block()Jason Gunthorpe2020-10-061-14/+4
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-14/+29
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-09-111-14/+29
| |\
| | * RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeedsSelvin Xavier2020-08-271-11/+11
| | * RDMA/bnxt_re: Do not report transparent vlan from QP1Selvin Xavier2020-08-271-3/+18
* | | RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages()Jason Gunthorpe2020-09-111-46/+24
* | | RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe2020-09-091-1/+1
* | | RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-1/+2
* | | RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-091-1/+2
* | | RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-091-1/+2
* | | RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
|/ /
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* RDMA/bnxt_re: Change wr posting logic to accommodate variable wqesDevesh Sharma2020-07-201-41/+126
* RDMA/bnxt_re: introduce wqe mode to select execution pathDevesh Sharma2020-07-201-0/+1
* RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-061-1/+1
* RDMA/bnxt_re: Remove FMR leftoversJason Gunthorpe2020-06-021-3/+0
* RDMA: Group create AH arguments in structMaor Gottlieb2020-05-021-3/+5
* RDMA/bnxt_re: Simplify obtaining queue entry from hw ringDevesh Sharma2020-04-141-27/+38
* RDMA/bnxt_re: Remove a redundant 'memset'Christophe JAILLET2020-03-101-4/+1
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* RDMA/bnxt_re: Remove set but not used variable 'dev_attr'YueHaibing2020-03-021-2/+0
* RDMA/bnxt_re: use ibdev based message printing functionsDevesh Sharma2020-02-211-144/+136
* RDMA/bnxt_re: Refactor hardware queue memory allocationDevesh Sharma2020-02-211-5/+21
* RDMA/bnxt_re: Replace chip context structure with pointerDevesh Sharma2020-02-211-6/+7
* RDMA/bnxt_re: Refactor queue pair creation codeDevesh Sharma2020-02-211-212/+417
* RDMA/bnxt_re: Use rdma_read_gid_hw_context to retrieve HW gid indexSelvin Xavier2020-02-191-11/+12
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-5/+7
* RDMA/bnxt_re: Avoid freeing MR resources if dereg failsSelvin Xavier2020-01-031-1/+3
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-5/+5
* RDMA/bnxt_re: Remove unsupported modify_device callbackKamal Heib2019-10-011-18/+0
* RDMA: Fix goto target to release the allocated memoryNavid Emamdoost2019-09-131-1/+1
* RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-2/+2
* RDMA/bnxt_re: Honor vlan_id in GID entry comparisonSelvin Xavier2019-07-221-2/+5
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-20/+9
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-13/+7
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-10/+3