index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
IPoIB: Convert to NAPI
Roland Dreier
2007-05-07
4
-20
/
+74
*
IB: Add CQ comp_vector support
Michael S. Tsirkin
2007-05-07
2
-2
/
+2
*
IPoIB/cm: Don't crash if remote side uses one QP for both directions
Michael S. Tsirkin
2007-05-07
1
-1
/
+1
*
IPoIB/cm: Fix error handling in ipoib_cm_dev_open()
Michael S. Tsirkin
2007-05-01
1
-2
/
+6
*
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
2007-04-27
3
-48
/
+36
|
\
|
*
IPoIB/cm: spin_lock_irqsave() -> spin_lock_irq() replacements
Roland Dreier
2007-04-25
1
-32
/
+24
|
*
IB/ipoib: Use ib_init_ah_from_path to initialize ah_attr
Sean Hefty
2007-04-25
1
-8
/
+4
|
*
IPoIB: Remove pointless opcode field from debugging output
Roland Dreier
2007-04-19
2
-8
/
+8
*
|
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
2007-04-26
2
-2
/
+2
|
/
*
IPoIB/cm: Fix DMA direction typo
Michael S. Tsirkin
2007-04-10
1
-1
/
+1
*
[NET]: Fix neighbour destructor handling.
Alexey Kuznetsov
2007-03-26
1
-3
/
+3
*
IB/ipoib: Fix thinko in packet length checks
Michael S. Tsirkin
2007-03-22
2
-3
/
+3
*
IPoIB: Fix use-after-free in path_rec_completion()
Michael S. Tsirkin
2007-03-22
1
-2
/
+2
*
IPoIB: Fix race in detaching from mcast group before attaching
Sean Hefty
2007-03-22
1
-3
/
+3
*
IPoIB/cm: Fix reaping of stale connections
Michael S. Tsirkin
2007-03-22
1
-1
/
+1
*
IPoIB: Turn on interface's carrier after broadcast group is joined
Shirley Ma
2007-03-08
1
-1
/
+4
*
IPoIB: Only handle async events for one port
Roland Dreier
2007-02-27
1
-6
/
+7
*
IPoIB: Correct debugging output when path record lookup fails
Roland Dreier
2007-02-26
1
-1
/
+1
*
IPoIB: Remove unused local_rate tracking
Roland Dreier
2007-02-22
2
-6
/
+3
*
IPoIB/cm: Improve small message bandwidth
Michael S. Tsirkin
2007-02-21
1
-19
/
+27
*
IB/sa: Track multicast join/leave requests
Sean Hefty
2007-02-16
1
-123
/
+72
*
IPoIB: CM error handling thinko fix
Michael S. Tsirkin
2007-02-16
1
-1
/
+1
*
IPoIB: Only allow root to change between datagram and connected mode
Roland Dreier
2007-02-16
1
-1
/
+1
*
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
2007-02-14
9
-32
/
+1575
|
\
|
*
IPoIB: Connected mode experimental support
Michael S. Tsirkin
2007-02-10
9
-32
/
+1575
*
|
[PATCH] mark struct file_operations const 3
Arjan van de Ven
2007-02-12
1
-2
/
+2
|
/
*
Network: convert network devices to use struct device instead of class_device
Greg Kroah-Hartman
2007-02-07
2
-24
/
+20
*
IPoIB: Make sure struct ipoib_neigh.queue is always initialized
Roland Dreier
2006-12-12
1
-2
/
+1
*
IPoIB: Use the new verbs DMA mapping functions
Ralph Campbell
2006-12-12
2
-41
/
+38
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-05
3
-8
/
+15
|
\
|
*
IPoIB: Fix skb leak when freeing neighbour
Michael S. Tsirkin
2006-11-30
3
-8
/
+15
*
|
WorkStruct: make allyesconfig
David Howells
2006-11-22
4
-33
/
+40
|
/
*
IPoIB: Clear high octet in QP number
Michael S. Tsirkin
2006-11-16
1
-8
/
+7
*
IPoIB: Check for DMA mapping error for TX packets
Roland Dreier
2006-10-10
1
-0
/
+5
*
Still more typo fixes
Matt LaPlante
2006-10-03
1
-1
/
+1
*
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
Theodore Ts'o
2006-09-27
1
-2
/
+2
*
IPoIB: Add some likely/unlikely annotations in hot path
Eli Cohen
2006-09-23
2
-3
/
+3
*
IPoIB: Remove unused include of vmalloc.h
Dotan Barak
2006-09-23
1
-1
/
+0
*
IPoIB: Rejoin all multicast groups after a port event
Eli Cohen
2006-09-23
1
-1
/
+3
*
IPoIB: Create MCGs with all attributes required by RFC
Roland Dreier
2006-09-23
1
-5
/
+15
*
IB/sa: Require SA registration
Michael S. Tsirkin
2006-09-23
3
-9
/
+17
*
IPoIB: Refactor completion handling
Roland Dreier
2006-09-23
1
-88
/
+100
*
RDMA: iWARP Core Changes.
Tom Tucker
2006-09-23
1
-1
/
+7
*
IB: Whitespace fixes
Roland Dreier
2006-09-23
1
-1
/
+1
*
IB/ipoib: Fix flush/start xmit race (from code review)
Michael S. Tsirkin
2006-09-23
1
-4
/
+8
*
IPoIB: Retry failed send-only multicast group joins
Eli Cohen
2006-09-14
1
-0
/
+1
*
IB/ipoib: Remove broken link from Kconfig and documentation
Or Gerlitz
2006-08-03
1
-2
/
+1
*
IB/ipoib: Fix packet loss after hardware address update
Michael S. Tsirkin
2006-07-24
2
-0
/
+24
*
IB/ipoib: Fix oops with ipoib_debug_mcast set
Or Gerlitz
2006-07-24
1
-4
/
+4
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
[next]