aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_multicast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-11-22WorkStruct: make allyesconfigDavid Howells1-9/+13
2006-09-22IPoIB: Create MCGs with all attributes required by RFCRoland Dreier1-5/+15
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin1-6/+6
2006-09-22IB: Whitespace fixesRoland Dreier1-1/+1
2006-09-14IPoIB: Retry failed send-only multicast group joinsEli Cohen1-0/+1
2006-07-24IB/ipoib: Fix oops with ipoib_debug_mcast setOr Gerlitz1-4/+4
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-4/+2
2006-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-6/+5
2006-06-17[NET]: Add netif_tx_lockHerbert Xu1-2/+4
2006-06-17IPoIB: Fix kernel unaligned access on ia64Jack Morgenstein1-6/+5
2006-04-10IPoIB: Wait for join to finish before freeing mcast structEli Cohen1-21/+20
2006-04-10IB: simplify static rate encodingJack Morgenstein1-9/+1
2006-04-04IPoIB: Consolidate private neighbour data handlingMichael S. Tsirkin1-5/+2
2006-03-20IPoIB: Fix build now that neighbour destructor is in neigh_paramsRoland Dreier1-1/+0
2006-03-20IPoIB: Fix multicast race between canceling and completingMichael S. Tsirkin1-3/+12
2006-03-20IPoIB: Close race in setting mcast->ahEli Cohen1-2/+7
2006-02-11IPoIB: Yet another fix for send-only joinsRoland Dreier1-5/+10
2006-02-07IPoIB: Fix another send-only join raceMichael S. Tsirkin1-1/+1
2006-02-07IPoIB: Don't start send-only joins while multicast thread is stoppedMichael S. Tsirkin1-0/+15
2006-01-17IPoIB: Lock accesses to multicast packet queuesMichael S. Tsirkin1-3/+22
2006-01-13IB: convert from semaphores to mutexesIngo Molnar1-13/+13
2006-01-12IPoIB: Fix memory leak of multicast group structuresEli Cohen1-53/+8
2006-01-11IPoIB: Take dev->xmit_lock around mc_list accessesMichael S. Tsirkin1-2/+5
2006-01-10IPoIB: Fix address handle refcounting for multicast groupsEli Cohen1-6/+7
2006-01-10IPoIB: Fix error path in ipoib_mcast_dev_flush()Eli Cohen1-3/+5
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+2
2005-11-29IPoIB: don't zero members after we allocate with kzallocRoland Dreier1-4/+0
2005-11-29IPoIB: reinitialize mcast structs' completions for every queryMichael S. Tsirkin1-2/+4
2005-11-10[IPoIB] no need to set skb->dev right before freeing skbRoland Dreier1-13/+4
2005-11-10[IPoIB] add path record information in debugfsRoland Dreier1-7/+2
2005-11-02[IPoIB] don't compile debug code if debugging isn't enabledRoland Dreier1-0/+4
2005-11-02[IB] kzalloc() conversionsRoland Dreier1-3/+1
2005-09-20[PATCH] IPoIB: Don't flush workqueue from within workqueueRoland Dreier1-3/+4
2005-09-18[PATCH] IPoIB: Fix SA client retransmission strategyHal Rosenstock1-3/+3
2005-08-26[PATCH] IB: sparse endianness cleanupSean Hefty1-3/+3
2005-08-26[PATCH] IB: Add copyright noticesRoland Dreier1-0/+2
2005-04-16[PATCH] IPoIB: fix static rate calculationRoland Dreier1-4/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+991