summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/qp.c
Commit message (Expand)AuthorAgeFilesLines
* IB: remove in-kernel support for memory windowsChristoph Hellwig2015-12-231-5/+0
* iw_cxgb4: Remove old FRWR APISagi Grimberg2015-10-281-77/+0
* iw_cxgb4: Support the new memory registration APISagi Grimberg2015-10-281-0/+74
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-281-25/+21
|\
| * IB: split struct ib_send_wrChristoph Hellwig2015-10-081-25/+21
* | iw_cxgb4: Adds support for T6 adapterHariprasad S2015-10-211-10/+6
|/
* iw_cxgb4: support for bar2 qid densities exceeding the page sizeHariprasad S2015-06-111-22/+42
* iw_cxgb4: 32b platform fixesHariprasad S2015-05-051-5/+5
* iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.hHariprasad Shenai2015-01-161-30/+30
* iw_cxgb4: Cleanup register defines/MACROS defined in t4.hHariprasad Shenai2015-01-161-1/+1
* RDMA/cxgb4: Wake up waiters after flushing the qpSteve Wise2014-12-151-1/+1
* cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai2014-11-101-13/+13
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-08-141-12/+25
|\
| * RDMA/cxgb4: Only call CQ completion handler if it is armedSteve Wise2014-08-011-12/+25
* | iw_cxgb4: advertise the correct device max attributesHariprasad Shenai2014-07-211-14/+21
* | iw_cxgb4: Support query_qp() verbHariprasad Shenai2014-07-211-0/+6
* | cxgb4/iw_cxgb4: work request logging featureHariprasad Shenai2014-07-151-0/+12
* | cxgb4/iw_cxgb4: use firmware ord/ird resource limitsHariprasad Shenai2014-07-151-8/+46
* | iw_cxgb4: Detect Ing. Padding Boundary at run-timeHariprasad Shenai2014-07-151-4/+6
|/
* RDMA/cxgb4: Only allow kernel db ringing for T4 devsSteve Wise2014-04-281-0/+4
* RDMA/cxgb4: Fix endpoint mutex deadlocksSteve Wise2014-04-281-4/+5
* RDMA/cxgb4: Fix over-dereference when terminatingSteve Wise2014-04-111-1/+1
* RDMA/cxgb4: Initialize reserved fields in a FW work requestSteve Wise2014-04-111-0/+2
* RDMA/cxgb4: Max fastreg depth depends on DSGL supportSteve Wise2014-04-111-1/+2
* RDMA/cxgb4: SQ flush fixSteve Wise2014-04-111-3/+3
* RDMA/cxgb4: Use the BAR2/WC path for kernel QPs and T5 devicesSteve Wise2014-04-111-21/+36
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-04-031-3/+5
|\
| * RDMA/cxgb4: Mind the sq_sig_all/sq_sig_type QP attributesSteve Wise2014-03-201-2/+4
| * RDMA/cxgb4: Fix underflows in c4iw_create_qp()Dan Carpenter2014-03-201-1/+1
* | cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug FixesSteve Wise2014-03-141-78/+62
|/
* RDMA/cxgb4: Issue RI.FINI before closing when entering TERMSteve Wise2013-08-131-1/+6
* RDMA/cxgb4: Fix QP flush logicSteve Wise2013-08-131-14/+20
* RDMA/cxgb4: Fix stack info leak in c4iw_create_qp()Dan Carpenter2013-07-301-0/+2
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-05-081-9/+13
|\
| * RDMA/cxgb4: Fix SQ allocation when on-chip SQ is disabledThadeu Lima de Souza Cascardo2013-04-161-12/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-271-1/+3
|\ \ | |/
| * RDMA/cxgb4: Fix error return code in create_qp()Wei Yongjun2013-03-221-1/+3
* | RDMA/cxgb4: Fix onchip queue support for T5Vipul Pandya2013-03-141-8/+5
* | RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5.Vipul Pandya2013-03-141-23/+53
* | RDMA/cxgb4: Add module_params to enable DB FC & Coalescing on T5Vipul Pandya2013-03-141-4/+6
* | RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use.Vipul Pandya2013-03-141-4/+16
* | RDMA/cxgb4: Add Support for Chelsio T5 adapterVipul Pandya2013-03-141-1/+1
|/
* RDMA/cxgb4: Abort connections when moving to ERROR stateVipul Pandya2013-02-141-0/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-021-24/+38
|\
| * RDMA/cxgb4: Fix error handling in create_qp()Emil Goode2012-09-301-24/+38
* | RDMA/cxgb4: Update RDMA/cxgb4 due to macro definition removal in cxgb4 driverVipul Pandya2012-09-051-1/+1
|/
* RDMA/cxgb4: Add query_qp supportVipul Pandya2012-05-181-0/+11
* RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queuesVipul Pandya2012-05-181-3/+44
* RDMA/cxgb4: Add DB Overflow AvoidanceVipul Pandya2012-05-181-1/+50
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+3
|\
OpenPOWER on IntegriCloud