RDMA/core: Add memory management extensions support
[safe/jmp/linux-2.6] / drivers / infiniband / hw / ipath / ipath_rc.c
2008-07-15 Steve WiseRDMA/core: Add memory management extensions support
2008-05-13 Ralph CampbellIB/ipath: Fix RDMA read response sequence checking
2008-05-13 Ralph CampbellIB/ipath: Fix many locking issues when switching to...
2008-05-13 Ralph CampbellIB/ipath: Fix RC and UC error handling
2008-05-07 Ralph CampbellIB/ipath: Return the correct opcode for RDMA WRITE...
2008-04-17 Roland DreierIB/core: Add support for "send with invalidate" work...
2008-04-17 Ralph CampbellIB/ipath: Update copyright dates for files changed...
2008-04-17 Ralph CampbellIB/ipath: Use PIO buffer for RC ACKs
2008-03-11 Patrick Marchand... IB/ipath: Reset the retry counter for RDMA_READ_RESPONS...
2008-01-25 Ralph CampbellIB/ipath: Fix RNR NAK handling
2007-11-13 Ralph CampbellIB/ipath: Fix race with ACK retry timeout list management
2007-10-10 Ralph CampbellIB/ipath: Implement IB_EVENT_QP_LAST_WQE_REACHED
2007-10-10 Ralph CampbellIB/ipath: Change UD to queue work requests like RC...
2007-07-10 John GregorIB/ipath: Update copyright dates
2007-07-10 Robert WalshIB/ipath: Send ACK invalid where appropriate
2007-07-10 Ralph CampbellIB/ipath: Duplicate RDMA reads can cause responder...
2007-07-10 Ralph CampbellIB/ipath: Fix RDMA read retry code
2007-07-10 Ralph CampbellIB/ipath: Set M bit in BTH according to IB spec
2007-05-07 Ralph CampbellIB/ipath: Fix a race condition when generating ACKs
2007-05-07 Ralph CampbellIB/ipath: Fix two more spin lock problems
2007-05-01 Ralph CampbellIB/ipath: Don't put QP in timeout queue if waiting...
2007-05-01 Ralph CampbellIB/ipath: Don't call spin_lock_irq() from interrupt...
2007-04-19 Ralph CampbellIB/ipath: Fix RDMA reads of length zero and error handling
2007-04-19 Ralph CampbellIB/ipath: Fix PSN update for RC retries
2007-04-19 Ralph CampbellIB/ipath: Fix QP error completion queue entries
2007-04-19 Ralph CampbellIB/ipath: Support larger IB_QP_MAX_DEST_RD_ATOMIC and...
2007-02-04 Michael S. TsirkinIB: Return qp pointer as part of ib_wc
2006-10-02 Ralph CampbellIB/ipath: Fix RDMA reads
2006-09-28 Bryan O'SullivanIB/ipath: Flush RWQEs if access error or invalid error...
2006-09-28 Bryan O'SullivanIB/ipath: Ensure that PD of MR matches PD of QP checkin...
2006-09-28 Bryan O'SullivanIB/ipath: RC and UC should validate SLID and DLID
2006-09-28 Bryan O'SullivanIB/ipath: Limit # of packets sent without an ACK received
2006-09-22 Bryan O'SullivanIB/ipath: simplify layering code
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: namespace cleanup: replace ips with...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: rC receive interrupt performance...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: fix shared receive queues for RC
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: fix an indenting problem
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: share more common code between RC...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: update copyrights and other strings...
2006-05-23 Bryan O'SullivanIB/ipath: replace uses of LIST_POISON
2006-03-31 Bryan O'SullivanIB/ipath: infiniband RC protocol support