aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_multicast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-2/+2
2011-11-29Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier1-4/+9
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet1-2/+4
2011-11-29IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn1-2/+5
2011-10-31infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker1-0/+1
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-7/+13
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-22ipoib: remove addrlen check for mc addressesJiri Pirko1-5/+1
2010-02-28ipoib: returned back addrlen check for mc addressesJiri Pirko1-1/+5
2010-02-26infiniband: convert to use netdev_for_each_mc_addrJiri Pirko1-6/+2
2009-09-24IPoIB: Don't turn on carrier for a non-active portMoni Shoua1-0/+7
2009-09-05IPoIB: Check multicast address formatJason Gunthorpe1-0/+19
2009-09-05IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier1-0/+2
2009-06-03net: skb->dst accessorsEric Dumazet1-5/+5
2009-01-16IPoIB: Do not print error messages for multicast join retriesYossi Etigin1-1/+1
2009-01-12IPoIB: Do not join broadcast group if interface is brought downYossi Etigin1-0/+3
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-15/+15
2008-10-28infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison1-41/+29
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