aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-1/+1
2021-11-25RDMA/bnxt_re: Remove dynamic pkey tableKamal Heib1-5/+4
2021-11-03RDMA/bnxt_re: Remove unsupported bnxt_re_modify_ah callbackKamal Heib1-5/+0
2021-10-29RDMA/bnxt_re: Use helper function to set GUIDsKamal Heib1-2/+3
2021-09-20RDMA/bnxt_re: Check if the vlan is valid before reportingSelvin Xavier1-3/+9
2021-09-20RDMA/bnxt_re: Correct FRMR size calculationSelvin Xavier1-1/+2
2021-09-20RDMA/bnxt_re: Support multiple page sizesSelvin Xavier1-2/+2
2021-09-20RDMA/bnxt_re: Add extended statistics countersSelvin Xavier1-3/+13
2021-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2021-09-08RDMA/bnxt_re: Prefer kcalloc over open coded arithmeticLen Baker1-2/+2
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-18/+8
2021-08-19RDMA/bnxt_re: Add missing spin lock initializationNaresh Kumar PBS1-0/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-18/+8
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