aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-14IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2008-12-01IB/ipath: Improve UD loopback performance by allocating temp array only onceRalph Campbell1-8/+24
2008-05-13IB/ipath: Fix many locking issues when switching to error stateRalph Campbell1-92/+91
2008-05-13IB/ipath: Fix RC and UC error handlingRalph Campbell1-46/+8
2008-04-16IB/ipath: Update copyright dates for files changed in 2008Ralph Campbell1-1/+1
2008-04-16IB/ipath: add calls to new 7220 code and enable in buildDave Olson1-1/+13
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen1-0/+5
2008-04-16IB/ipath: Fix sanity checks on QP number of WRs and SGEsRalph Campbell1-10/+16
2008-04-16IB/ipath: Remove useless commentsRalph Campbell1-2/+0
2008-04-16IB/ipath: Enable 4KB MTUDave Olson1-6/+6
2008-03-11IB/ipath: Fix error completion put on send CQ instead of recv CQPatrick Marchand Latifi1-1/+1
2008-03-11IB/ipath: Fix RC QP initializationPatrick Marchand Latifi1-4/+5
2008-03-11IB/ipath: Fix potentially wrong RNR retry counter returned in ipath_query_qp()Patrick Marchand Latifi1-1/+1
2008-01-25IB/ipath: Fix some sparse warnings about shadowed symbolsRoland Dreier1-2/+0
2008-01-25IB/ipath: Add the work completion error code to the QP error debug outputRalph Campbell1-2/+2
2007-11-20IB/ipath: Fix error path in QP creationRalph Campbell1-6/+9
2007-10-09IB/ipath: Implement IB_EVENT_QP_LAST_WQE_REACHEDRalph Campbell1-3/+17
2007-10-09IB/ipath: Change UD to queue work requests like RC & UCRalph Campbell1-6/+5
2007-07-09IB/ipath: Remove bogus RD_ATOMIC checks from modify_qpArthur Jones1-8/+0
2007-07-09IB/ipath: Update copyright datesJohn Gregor1-1/+1
2007-07-09IB/ipath: Clean send flags properly on QP resetRobert Walsh1-1/+1
2007-07-09IB/ipath: Fix maximum MTU reportingRobert Walsh1-1/+6
2007-04-30IB/ipath: Don't corrupt pending mmap list when unmapped objects are freedRobert Walsh1-22/+30
2007-04-18IB/ipath: Don't allow QPs 0 and 1 to be opened multiple timesBryan O'Sullivan1-38/+53
2007-04-18IB/ipath: Fix CQ flushing when QP is modified to error stateBryan O'Sullivan1-1/+1
2007-04-18IB/ipath: Fix QP error completion queue entriesRalph Campbell1-3/+5
2007-04-18IB/ipath: Fix up some debug messagesBryan O'Sullivan1-3/+3
2007-04-18IB/ipath: Support larger IB_QP_MAX_DEST_RD_ATOMIC and IB_QP_MAX_QP_RD_ATOMICRalph Campbell1-6/+20
2007-02-04IB: Return qp pointer as part of ib_wcMichael S. Tsirkin1-1/+1
2006-09-28IB/ipath: Flush RWQEs if access error or invalid error seenBryan O'Sullivan1-3/+10
2006-09-28IB/ipath: Limit # of packets sent without an ACK receivedBryan O'Sullivan1-1/+2
2006-09-22IB/ipath: handle sq_sig_all field correctlyBryan O'Sullivan1-5/+8
2006-09-22IB/ipath: put a limit on the number of QPs that can be createdBryan O'Sullivan1-0/+15
2006-09-22IB/ipath: validate path_mig_state properlyBryan O'Sullivan1-1/+2
2006-09-22IB/ipath: be more strict about testing the modify QP verbBryan O'Sullivan1-2/+31
2006-09-22IB/ipath: remove stale references to userspace SMABryan O'Sullivan1-35/+0
2006-09-22IB/ipath: simplify debugging code after ipath_core and ib_ipath mergerBryan O'Sullivan1-5/+5
2006-09-22IB/ipath: simplify layering codeBryan O'Sullivan1-4/+30
2006-09-22IB/ipath: Performance improvements via mmap of queuesRalph Campbell1-44/+112
2006-09-22IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell1-1/+2
2006-07-01[PATCH] IB/ipath: namespace cleanup: replace ips with ipathBryan O'Sullivan1-8/+8
2006-07-01[PATCH] IB/ipath: ignore receive queue size if SRQ is specifiedBryan O'Sullivan1-11/+16
2006-07-01[PATCH] IB/ipath: rC receive interrupt performance changesBryan O'Sullivan1-28/+15
2006-07-01[PATCH] IB/ipath: enforce device resource limitsBryan O'Sullivan1-2/+4
2006-07-01[PATCH] IB/ipath: fix some memory leaks on failure pathsBryan O'Sullivan1-0/+2
2006-07-01[PATCH] IB/ipath: don't allow resources to be created with illegal valuesBryan O'Sullivan1-0/+8
2006-07-01[PATCH] IB/ipath: remove some duplicate codeBryan O'Sullivan1-3/+0
2006-07-01[PATCH] IB/ipath: share more common code between RC and UC protocolsBryan O'Sullivan1-5/+3