include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / infiniband / core / cm.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-08 Emese RevfyDriver core: Constify struct sysfs_ops in struct kobj_type
2009-01-18 Harvey HarrisonIB: Remove __constant_{endian} uses
2008-10-20 Parag Warudkarx86: sysfs: kill owner field from attribute
2008-10-16 Greg Kroah-Hartmandevice create: infiniband: convert device_create_drvdat...
2008-09-30 Hefty, SeanIB/cm: Correctly free cm_device structure
2008-07-22 Greg Kroah-Hartmaninfiniband: make cm_device use a struct device and...
2008-07-22 Greg Kroah-Hartmaninfiniband: rename "device" to "ib_device" in cm_device
2008-07-15 Roland DreierRDMA: Remove subversion $Id tags
2008-04-17 Roland DreierIB/cm: Endianness annotations
2008-03-30 Al Virotrivial endianness annotations: infiniband core
2008-02-29 Sean HeftyIB/cm: Flush workqueue when removing device
2008-02-12 Roland DreierIB/cm: Fix infiniband_cm class kobject ref counting
2008-02-12 Roland DreierIB/cm: Remove debug printk()s that snuck upstream
2008-02-05 Sean HeftyIB/cm: Add interim support for routed paths
2008-01-25 Sean HeftyIB/cm: Add basic performance counters
2007-10-10 Sean HeftyIB/cm: Modify interface to send MRAs in response to...
2007-07-18 Roland DreierIB/cm: Make internal function cm_get_ack_delay() static
2007-07-11 Sean HeftyIB/cm: Send no match if a SIDR REQ does not match a...
2007-07-11 Sean HeftyIB/cm: Fix handling of duplicate SIDR REQs
2007-07-11 Sean HeftyIB/cm: Include HCA ACK delay in local ACK timeout
2007-07-11 Sean HeftyIB/cm: Use spin_lock_irq() instead of spin_lock_irqsave...
2007-05-29 Sean HeftyIB/cm: Fix stale connection detection
2007-05-21 Michael S. TsirkinIB/cm: Improve local id allocation
2007-05-03 Jean DelvarePCI: Cleanup the includes of <linux/pci.h>
2007-02-23 Sean HeftyIB/cm: Remove ca_guid from cm_device structure
2006-12-12 Sean HeftyRDMA/cma: Allow early transition to RTS to handle lost...
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-11-29 Sean HeftyIB/cm: Fix automatic path migration support
2006-11-29 Dotan BarakRDMA/cm: Remove setting local write as part of QP acces...
2006-11-29 Eric SesterhennIB: kmemdup() cleanup
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