aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_multicast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier1-18/+13
2008-09-16IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()Yossi Etigin1-10/+21
2008-08-19IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier1-1/+9
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-16/+11
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-2/+0
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+2
2008-07-14IPoIB: Use dev_set_mtu() to change mtuEli Cohen1-1/+1
2008-07-14IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen1-1/+4
2008-07-14IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier1-3/+3
2008-07-14IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen1-1/+3
2008-07-14IPoIB: Remove unused IPOIB_MCAST_STARTED codeEli Cohen1-8/+0
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-05-20IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()Jack Morgenstein1-0/+6
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma1-2/+1
2008-03-11IPoIB: Don't drop multicast sends when they can be queuedOr Gerlitz1-1/+1
2008-01-25IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid1-4/+0
2008-01-25IPoIB: Trivial formatting cleanupsRoland Dreier1-2/+2
2007-10-15IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua1-1/+2
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-22/+9
2007-10-10[IPoIB]: Convert to netdevice internal statsRoland Dreier1-5/+5
2007-10-10IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz1-0/+9
2007-10-09IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty1-22/+0
2007-05-21IB/ipoib: Fix typos in error messagesMichael S. Tsirkin1-1/+1
2007-03-22IPoIB: Fix race in detaching from mcast group before attachingSean Hefty1-3/+3
2007-03-08IPoIB: Turn on interface's carrier after broadcast group is joinedShirley Ma1-1/+4
2007-02-21IPoIB: Remove unused local_rate trackingRoland Dreier1-5/+3
2007-02-16IB/sa: Track multicast join/leave requestsSean Hefty1-123/+72
2007-02-10IPoIB: Connected mode experimental supportMichael S. Tsirkin1-1/+3
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-1/+1
2006-11-29IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin1-1/+1
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