aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-06RDMA/bnxt_re: Use core helpers to get aligned DMA addressShiraz Saleem1-17/+10
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit1-6/+12
2019-04-25ib/bnxt: Remove mention of idr_alloc from commentMatthew Wilcox1-1/+1
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe1-15/+0
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-22/+10
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-32/+12
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-13/+8
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-7/+7
2019-03-28RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier1-12/+13
2019-03-04bnxt_re: Clean cq for kernel consumers onlyDevesh Sharma1-1/+1
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-22/+10
2019-02-22bnxt_re: fix the regression due to changes in alloc_pblDevesh Sharma1-4/+7
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-11/+9
2019-02-11RDMA/bnxt_re: fix or'ing of data into an uninitialized struct memberColin Ian King1-1/+1
2019-02-11RDMA/bnxt_re: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-14/+9
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-25/+12
2019-02-07RDMA/bnxt_re: Update kernel user abi to pass chip contextDevesh Sharma1-3/+14
2019-02-07RDMA/bnxt_re: Add extended psn structure for 57500 adaptersDevesh Sharma1-3/+10
2019-02-07RDMA/bnxt_re: Enable GSI QP support for 57500 seriesDevesh Sharma1-37/+61
2019-02-07RDMA/bnxt_re: Add 64bit doorbells for 57500 seriesDevesh Sharma1-2/+2
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-8/+5
2018-12-19RDMA/bnxt_re: Make use of destroy AH sleepable flagGal Pressman1-2/+3
2018-12-19RDMA/bnxt_re: Make use of create AH sleepable flagGal Pressman1-2/+3
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+1