aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-0/+1
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-2/+2
2018-10-16RDMA/bnxt_re: Add missing spin lock initializationSelvin Xavier1-0/+1
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-2/+1
2018-09-05bnxt_re: Fix couple of memory leaks that could lead to IOMMU call tracesSomnath Kotur1-0/+2
2018-07-30RDMA/providers: Fix return value from create_srq callbacksKamal Heib1-1/+1
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-8/+8
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-9/+9
2018-07-23RDMA/bnxt_re: Modify a fall-through annotationBart Van Assche1-1/+1
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe1-2/+2
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-18RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit1-23/+10
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit1-41/+22
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit1-3/+2
2018-04-03RDMA: Use ib_gid_attr during GID modificationParav Pandit1-6/+4
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit1-3/+2
2018-03-14Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford1-7/+19
2018-03-14infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masksArnd Bergmann1-1/+1
2018-03-13RDMA/bnxt_re: Remove an unused variableBart Van Assche1-3/+2
2018-03-06RDMA/bnxt_re: Avoid Hard lockup during error CQE processingSelvin Xavier1-3/+8
2018-02-28infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masksArnd Bergmann1-1/+1
2018-02-28RDMA/bnxt_re: Unconditionly fence non wire memory operationsDevesh Sharma1-4/+11