summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
Commit message (Expand)AuthorAgeFilesLines
* IPoIB: Handle P_Key table reorderingYosef Etigin2007-05-191-3/+4
* IPoIB: Convert to NAPIRoland Dreier2007-05-061-0/+2
* IB/ipoib: Use ib_init_ah_from_path to initialize ah_attrSean Hefty2007-04-241-8/+4
* [NET]: Fix neighbour destructor handling.Alexey Kuznetsov2007-03-251-3/+3
* IPoIB: Fix use-after-free in path_rec_completion()Michael S. Tsirkin2007-03-221-2/+2
* IPoIB: Correct debugging output when path record lookup failsRoland Dreier2007-02-261-1/+1
* IPoIB: Connected mode experimental supportMichael S. Tsirkin2007-02-101-5/+58
* Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-071-18/+15
* IPoIB: Make sure struct ipoib_neigh.queue is always initializedRoland Dreier2006-12-121-2/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-6/+13
|\
| * IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin2006-11-291-6/+13
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-5/+5
|/
* IPoIB: Clear high octet in QP numberMichael S. Tsirkin2006-11-161-8/+7
* IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen2006-09-221-2/+2
* IPoIB: Remove unused include of vmalloc.hDotan Barak2006-09-221-1/+0
* IB/sa: Require SA registrationMichael S. Tsirkin2006-09-221-3/+9
* RDMA: iWARP Core Changes.Tom Tucker2006-09-221-1/+7
* IB/ipoib: Fix flush/start xmit race (from code review)Michael S. Tsirkin2006-09-221-4/+8
* IB/ipoib: Fix packet loss after hardware address updateMichael S. Tsirkin2006-07-241-0/+23
* IPoIB: Fix kernel unaligned access on ia64Jack Morgenstein2006-06-171-16/+12
* IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave()Roland Dreier2006-04-101-5/+4
* IPoIB: Close race in ipoib_flush_paths()Eli Cohen2006-04-101-2/+3
* IPoIB: Make send and receive queue sizes tunableShirley Ma2006-04-101-6/+22
* IB: simplify static rate encodingJack Morgenstein2006-04-101-9/+2
* IPoIB: Consolidate private neighbour data handlingMichael S. Tsirkin2006-04-041-12/+29
* IPoIB: Fix oops with raw socketsRoland Dreier2006-03-291-1/+1
* IPoIB: P_Key change event handlingLeonid Arsh2006-03-241-0/+5
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-211-15/+1
|\
| * [NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin2006-03-201-15/+1
* | IPoIB: Get rid of useless test of queue lengthRoland Dreier2006-03-201-6/+1
* | IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueueJack Morgenstein2006-03-201-1/+7
|/
* IPoIB: Make sure path is fully initialized before using itMichael S. Tsirkin2006-01-171-2/+2
* IB: convert from semaphores to mutexesIngo Molnar2006-01-131-6/+6
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+2
* IPoIB: fix error handling in ipoib_openRoland Dreier2005-11-291-1/+3
* IPoIB: always set path->query to NULL when query finishesRoland Dreier2005-11-291-2/+2
* IPoIB: reinitialize path struct's completion for every queryRoland Dreier2005-11-281-1/+2
* [IPoIB] add path record information in debugfsRoland Dreier2005-11-101-6/+66
* [IPoIB] remove unneeded initializations to 0Roland Dreier2005-11-021-9/+2
* [IB] kzalloc() conversionsRoland Dreier2005-11-021-6/+2
* [IPoIB] use spin_trylock_irqsave()Roland Dreier2005-10-291-4/+1
* [IPoIB] Drop RX packets when out of memoryRoland Dreier2005-10-281-4/+4
* [IPoIB] Improve ipoib_timeout() outputRoland Dreier2005-10-181-2/+5
* [IPoIB] Rename IPoIB's path_lookup() to avoid name clashesRoland Dreier2005-09-281-2/+2
* [PATCH] IPoIB: fix module removal raceMichael S. Tsirkin2005-09-181-0/+2
* [PATCH] IPoIB: fix memory leakMichael S. Tsirkin2005-09-071-0/+2
* [PATCH] IPoIB: Fix device removal raceMichael S. Tsirkin2005-08-261-1/+1
* [PATCH] IPoIB: Set full membership bit in P_KeysRoland Dreier2005-08-261-0/+12
* [PATCH] IB: Remove unnecessary includes of <linux/version.h>Olaf Hering2005-08-261-1/+0
* [PATCH] IB: sparse endianness cleanupSean Hefty2005-08-261-2/+2
OpenPOWER on IntegriCloud