summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_qp.c
Commit message (Expand)AuthorAgeFilesLines
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* IB/ipath: Improve UD loopback performance by allocating temp array only onceRalph Campbell2008-12-011-8/+24
* IB/ipath: Fix many locking issues when switching to error stateRalph Campbell2008-05-131-92/+91
* IB/ipath: Fix RC and UC error handlingRalph Campbell2008-05-131-46/+8
* IB/ipath: Update copyright dates for files changed in 2008Ralph Campbell2008-04-161-1/+1
* IB/ipath: add calls to new 7220 code and enable in buildDave Olson2008-04-161-1/+13
* IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen2008-04-161-0/+5
* IB/ipath: Fix sanity checks on QP number of WRs and SGEsRalph Campbell2008-04-161-10/+16
* IB/ipath: Remove useless commentsRalph Campbell2008-04-161-2/+0
* IB/ipath: Enable 4KB MTUDave Olson2008-04-161-6/+6
* IB/ipath: Fix error completion put on send CQ instead of recv CQPatrick Marchand Latifi2008-03-111-1/+1
* IB/ipath: Fix RC QP initializationPatrick Marchand Latifi2008-03-111-4/+5
* IB/ipath: Fix potentially wrong RNR retry counter returned in ipath_query_qp()Patrick Marchand Latifi2008-03-111-1/+1
* IB/ipath: Fix some sparse warnings about shadowed symbolsRoland Dreier2008-01-251-2/+0
* IB/ipath: Add the work completion error code to the QP error debug outputRalph Campbell2008-01-251-2/+2
* IB/ipath: Fix error path in QP creationRalph Campbell2007-11-201-6/+9
* IB/ipath: Implement IB_EVENT_QP_LAST_WQE_REACHEDRalph Campbell2007-10-091-3/+17
* IB/ipath: Change UD to queue work requests like RC & UCRalph Campbell2007-10-091-6/+5
* IB/ipath: Remove bogus RD_ATOMIC checks from modify_qpArthur Jones2007-07-091-8/+0
* IB/ipath: Update copyright datesJohn Gregor2007-07-091-1/+1
* IB/ipath: Clean send flags properly on QP resetRobert Walsh2007-07-091-1/+1
* IB/ipath: Fix maximum MTU reportingRobert Walsh2007-07-091-1/+6
* IB/ipath: Don't corrupt pending mmap list when unmapped objects are freedRobert Walsh2007-04-301-22/+30
* IB/ipath: Don't allow QPs 0 and 1 to be opened multiple timesBryan O'Sullivan2007-04-181-38/+53
* IB/ipath: Fix CQ flushing when QP is modified to error stateBryan O'Sullivan2007-04-181-1/+1
* IB/ipath: Fix QP error completion queue entriesRalph Campbell2007-04-181-3/+5
* IB/ipath: Fix up some debug messagesBryan O'Sullivan2007-04-181-3/+3
* IB/ipath: Support larger IB_QP_MAX_DEST_RD_ATOMIC and IB_QP_MAX_QP_RD_ATOMICRalph Campbell2007-04-181-6/+20
* IB: Return qp pointer as part of ib_wcMichael S. Tsirkin2007-02-041-1/+1
* IB/ipath: Flush RWQEs if access error or invalid error seenBryan O'Sullivan2006-09-281-3/+10
* IB/ipath: Limit # of packets sent without an ACK receivedBryan O'Sullivan2006-09-281-1/+2
* IB/ipath: handle sq_sig_all field correctlyBryan O'Sullivan2006-09-221-5/+8
* IB/ipath: put a limit on the number of QPs that can be createdBryan O'Sullivan2006-09-221-0/+15
* IB/ipath: validate path_mig_state properlyBryan O'Sullivan2006-09-221-1/+2
* IB/ipath: be more strict about testing the modify QP verbBryan O'Sullivan2006-09-221-2/+31
* IB/ipath: remove stale references to userspace SMABryan O'Sullivan2006-09-221-35/+0
* IB/ipath: simplify debugging code after ipath_core and ib_ipath mergerBryan O'Sullivan2006-09-221-5/+5
* IB/ipath: simplify layering codeBryan O'Sullivan2006-09-221-4/+30
* IB/ipath: Performance improvements via mmap of queuesRalph Campbell2006-09-221-44/+112
* IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell2006-09-221-1/+2
* [PATCH] IB/ipath: namespace cleanup: replace ips with ipathBryan O'Sullivan2006-07-011-8/+8
* [PATCH] IB/ipath: ignore receive queue size if SRQ is specifiedBryan O'Sullivan2006-07-011-11/+16
* [PATCH] IB/ipath: rC receive interrupt performance changesBryan O'Sullivan2006-07-011-28/+15
* [PATCH] IB/ipath: enforce device resource limitsBryan O'Sullivan2006-07-011-2/+4
* [PATCH] IB/ipath: fix some memory leaks on failure pathsBryan O'Sullivan2006-07-011-0/+2
* [PATCH] IB/ipath: don't allow resources to be created with illegal valuesBryan O'Sullivan2006-07-011-0/+8
* [PATCH] IB/ipath: remove some duplicate codeBryan O'Sullivan2006-07-011-3/+0
* [PATCH] IB/ipath: share more common code between RC and UC protocolsBryan O'Sullivan2006-07-011-5/+3
* [PATCH] IB/ipath: update copyrights and other strings to reflect new company ...Bryan O'Sullivan2006-07-011-0/+1
* IB/ipath: deref correct pointer when using kernel SMABryan O'Sullivan2006-05-231-1/+1