aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1Colin Ian King1-4/+1
2021-06-21RDMA/bnxt_re: Update ABI to pass wqe-mode to user spaceDevesh Sharma1-0/+3
2021-06-03RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma1-0/+4
2021-05-20RDMA/bnxt_re: Drop unnecessary NULL checks after container_ofGuenter Roeck1-18/+0
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-5/+5
2021-01-18RDMA/bnxt_re: Allow bigger MR creationSelvin Xavier1-8/+0
2021-01-18RDMA/bnxt_re: Code refactor while populating user MRsSelvin Xavier1-35/+6
2020-10-27RDMA/bnxt_re: Fix entry size during SRQ createSelvin Xavier1-2/+2
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-1/+3
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-0/+3
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-10-26RDMA/bnxt_re: Set queue pair state when being queriedKamal Heib1-0/+1
2020-10-06RDMA/bnxt_re: Fix sizeof mismatch for allocation of pbl_tbl.Colin Ian King1-1/+1
2020-10-06RDMA/bnxt_re: Use rdma_umem_for_each_dma_block()Jason Gunthorpe1-14/+4
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-14/+29
2020-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-14/+29
2020-09-11RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages()Jason Gunthorpe1-46/+24
2020-09-09RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe1-1/+1
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-1/+2
2020-08-27RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeedsSelvin Xavier1-11/+11
2020-08-27RDMA/bnxt_re: Do not report transparent vlan from QP1Selvin Xavier1-3/+18
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-20RDMA/bnxt_re: Change wr posting logic to accommodate variable wqesDevesh Sharma1-41/+126
2020-07-20RDMA/bnxt_re: introduce wqe mode to select execution pathDevesh Sharma1-0/+1
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-06-02RDMA/bnxt_re: Remove FMR leftoversJason Gunthorpe1-3/+0
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb1-3/+5
2020-04-14RDMA/bnxt_re: Simplify obtaining queue entry from hw ringDevesh Sharma1-27/+38
2020-03-10RDMA/bnxt_re: Remove a redundant 'memset'Christophe JAILLET1-4/+1
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-03-02RDMA/bnxt_re: Remove set but not used variable 'dev_attr'YueHaibing1-2/+0
2020-02-21RDMA/bnxt_re: use ibdev based message printing functionsDevesh Sharma1-144/+136
2020-02-21RDMA/bnxt_re: Refactor hardware queue memory allocationDevesh Sharma1-5/+21
2020-02-21RDMA/bnxt_re: Replace chip context structure with pointerDevesh Sharma1-6/+7
2020-02-21RDMA/bnxt_re: Refactor queue pair creation codeDevesh Sharma1-212/+417
2020-02-19RDMA/bnxt_re: Use rdma_read_gid_hw_context to retrieve HW gid indexSelvin Xavier1-11/+12
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-5/+7
2020-01-03RDMA/bnxt_re: Avoid freeing MR resources if dereg failsSelvin Xavier1-1/+3
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-5/+5
2019-10-01RDMA/bnxt_re: Remove unsupported modify_device callbackKamal Heib1-18/+0
2019-09-13RDMA: Fix goto target to release the allocated memoryNavid Emamdoost1-1/+1
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib1-2/+2
2019-07-22RDMA/bnxt_re: Honor vlan_id in GID entry comparisonSelvin Xavier1-2/+5
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-20/+9
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-13/+7
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-10/+3
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-3/+3