summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/qp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * infiniband: Fix up module files that need to include module.hPaul Gortmaker2011-10-311-0/+3
| |
| \
*-. \ Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-011-5/+34
|\ \ \ | |_|/ |/| |
| | * RDMA/cxgb4: Mark QP in error before disabling the queue in firmwareTom Tucker2011-10-311-0/+4
| | * RDMA/cxgb4: Serialize calls to CQ's comp_handlerKumar Sanghvi2011-10-311-2/+13
| | * RDMA/cxgb4: Make sure flush CQ entries are collected on connection closeKumar Sanghvi2011-10-141-1/+5
| |/ |/|
| * RDMA/cxgb4: Add support for MPAv2 Enhanced RDMA NegotiationKumar Sanghvi2011-10-061-2/+12
|/
* RDMA/cxgb4: Couple of abort fixesSteve Wise2011-06-171-4/+1
* RDMA/cxgb4: Fix missing parenthesesRoel Kluin2011-05-091-1/+1
* RDMA/cxgb4: Don't change QP state outside EP lockSteve Wise2011-05-091-1/+0
* RDMA/cxgb4: Enable on-chip SQ support by defaultSteve Wise2011-03-141-2/+2
* RDMA/cxgb4: Limit MAXBURST EQ context field to 256BSteve Wise2011-01-281-2/+2
* RDMA/cxgb4: Don't re-init wait object in init/fini pathsSteve Wise2011-01-101-2/+0
* RDMA/cxgb3,cxgb4: Remove dead codeStephen Hemminger2011-01-101-30/+0
* RDMA/cxgb4: Fastreg NSMR fixesSteve Wise2010-09-281-27/+25
* RDMA/cxgb4: Don't set completion flag for read requestsSteve Wise2010-09-281-1/+1
* RDMA/cxgb4: Use a mutex for QP and EP state transitionsSteve Wise2010-09-281-48/+42
* RDMA/cxgb4: Support on-chip SQsSteve Wise2010-09-281-15/+83
* RDMA/cxgb4: Centralize the wait logicSteve Wise2010-09-281-30/+5
* RDMA/cxgb4: Handle CPL_RDMA_TERMINATE messagesSteve Wise2010-09-281-1/+2
OpenPOWER on IntegriCloud