aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-10IPoIB: Connected mode experimental supportMichael S. Tsirkin1-5/+58
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman1-18/+15
2006-12-12IPoIB: Make sure struct ipoib_neigh.queue is always initializedRoland Dreier1-2/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-6/+13
2006-11-29IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin1-6/+13
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+5
2006-11-16IPoIB: Clear high octet in QP numberMichael S. Tsirkin1-8/+7
2006-09-22IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen1-2/+2
2006-09-22IPoIB: Remove unused include of vmalloc.hDotan Barak1-1/+0
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin1-3/+9
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-1/+7
2006-09-22IB/ipoib: Fix flush/start xmit race (from code review)Michael S. Tsirkin1-4/+8
2006-07-24IB/ipoib: Fix packet loss after hardware address updateMichael S. Tsirkin1-0/+23
2006-06-17IPoIB: Fix kernel unaligned access on ia64Jack Morgenstein1-16/+12
2006-04-10IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave()Roland Dreier1-5/+4
2006-04-10IPoIB: Close race in ipoib_flush_paths()Eli Cohen1-2/+3
2006-04-10IPoIB: Make send and receive queue sizes tunableShirley Ma1-6/+22
2006-04-10IB: simplify static rate encodingJack Morgenstein1-9/+2
2006-04-04IPoIB: Consolidate private neighbour data handlingMichael S. Tsirkin1-12/+29
2006-03-29IPoIB: Fix oops with raw socketsRoland Dreier1-1/+1
2006-03-24IPoIB: P_Key change event handlingLeonid Arsh1-0/+5
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-15/+1
2006-03-20[NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin1-15/+1
2006-03-20IPoIB: Get rid of useless test of queue lengthRoland Dreier1-6/+1
2006-03-20IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueueJack Morgenstein1-1/+7
2006-01-17IPoIB: Make sure path is fully initialized before using itMichael S. Tsirkin1-2/+2
2006-01-13IB: convert from semaphores to mutexesIngo Molnar1-6/+6
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+2
2005-11-29IPoIB: fix error handling in ipoib_openRoland Dreier1-1/+3
2005-11-29IPoIB: always set path->query to NULL when query finishesRoland Dreier1-2/+2
2005-11-28IPoIB: reinitialize path struct's completion for every queryRoland Dreier1-1/+2
2005-11-10[IPoIB] add path record information in debugfsRoland Dreier1-6/+66
2005-11-02[IPoIB] remove unneeded initializations to 0Roland Dreier1-9/+2
2005-11-02[IB] kzalloc() conversionsRoland Dreier1-6/+2
2005-10-29[IPoIB] use spin_trylock_irqsave()Roland Dreier1-4/+1
2005-10-28[IPoIB] Drop RX packets when out of memoryRoland Dreier1-4/+4
2005-10-18[IPoIB] Improve ipoib_timeout() outputRoland Dreier1-2/+5
2005-09-28[IPoIB] Rename IPoIB's path_lookup() to avoid name clashesRoland Dreier1-2/+2
2005-09-18[PATCH] IPoIB: fix module removal raceMichael S. Tsirkin1-0/+2
2005-09-07[PATCH] IPoIB: fix memory leakMichael S. Tsirkin1-0/+2
2005-08-26[PATCH] IPoIB: Fix device removal raceMichael S. Tsirkin1-1/+1
2005-08-26[PATCH] IPoIB: Set full membership bit in P_KeysRoland Dreier1-0/+12
2005-08-26[PATCH] IB: Remove unnecessary includes of <linux/version.h>Olaf Hering1-1/+0
2005-08-26[PATCH] IB: sparse endianness cleanupSean Hefty1-2/+2
2005-08-26[PATCH] IB: Eliminate redundant NULL checksHal Rosenstock1-8/+4
2005-08-26[PATCH] IB: Add copyright noticesRoland Dreier1-0/+2
2005-07-28[PATCH] [IPoIB] Handle sending of unicast RARP responsesHal Rosenstock1-2/+3
2005-04-16[PATCH] IPoIB: convert to debugfsRoland Dreier1-4/+4
2005-04-16[PATCH] IPoIB: fix static rate calculationRoland Dreier1-4/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1103