summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-3/+3
* RDMA/bnxt_re: Use core helpers to get aligned DMA addressShiraz Saleem2019-05-061-17/+10
* RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-031-6/+12
* ib/bnxt: Remove mention of idr_alloc from commentMatthew Wilcox2019-04-251-1/+1
* RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe2019-04-091-15/+0
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-22/+10
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-32/+12
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-13/+8
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-7/+7
* RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier2019-03-281-12/+13
* bnxt_re: Clean cq for kernel consumers onlyDevesh Sharma2019-03-041-1/+1
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-22/+10
* bnxt_re: fix the regression due to changes in alloc_pblDevesh Sharma2019-02-221-4/+7
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-11/+9
* RDMA/bnxt_re: fix or'ing of data into an uninitialized struct memberColin Ian King2019-02-111-1/+1
* RDMA/bnxt_re: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-14/+9
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-081-25/+12
* RDMA/bnxt_re: Update kernel user abi to pass chip contextDevesh Sharma2019-02-071-3/+14
* RDMA/bnxt_re: Add extended psn structure for 57500 adaptersDevesh Sharma2019-02-071-3/+10
* RDMA/bnxt_re: Enable GSI QP support for 57500 seriesDevesh Sharma2019-02-071-37/+61
* RDMA/bnxt_re: Add 64bit doorbells for 57500 seriesDevesh Sharma2019-02-071-2/+2
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-101-8/+5
* RDMA/bnxt_re: Make use of destroy AH sleepable flagGal Pressman2018-12-191-2/+3
* RDMA/bnxt_re: Make use of create AH sleepable flagGal Pressman2018-12-191-2/+3
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-191-1/+1
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-191-0/+1