summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+9Star
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-13/+7Star
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-10/+3Star
* 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/+10Star
* 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/+0Star
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-22/+10Star
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-32/+12Star
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-13/+8Star
* 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/+10Star
* 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/+9Star
* 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/+9Star
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-25/+12Star
* 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-111-8/+5Star
* RDMA/bnxt_re: Make use of destroy AH sleepable flagGal Pressman2018-12-201-2/+3
* RDMA/bnxt_re: Make use of create AH sleepable flagGal Pressman2018-12-201-2/+3
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-201-1/+1
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-201-0/+1
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-191-2/+2
* RDMA/bnxt_re: Add missing spin lock initializationSelvin Xavier2018-10-161-0/+1
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-2/+1Star
* bnxt_re: Fix couple of memory leaks that could lead to IOMMU call tracesSomnath Kotur2018-09-061-0/+2
* RDMA/providers: Fix return value from create_srq callbacksKamal Heib2018-07-311-1/+1
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-8/+8
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-9/+9
* RDMA/bnxt_re: Modify a fall-through annotationBart Van Assche2018-07-231-1/+1
* RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-2/+2
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit2018-06-181-23/+10Star
* RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-41/+22Star
* RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-3/+2Star
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-041-6/+4Star
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-041-3/+2Star
* Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-151-7/+19
|\
| * infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masksArnd Bergmann2018-03-141-1/+1
| * RDMA/bnxt_re: Avoid Hard lockup during error CQE processingSelvin Xavier2018-03-071-3/+8
| * RDMA/bnxt_re: Unconditionly fence non wire memory operationsDevesh Sharma2018-02-281-4/+11
* | RDMA/bnxt_re: Remove an unused variableBart Van Assche2018-03-131-3/+2Star