index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-29
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-22
2
-3
/
+3
*
IPoIB: Remove unused include of vmalloc.h
Dotan Barak
2006-09-22
1
-1
/
+0
*
IPoIB: Rejoin all multicast groups after a port event
Eli Cohen
2006-09-22
1
-1
/
+3
*
IPoIB: Create MCGs with all attributes required by RFC
Roland Dreier
2006-09-22
1
-5
/
+15
*
IB/sa: Require SA registration
Michael S. Tsirkin
2006-09-22
3
-9
/
+17
*
IPoIB: Refactor completion handling
Roland Dreier
2006-09-22
1
-88
/
+100
*
RDMA: iWARP Core Changes.
Tom Tucker
2006-09-22
1
-1
/
+7
*
IB: Whitespace fixes
Roland Dreier
2006-09-22
1
-1
/
+1
*
IB/ipoib: Fix flush/start xmit race (from code review)
Michael S. Tsirkin
2006-09-22
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
*
[PATCH] drivers: use list_move()
Akinobu Mita
2006-06-26
1
-4
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
2006-06-19
5
-53
/
+50
|
\
|
*
IPoIB: Handle client reregister events
Leonid Arsh
2006-06-17
1
-1
/
+2
|
*
IPoIB: Fix kernel unaligned access on ia64
Jack Morgenstein
2006-06-17
3
-34
/
+39
|
*
IPoIB: Avoid using stale last_send counter when reaping AHs
Roland Dreier
2006-06-17
1
-18
/
+9
*
|
[NET]: Add netif_tx_lock
Herbert Xu
2006-06-17
1
-2
/
+4
|
/
*
IPoIB: Fix AH leak at interface down
Eli Cohen
2006-06-05
1
-0
/
+1
*
IPoIB: Free child interfaces properly
Roland Dreier
2006-05-09
1
-3
/
+1
*
IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave()
Roland Dreier
2006-04-10
1
-5
/
+4
*
IPoIB: Close race in ipoib_flush_paths()
Eli Cohen
2006-04-10
1
-2
/
+3
*
IPoIB: Make send and receive queue sizes tunable
Shirley Ma
2006-04-10
4
-20
/
+40
*
IPoIB: Wait for join to finish before freeing mcast struct
Eli Cohen
2006-04-10
1
-21
/
+20
*
IB: simplify static rate encoding
Jack Morgenstein
2006-04-10
3
-19
/
+4
*
IPoIB: Consolidate private neighbour data handling
Michael S. Tsirkin
2006-04-04
3
-17
/
+34
*
IPoIB: Always build debugging code unless CONFIG_EMBEDDED=y
Roland Dreier
2006-04-02
1
-1
/
+2
*
IPoIB: Fix oops with raw sockets
Roland Dreier
2006-03-29
1
-1
/
+1
*
IPoIB: P_Key change event handling
Leonid Arsh
2006-03-24
4
-19
/
+44
*
IPoIB: Fix network interface "RUNNING" status
Leonid Arsh
2006-03-24
1
-2
/
+3
*
IPoIB: Pass correct pointer when flushing child interfaces
Leonid Arsh
2006-03-24
1
-1
/
+1
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2006-03-21
1
-15
/
+1
|
\
|
*
[INFINIBAND] ipoib: Remove leftover use of neigh_ops->destructor
Arnaldo Carvalho de Melo
2006-03-20
1
-1
/
+0
|
*
[NET]: Move destructor from neigh->ops to neigh_params
Michael S. Tsirkin
2006-03-20
1
-15
/
+1
*
|
IPoIB: Get rid of useless test of queue length
Roland Dreier
2006-03-20
1
-6
/
+1
*
|
IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueue
Jack Morgenstein
2006-03-20
4
-7
/
+14
*
|
IPoIB: Fix build now that neighbour destructor is in neigh_params
Roland Dreier
2006-03-20
1
-1
/
+0
*
|
IPoIB: Fix multicast race between canceling and completing
Michael S. Tsirkin
2006-03-20
1
-3
/
+12
[next]