include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / infiniband / hw / ipath / ipath_qp.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-10-11 Alexey Dobriyanheaders: remove sched.h from interrupt.h
2008-12-02 Ralph CampbellIB/ipath: Improve UD loopback performance by allocating...
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-04-17 Ralph CampbellIB/ipath: Update copyright dates for files changed...
2008-04-17 Dave OlsonIB/ipath: add calls to new 7220 code and enable in...
2008-04-17 Eli CohenIB/core: Add creation flags to struct ib_qp_init_attr
2008-04-17 Ralph CampbellIB/ipath: Fix sanity checks on QP number of WRs and...
2008-04-17 Ralph CampbellIB/ipath: Remove useless comments
2008-04-17 Dave OlsonIB/ipath: Enable 4KB MTU
2008-03-11 Patrick Marchand... IB/ipath: Fix error completion put on send CQ instead...
2008-03-11 Patrick Marchand... IB/ipath: Fix RC QP initialization
2008-03-11 Patrick Marchand... IB/ipath: Fix potentially wrong RNR retry counter retur...
2008-01-25 Roland DreierIB/ipath: Fix some sparse warnings about shadowed symbols
2008-01-25 Ralph CampbellIB/ipath: Add the work completion error code to the...
2007-11-20 Ralph CampbellIB/ipath: Fix error path in QP creation
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 Arthur JonesIB/ipath: Remove bogus RD_ATOMIC checks from modify_qp
2007-07-10 John GregorIB/ipath: Update copyright dates
2007-07-10 Robert WalshIB/ipath: Clean send flags properly on QP reset
2007-07-10 Robert WalshIB/ipath: Fix maximum MTU reporting
2007-05-01 Robert WalshIB/ipath: Don't corrupt pending mmap list when unmapped...
2007-04-19 Bryan O'SullivanIB/ipath: Don't allow QPs 0 and 1 to be opened multiple...
2007-04-19 Bryan O'SullivanIB/ipath: Fix CQ flushing when QP is modified to error...
2007-04-19 Ralph CampbellIB/ipath: Fix QP error completion queue entries
2007-04-19 Bryan O'SullivanIB/ipath: Fix up some debug messages
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-09-28 Bryan O'SullivanIB/ipath: Flush RWQEs if access error or invalid error...
2006-09-28 Bryan O'SullivanIB/ipath: Limit # of packets sent without an ACK received
2006-09-22 Bryan O'SullivanIB/ipath: handle sq_sig_all field correctly
2006-09-22 Bryan O'SullivanIB/ipath: put a limit on the number of QPs that can...
2006-09-22 Bryan O'SullivanIB/ipath: validate path_mig_state properly
2006-09-22 Bryan O'SullivanIB/ipath: be more strict about testing the modify QP...
2006-09-22 Bryan O'SullivanIB/ipath: remove stale references to userspace SMA
2006-09-22 Bryan O'SullivanIB/ipath: simplify debugging code after ipath_core...
2006-09-22 Bryan O'SullivanIB/ipath: simplify layering code
2006-09-22 Ralph CampbellIB/ipath: Performance improvements via mmap of queues
2006-09-22 Ralph CampbellIB/uverbs: Pass userspace data to modify_srq and modify...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: namespace cleanup: replace ips with...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: ignore receive queue size if SRQ...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: rC receive interrupt performance...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: enforce device resource limits
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: fix some memory leaks on failure...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: don't allow resources to be created...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: remove some duplicate code
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: deref correct pointer when using kernel SMA
2006-05-23 Bryan O'SullivanIB/ipath: replace uses of LIST_POISON
2006-05-23 Bryan O'SullivanIB/ipath: don't modify QP if changes fail
2006-04-19 Roland DreierIB/ipath: Make more names static
2006-03-31 Bryan O'SullivanIB/ipath: misc infiniband code, part 2