aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-01[PATCH] IB/ipath: update copyrights and other strings to reflect new company nameBryan O'Sullivan1-0/+1
2006-05-23IB/ipath: deref correct pointer when using kernel SMABryan O'Sullivan1-1/+1
2006-05-23IB/ipath: replace uses of LIST_POISONBryan O'Sullivan1-16/+14
2006-05-23IB/ipath: don't modify QP if changes failBryan O'Sullivan1-15/+17
2006-04-19IB/ipath: Make more names staticRoland Dreier1-62/+62
2006-03-31IB/ipath: misc infiniband code, part 2Bryan O'Sullivan1-0/+913