aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/iw_cxgb4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-13Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-linusJens Axboe1-0/+1
2016-09-04iw_cxgb4: block module unload until all ep resources are releasedSteve Wise1-0/+1
2016-08-02iw_cxgb4: don't block in destroy_qp awaiting the last derefSteve Wise1-1/+1
2016-06-23RDMA/iw_cxgb4: Low resource fixes for Completion queueHariprasad S1-0/+1
2016-06-23RDMA/iw_cxgb4: Low resource fixes for Memory registrationHariprasad S1-0/+2
2016-06-23RDMA/iw_cxgb4: Low resource fixes for connection managerHariprasad S1-0/+19
2016-05-13Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into k.o/for-4.7Doug Ledford1-1/+8
2016-05-13RDMA/iw_cxgb4: stop_ep_timer() after MPA negotiationHariprasad S1-0/+1
2016-05-13RDMA/iw_cxgb4: Add few history bits for epHariprasad S1-1/+7
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche1-1/+1
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig1-3/+2
2016-03-16Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford1-42/+0
2016-03-16iw_cxgb4: remove port mapper related codeSteve Wise1-42/+0
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford1-1/+2