aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-20iw_cxgb4: don't use WR keys/addrs for 0 byte readsGanesh Goudar1-1/+1
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-2/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-4/+4
2017-04-20cxgb4: Convert PDBG to pr_debugJoe Perches1-44/+47
2017-04-20cxgb4: Use more common logging styleJoe Perches1-3/+2
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-10iw_cxgb4: free EQ queue memory on last derefSteve Wise1-9/+26
2017-01-10iw_cxgb4: refactor sq/rq drain logicSteve Wise1-44/+68
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+3
2016-12-18iw_cxgb4: set correct FetchBurstMax for QPsSteve Wise1-2/+3
2016-11-16iw_cxgb4: invalidate the mr when posting a read_w_inv wrSteve Wise1-8/+8
2016-11-16iw_cxgb4: set *bad_wr for post_send/post_recv errorsSteve Wise1-0/+4
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-9/+58
2016-10-07iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise1-9/+58
2016-09-02IB/cxgb4: Make _free_qp static to silence build warningBaoyou Xie1-1/+1
2016-08-02iw_cxgb4: don't block in destroy_qp awaiting the last derefSteve Wise1-7/+14
2016-08-02iw_cxgb4: explicitly move the qp to ERROR state during flushSteve Wise1-0/+9
2016-06-23RDMA/iw_cxgb4: Low resource fixes for connection managerHariprasad S1-4/+6
2016-04-26RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chipsHariprasad S1-1/+5
2016-04-26iw_cxgb4: handle draining an idle qpSteve Wise1-2/+16
2016-03-16Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford1-45/+46
2016-02-29iw_cxgb4: add queue drain functionsSteve Wise1-0/+16
2016-02-29iw_cxgb4: Max fastreg depth depends on DSGL supportHariprasad S1-6/+4
2016-02-29iw_cxgb4: make queue allocation code more readableHariprasad S1-39/+42
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig1-5/+0
2015-10-28iw_cxgb4: Remove old FRWR APISagi Grimberg1-77/+0
2015-10-28iw_cxgb4: Support the new memory registration APISagi Grimberg1-0/+74
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-25/+21
2015-10-21iw_cxgb4: Adds support for T6 adapterHariprasad S1-10/+6
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-25/+21
2015-06-11iw_cxgb4: support for bar2 qid densities exceeding the page sizeHariprasad S1-22/+42
2015-05-05iw_cxgb4: 32b platform fixesHariprasad S1-5/+5
2015-01-16iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.hHariprasad Shenai1-30/+30
2015-01-16iw_cxgb4: Cleanup register defines/MACROS defined in t4.hHariprasad Shenai1-1/+1
2014-12-15RDMA/cxgb4: Wake up waiters after flushing the qpSteve Wise1-1/+1
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai1-13/+13
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-12/+25
2014-08-01RDMA/cxgb4: Only call CQ completion handler if it is armedSteve Wise1-12/+25
2014-07-21iw_cxgb4: advertise the correct device max attributesHariprasad Shenai1-14/+21
2014-07-21iw_cxgb4: Support query_qp() verbHariprasad Shenai1-0/+6
2014-07-15cxgb4/iw_cxgb4: work request logging featureHariprasad Shenai1-0/+12
2014-07-15cxgb4/iw_cxgb4: use firmware ord/ird resource limitsHariprasad Shenai1-8/+46
2014-07-15iw_cxgb4: Detect Ing. Padding Boundary at run-timeHariprasad Shenai1-4/+6
2014-04-28RDMA/cxgb4: Only allow kernel db ringing for T4 devsSteve Wise1-0/+4
2014-04-28RDMA/cxgb4: Fix endpoint mutex deadlocksSteve Wise1-4/+5
2014-04-11RDMA/cxgb4: Fix over-dereference when terminatingSteve Wise1-1/+1
2014-04-11RDMA/cxgb4: Initialize reserved fields in a FW work requestSteve Wise1-0/+2
2014-04-11RDMA/cxgb4: Max fastreg depth depends on DSGL supportSteve Wise1-1/+2
2014-04-11RDMA/cxgb4: SQ flush fixSteve Wise1-3/+3