aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/iw_cxgb4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-29iw_cxgb4: allocate wait object for each cq objectSteve Wise1-0/+1
2017-09-29iw_cxgb4: allocate wait object for each memory objectSteve Wise1-0/+2
2017-09-27iw_cxgb4: change pr_debug to appropriate log levelBharat Potnuri1-2/+2
2017-09-27iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri1-8/+5
2017-04-20cxgb4: Convert PDBG to pr_debugJoe Perches1-24/+20
2017-04-20cxgb4: Use more common logging styleJoe Perches1-0/+6
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-1/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-3/+3
2017-01-10iw_cxgb4: free EQ queue memory on last derefSteve Wise1-0/+18
2017-01-10iw_cxgb4: refactor sq/rq drain logicSteve Wise1-4/+2
2016-11-16iw_cxgb4: invalidate the mr when posting a read_w_inv wrSteve Wise1-1/+1
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2016-10-07IB/cxgb4: Move user vendor structuresLeon Romanovsky1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash1-9/+0