WorkStruct: make allyesconfig
[safe/jmp/linux-2.6] / drivers / infiniband / core / cm.c
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-10 Sean HeftyIB/cm: Send DREP in response to unmatched DREQ
2006-10-10 Sean HeftyIB/cm: Fix timewait crash after module unload
2006-09-22 Michael S. TsirkinIB/cm: Do not track remote QPN in timewait state
2006-09-22 Tom TuckerRDMA: iWARP Core Changes.
2006-09-22 Roland DreierIB: Whitespace fixes
2006-09-22 Sean HeftyIB/cm: Randomize starting comm ID
2006-09-22 Sean HeftyIB/cm: Use correct reject code for invalid GID
2006-09-22 Sean HeftyIB/cm: Enable atomics along with RDMA reads
2006-08-03 Sean HeftyIB/cm: Fix error handling in ib_send_cm_req
2006-07-15 Michael S. Tsirkin[PATCH] IB/cm: drop REQ when out of memory
2006-06-30 Sean HeftyIB/core: Set alternate port number when initializing...
2006-06-18 Sean HeftyIB/cm: Use address handle helpers
2006-06-18 Sean HeftyIB/ucm: Get rid of duplicate P_Key parameter
2006-06-18 Michael S. TsirkinIB/cm: remove unneeded flush_workqueue
2006-06-18 Sean HeftyIB/cm: Match connection requests based on private data
2006-05-12 Sean HeftyIB: refcount race fixes
2006-03-20 Sean HeftyIB/cm: Check cm_id state before handling a REP
2006-01-15 Arjan van de Ven[PATCH] Unlinline a bunch of other functions
2006-01-10 Sean HeftyIB: Add node_guid to struct ib_device
2005-11-30 Sean HeftyIB/cm: avoid reusing local ID
2005-11-30 Sean HeftyIB/cm: correct reported reject code
2005-11-02 Roland Dreier[IB] kzalloc() conversions
2005-10-25 Sean Hefty[IB] Fix MAD layer DMA mappings to avoid touching data...
2005-10-24 Sean Hefty[IB] CM: Fix initialization of QP attributes for UC...
2005-10-24 Roland DreierManual merge of for-linus to upstream (fix conflicts...
2005-10-24 Roland Dreier[IB] Add idr_destroy() calls on module unload
2005-10-17 Sean Hefty[IB] CM: bind IDs to a specific device
2005-09-10 Roland Dreier[PATCH] IB: fix CM use-after-free
2005-09-10 John Kingman[PATCH] IB CM: support CM redir
2005-08-27 Roland Dreier[PATCH] IB: move include files to include/rdma
2005-08-27 Sean Hefty[PATCH] IB: sparse endianness cleanup
2005-07-27 Hal Rosenstock[PATCH] IB: Add the kernel CM implementation