aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/iw_cxgb4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-1/+0
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe1-1/+2
2021-08-05RDMA/iw_cxgb4: Fix refcount underflow while destroying cqs.Dakshaja Uppalapati1-1/+2
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-3/+2
2021-06-08RDMA/cxgb4: Use refcount_t instead of atomic_t for reference countingWeihang Li1-1/+1
2021-03-22RDMA: Delete not-used static inline functionsLeon Romanovsky1-11/+0
2020-10-26RDMA/cxgb4: Remove MW supportJason Gunthorpe1-2/+0
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-2/+1
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-1/+1
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-1/+1
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-06-23RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb1-3/+1
2020-06-23RDMA: Add dedicated QP resource tracker functionMaor Gottlieb1-0/+1
2020-06-23RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb1-0/+1
2020-06-23RDMA: Add dedicated MR resource tracker functionMaor Gottlieb1-0/+1
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-3/+2
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-1/+1
2019-05-27iw_cxgb4: Fix qpid leakNirranjan Kirubaharan1-2/+2
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-4/+3
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-1/+0
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-7/+6
2019-03-25cxgb4: Convert stid_idr to XArrayMatthew Wilcox1-57/+2
2019-03-25cxgb4: Convert atid_idr to XArrayMatthew Wilcox1-1/+1
2019-03-25cxgb4: Convert hwtid_idr to XArrayMatthew Wilcox1-1/+1
2019-03-25cxgb4: Convert mmidr to XArrayMatthew Wilcox1-5/+1
2019-03-25cxgb4: Convert qpidr to XArrayMatthew Wilcox1-2/+2
2019-03-25cxgb4: Convert cqidr to XArrayMatthew Wilcox1-2/+2
2019-02-15RDMA/cxgb4: Remove kref accounting for sync operationLeon Romanovsky1-13/+0
2019-02-08iw_cxgb4: complete the cached SRQ buffersRaju Rangoju1-0/+3
2018-08-08iw_cxgb4: pass window scale in flowc work requestPotnuri Bharat Teja1-1/+5
2018-07-30RDMA/providers: Remove pointless functionsKamal Heib1-1/+0
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-6/+6
2018-07-25rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju1-1/+2
2018-07-25rdma/cxgb4: Add support for srq functions & structsRaju Rangoju1-0/+38
2018-07-13rdma/cxgb4: Add support for 64Byte cqesRaju Rangoju1-0/+1
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford1-1/+5
2018-05-03iw_cxgb4: dump detailed driver-specific QP informationSteve Wise1-0/+5
2018-04-27iw_cxgb4: Atomically flush per QP HW CQEsBharat Potnuri1-1/+1
2018-04-27RDMA/cxgb4: release hw resources on device removalRaju Rangoju1-0/+4
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe1-2/+0
2017-12-21iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise1-2/+0
2017-12-13infiniband: cxgb4: use ktime_get for timestampsArnd Bergmann1-2/+2
2017-11-13iw_cxgb4: Fix possible circular dependency locking warningBharat Potnuri1-1/+9
2017-11-13iw_cxgb4: remove BUG_ON() usage.Steve Wise1-1/+0
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-1/+0
2017-10-18RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook1-1/+0
2017-09-29iw_cxgb4: add referencing to wait objectsSteve Wise1-3/+57
2017-09-29iw_cxgb4: allocate wait object for each ep objectSteve Wise1-1/+1
2017-09-29iw_cxgb4: allocate wait object for each qp objectSteve Wise1-0/+1