index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
cm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-23
IB: Add devnode methods to cm_class and umad_class
Roland Dreier
1
-0
/
+8
2011-03-15
IB/cm: Cancel pending LAP message when exiting IB_CM_ESTABLISH state
Sean Hefty
1
-1
/
+18
2011-03-15
IB/cm: Bump reference count on cm_id before invoking callback
Sean Hefty
1
-0
/
+1
2010-07-28
IB/cm: Check LAP state before sending an MRA
Sean Hefty
1
-4
/
+6
2010-04-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
1
-1
/
+1
2010-03-31
IB/cm: Fix device_create() return value check
Jani Nikula
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-07
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
1
-1
/
+1
2009-01-17
IB: Remove __constant_{endian} uses
Harvey Harrison
1
-8
/
+7
2008-10-20
x86: sysfs: kill owner field from attribute
Parag Warudkar
1
-1
/
+1
2008-10-16
device create: infiniband: convert device_create_drvdata to device_create
Greg Kroah-Hartman
1
-3
/
+3
2008-09-30
IB/cm: Correctly free cm_device structure
Hefty, Sean
1
-0
/
+2
2008-07-21
infiniband: make cm_device use a struct device and not a kobject.
Greg Kroah-Hartman
1
-20
/
+9
2008-07-21
infiniband: rename "device" to "ib_device" in cm_device
Greg Kroah-Hartman
1
-23
/
+24
2008-07-14
RDMA: Remove subversion $Id tags
Roland Dreier
1
-2
/
+0
2008-04-16
IB/cm: Endianness annotations
Roland Dreier
1
-19
/
+44
2008-03-30
trivial endianness annotations: infiniband core
Al Viro
1
-1
/
+1
2008-02-29
IB/cm: Flush workqueue when removing device
Sean Hefty
1
-1
/
+2
2008-02-12
IB/cm: Fix infiniband_cm class kobject ref counting
Roland Dreier
1
-14
/
+8
2008-02-12
IB/cm: Remove debug printk()s that snuck upstream
Roland Dreier
1
-4
/
+0
2008-02-04
IB/cm: Add interim support for routed paths
Sean Hefty
1
-23
/
+66
2008-01-25
IB/cm: Add basic performance counters
Sean Hefty
1
-18
/
+288
2007-10-09
IB/cm: Modify interface to send MRAs in response to duplicate messages
Sean Hefty
1
-28
/
+23
2007-07-17
IB/cm: Make internal function cm_get_ack_delay() static
Roland Dreier
1
-1
/
+1
2007-07-10
IB/cm: Send no match if a SIDR REQ does not match a listen
Sean Hefty
1
-2
/
+1
2007-07-10
IB/cm: Fix handling of duplicate SIDR REQs
Sean Hefty
1
-1
/
+1
2007-07-10
IB/cm: Include HCA ACK delay in local ACK timeout
Sean Hefty
1
-14
/
+57
2007-07-10
IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possible
Sean Hefty
1
-96
/
+75
2007-05-29
IB/cm: Fix stale connection detection
Sean Hefty
1
-11
/
+14
2007-05-21
IB/cm: Improve local id allocation
Michael S. Tsirkin
1
-1
/
+3
2007-05-02
PCI: Cleanup the includes of <linux/pci.h>
Jean Delvare
1
-1
/
+0
2007-02-22
IB/cm: Remove ca_guid from cm_device structure
Sean Hefty
1
-6
/
+4
2006-12-12
RDMA/cma: Allow early transition to RTS to handle lost CM messages
Sean Hefty
1
-0
/
+4
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-31
/
+90
2006-11-29
IB/cm: Fix automatic path migration support
Sean Hefty
1
-27
/
+88
2006-11-29
RDMA/cm: Remove setting local write as part of QP access flags
Dotan Barak
1
-2
/
+1
2006-11-29
IB: kmemdup() cleanup
Eric Sesterhenn
1
-2
/
+1
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-10
/
+9
2006-10-10
IB/cm: Send DREP in response to unmatched DREQ
Sean Hefty
1
-1
/
+29
2006-10-10
IB/cm: Fix timewait crash after module unload
Sean Hefty
1
-18
/
+36
2006-09-22
IB/cm: Do not track remote QPN in timewait state
Michael S. Tsirkin
1
-0
/
+2
2006-09-22
RDMA: iWARP Core Changes.
Tom Tucker
1
-0
/
+3
2006-09-22
IB: Whitespace fixes
Roland Dreier
1
-1
/
+1
2006-09-22
IB/cm: Randomize starting comm ID
Sean Hefty
1
-8
/
+16
2006-09-22
IB/cm: Use correct reject code for invalid GID
Sean Hefty
1
-11
/
+21
2006-09-22
IB/cm: Enable atomics along with RDMA reads
Sean Hefty
1
-1
/
+2
2006-08-03
IB/cm: Fix error handling in ib_send_cm_req
Sean Hefty
1
-1
/
+3
2006-07-14
[PATCH] IB/cm: drop REQ when out of memory
Michael S. Tsirkin
1
-3
/
+18
2006-06-30
IB/core: Set alternate port number when initializing QP attributes
Sean Hefty
1
-0
/
+1
2006-06-17
IB/cm: Use address handle helpers
Sean Hefty
1
-17
/
+8
[next]