aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/cxgb4/iw_cxgb4.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsGravatar Jason Gunthorpe 1-1/+0
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextGravatar Jason Gunthorpe 1-1/+2
2021-08-05RDMA/iw_cxgb4: Fix refcount underflow while destroying cqs.Gravatar Dakshaja Uppalapati 1-1/+2
2021-08-03RDMA: Globally allocate and release QP memoryGravatar Leon Romanovsky 1-3/+2
2021-06-08RDMA/cxgb4: Use refcount_t instead of atomic_t for reference countingGravatar Weihang Li 1-1/+1
2021-03-22RDMA: Delete not-used static inline functionsGravatar Leon Romanovsky 1-11/+0
2020-10-26RDMA/cxgb4: Remove MW supportGravatar Jason Gunthorpe 1-2/+0
2020-09-17RDMA: Clean MW allocation and free flowsGravatar Leon Romanovsky 1-2/+1
2020-09-09RDMA: Allow fail of destroy CQGravatar Leon Romanovsky 1-1/+1
2020-09-09RDMA: Restore ability to fail on SRQ destroyGravatar Leon Romanovsky 1-1/+1
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGravatar Gal Pressman 1-1/+1
2020-06-23RDMA: Add dedicated CM_ID resource tracker functionGravatar Maor Gottlieb 1-3/+1
2020-06-23RDMA: Add dedicated QP resource tracker functionGravatar Maor Gottlieb 1-0/+1
2020-06-23RDMA: Add a dedicated CQ resource tracker functionGravatar Maor Gottlieb 1-0/+1
2020-06-23RDMA: Add dedicated MR resource tracker functionGravatar Maor Gottlieb 1-0/+1
2020-02-20RDMA: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-2/+2
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityGravatar Leon Romanovsky 1-3/+2
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsGravatar Leon Romanovsky 1-1/+1
2019-05-27iw_cxgb4: Fix qpid leakGravatar Nirranjan Kirubaharan 1-2/+2
2019-04-08RDMA: Handle SRQ allocations by IB/coreGravatar Leon Romanovsky 1-4/+3
2019-04-01IB: Pass only ib_udata in function prototypesGravatar Shamir Rabinovitch 1-1/+0
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathGravatar Shamir Rabinovitch 1-7/+6
2019-03-25cxgb4: Convert stid_idr to XArrayGravatar Matthew Wilcox 1-57/+2
2019-03-25cxgb4: Convert atid_idr to XArrayGravatar Matthew Wilcox 1-1/+1
2019-03-25cxgb4: Convert hwtid_idr to XArrayGravatar Matthew Wilcox 1-1/+1
2019-03-25cxgb4: Convert mmidr to XArrayGravatar Matthew Wilcox 1-5/+1
2019-03-25cxgb4: Convert qpidr to XArrayGravatar Matthew Wilcox 1-2/+2
2019-03-25cxgb4: Convert cqidr to XArrayGravatar Matthew Wilcox 1-2/+2
2019-02-15RDMA/cxgb4: Remove kref accounting for sync operationGravatar Leon Romanovsky 1-13/+0
2019-02-08iw_cxgb4: complete the cached SRQ buffersGravatar Raju Rangoju 1-0/+3
2018-08-08iw_cxgb4: pass window scale in flowc work requestGravatar Potnuri Bharat Teja 1-1/+5
2018-07-30RDMA/providers: Remove pointless functionsGravatar Kamal Heib 1-1/+0
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constGravatar Bart Van Assche 1-6/+6
2018-07-25rdma/cxgb4: Add support for kernel mode SRQ'sGravatar Raju Rangoju 1-1/+2
2018-07-25rdma/cxgb4: Add support for srq functions & structsGravatar Raju Rangoju 1-0/+38
2018-07-13rdma/cxgb4: Add support for 64Byte cqesGravatar Raju Rangoju 1-0/+1
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextGravatar Doug Ledford 1-1/+5
2018-05-03iw_cxgb4: dump detailed driver-specific QP informationGravatar Steve Wise 1-0/+5
2018-04-27iw_cxgb4: Atomically flush per QP HW CQEsGravatar Bharat Potnuri 1-1/+1
2018-04-27RDMA/cxgb4: release hw resources on device removalGravatar Raju Rangoju 1-0/+4
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Gravatar Jason Gunthorpe 1-2/+0
2017-12-21iw_cxgb4: reflect the original WR opcode in drain cqesGravatar Steve Wise 1-2/+0
2017-12-13infiniband: cxgb4: use ktime_get for timestampsGravatar Arnd Bergmann 1-2/+2
2017-11-13iw_cxgb4: Fix possible circular dependency locking warningGravatar Bharat Potnuri 1-1/+9
2017-11-13iw_cxgb4: remove BUG_ON() usage.Gravatar Steve Wise 1-1/+0
2017-10-18Merge branch 'timer_setup' into for-nextGravatar Doug Ledford 1-1/+0
2017-10-18RDMA/cxgb4: Convert timers to use timer_setup()Gravatar Kees Cook 1-1/+0
2017-09-29iw_cxgb4: add referencing to wait objectsGravatar Steve Wise 1-3/+57
2017-09-29iw_cxgb4: allocate wait object for each ep objectGravatar Steve Wise 1-1/+1
2017-09-29iw_cxgb4: allocate wait object for each qp objectGravatar Steve Wise 1-0/+1