aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_rc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-13IB/ipath: Fix race with ACK retry timeout list managementRalph Campbell1-2/+3
2007-10-09IB/ipath: Implement IB_EVENT_QP_LAST_WQE_REACHEDRalph Campbell1-1/+11
2007-10-09IB/ipath: Change UD to queue work requests like RC & UCRalph Campbell1-20/+41
2007-07-09IB/ipath: Update copyright datesJohn Gregor1-1/+1
2007-07-09IB/ipath: Send ACK invalid where appropriateRobert Walsh1-6/+7
2007-07-09IB/ipath: Duplicate RDMA reads can cause responder to NAK inappropriatelyRalph Campbell1-5/+33
2007-07-09IB/ipath: Fix RDMA read retry codeRalph Campbell1-19/+38
2007-07-09IB/ipath: Set M bit in BTH according to IB specRalph Campbell1-3/+3
2007-05-06IB/ipath: Fix a race condition when generating ACKsRalph Campbell1-13/+15
2007-05-06IB/ipath: Fix two more spin lock problemsRalph Campbell1-1/+1
2007-04-30IB/ipath: Don't put QP in timeout queue if waiting to sendRalph Campbell1-6/+1
2007-04-30IB/ipath: Don't call spin_lock_irq() from interrupt contextRalph Campbell1-7/+11
2007-04-18IB/ipath: Fix RDMA reads of length zero and error handlingRalph Campbell1-19/+44
2007-04-18IB/ipath: Fix PSN update for RC retriesRalph Campbell1-27/+38
2007-04-18IB/ipath: Fix QP error completion queue entriesRalph Campbell1-0/+2
2007-04-18IB/ipath: Support larger IB_QP_MAX_DEST_RD_ATOMIC and IB_QP_MAX_QP_RD_ATOMICRalph Campbell1-346/+454
2007-02-04IB: Return qp pointer as part of ib_wcMichael S. Tsirkin1-4/+4
2006-10-02IB/ipath: Fix RDMA readsRalph Campbell1-27/+32
2006-09-28IB/ipath: Flush RWQEs if access error or invalid error seenBryan O'Sullivan1-6/+12
2006-09-28IB/ipath: Ensure that PD of MR matches PD of QP checking the RkeyBryan O'Sullivan1-4/+4
2006-09-28IB/ipath: RC and UC should validate SLID and DLIDBryan O'Sullivan1-0/+4
2006-09-28IB/ipath: Limit # of packets sent without an ACK receivedBryan O'Sullivan1-18/+29
2006-09-22IB/ipath: simplify layering codeBryan O'Sullivan1-5/+4
2006-07-01[PATCH] IB/ipath: namespace cleanup: replace ips with ipathBryan O'Sullivan1-20/+20
2006-07-01[PATCH] IB/ipath: rC receive interrupt performance changesBryan O'Sullivan1-186/+197
2006-07-01[PATCH] IB/ipath: fix shared receive queues for RCBryan O'Sullivan1-142/+101
2006-07-01[PATCH] IB/ipath: fix an indenting problemBryan O'Sullivan1-26/+26
2006-07-01[PATCH] IB/ipath: share more common code between RC and UC protocolsBryan O'Sullivan1-172/+32
2006-07-01[PATCH] IB/ipath: update copyrights and other strings to reflect new company nameBryan O'Sullivan1-0/+1
2006-05-23IB/ipath: replace uses of LIST_POISONBryan O'Sullivan1-8/+7
2006-03-31IB/ipath: infiniband RC protocol supportBryan O'Sullivan1-0/+1857