index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
/
ipoib_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
IPoIB: Fix error path memory leak
Eli Cohen
2007-10-09
1
-2
/
+2
*
|
IPoIB: Fix unused variable warning
Roland Dreier
2007-10-10
1
-1
/
+0
*
|
[IPoIB]: Convert to netdevice internal stats
Roland Dreier
2007-10-10
1
-15
/
+7
*
|
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
2007-10-10
1
-2
/
+6
*
|
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
2007-10-10
1
-2
/
+0
*
|
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
2007-10-10
1
-3
/
+8
|
/
*
IPoIB: Handle P_Key table reordering
Yosef Etigin
2007-05-19
1
-3
/
+4
*
IPoIB: Convert to NAPI
Roland Dreier
2007-05-06
1
-0
/
+2
*
IB/ipoib: Use ib_init_ah_from_path to initialize ah_attr
Sean Hefty
2007-04-24
1
-8
/
+4
*
[NET]: Fix neighbour destructor handling.
Alexey Kuznetsov
2007-03-25
1
-3
/
+3
*
IPoIB: Fix use-after-free in path_rec_completion()
Michael S. Tsirkin
2007-03-22
1
-2
/
+2
*
IPoIB: Correct debugging output when path record lookup fails
Roland Dreier
2007-02-26
1
-1
/
+1
*
IPoIB: Connected mode experimental support
Michael S. Tsirkin
2007-02-10
1
-5
/
+58
*
Network: convert network devices to use struct device instead of class_device
Greg Kroah-Hartman
2007-02-07
1
-18
/
+15
*
IPoIB: Make sure struct ipoib_neigh.queue is always initialized
Roland Dreier
2006-12-12
1
-2
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-05
1
-6
/
+13
|
\
|
*
IPoIB: Fix skb leak when freeing neighbour
Michael S. Tsirkin
2006-11-29
1
-6
/
+13
*
|
WorkStruct: make allyesconfig
David Howells
2006-11-22
1
-5
/
+5
|
/
*
IPoIB: Clear high octet in QP number
Michael S. Tsirkin
2006-11-16
1
-8
/
+7
*
IPoIB: Add some likely/unlikely annotations in hot path
Eli Cohen
2006-09-22
1
-2
/
+2
*
IPoIB: Remove unused include of vmalloc.h
Dotan Barak
2006-09-22
1
-1
/
+0
*
IB/sa: Require SA registration
Michael S. Tsirkin
2006-09-22
1
-3
/
+9
*
RDMA: iWARP Core Changes.
Tom Tucker
2006-09-22
1
-1
/
+7
*
IB/ipoib: Fix flush/start xmit race (from code review)
Michael S. Tsirkin
2006-09-22
1
-4
/
+8
*
IB/ipoib: Fix packet loss after hardware address update
Michael S. Tsirkin
2006-07-24
1
-0
/
+23
*
IPoIB: Fix kernel unaligned access on ia64
Jack Morgenstein
2006-06-17
1
-16
/
+12
*
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
1
-6
/
+22
*
IB: simplify static rate encoding
Jack Morgenstein
2006-04-10
1
-9
/
+2
*
IPoIB: Consolidate private neighbour data handling
Michael S. Tsirkin
2006-04-04
1
-12
/
+29
*
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
1
-0
/
+5
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2006-03-21
1
-15
/
+1
|
\
|
*
[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
1
-1
/
+7
|
/
*
IPoIB: Make sure path is fully initialized before using it
Michael S. Tsirkin
2006-01-17
1
-2
/
+2
*
IB: convert from semaphores to mutexes
Ingo Molnar
2006-01-13
1
-6
/
+6
*
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
2006-01-03
1
-0
/
+2
*
IPoIB: fix error handling in ipoib_open
Roland Dreier
2005-11-29
1
-1
/
+3
*
IPoIB: always set path->query to NULL when query finishes
Roland Dreier
2005-11-29
1
-2
/
+2
*
IPoIB: reinitialize path struct's completion for every query
Roland Dreier
2005-11-28
1
-1
/
+2
*
[IPoIB] add path record information in debugfs
Roland Dreier
2005-11-10
1
-6
/
+66
*
[IPoIB] remove unneeded initializations to 0
Roland Dreier
2005-11-02
1
-9
/
+2
*
[IB] kzalloc() conversions
Roland Dreier
2005-11-02
1
-6
/
+2
*
[IPoIB] use spin_trylock_irqsave()
Roland Dreier
2005-10-29
1
-4
/
+1
*
[IPoIB] Drop RX packets when out of memory
Roland Dreier
2005-10-28
1
-4
/
+4
*
[IPoIB] Improve ipoib_timeout() output
Roland Dreier
2005-10-18
1
-2
/
+5
*
[IPoIB] Rename IPoIB's path_lookup() to avoid name clashes
Roland Dreier
2005-09-28
1
-2
/
+2
[prev]
[next]