aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
Commit message (Expand)AuthorAge
* IPoIB: Fix use-after-free of multicast objectPatrick McHardy2012-09-30
* IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz2012-09-12
* IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz2012-07-30
* ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock.David S. Miller2012-07-06
* ipoib: Convert over to dev_lookup_neigh_skb().David S. Miller2012-07-05
* IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier2012-02-08
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-05
*-. Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier2011-11-29
|\ \
| | * IB: Fix RCU lockdep splatsEric Dumazet2011-11-29
| |/ |/|
| * IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn2011-11-29
|/
* infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker2011-10-31
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | net: convert multicast list to list_headJiri Pirko2010-04-03
* | ipoib: remove addrlen check for mc addressesJiri Pirko2010-03-22
|/
* ipoib: returned back addrlen check for mc addressesJiri Pirko2010-02-28
* infiniband: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-26
* IPoIB: Don't turn on carrier for a non-active portMoni Shoua2009-09-24
* IPoIB: Check multicast address formatJason Gunthorpe2009-09-05
* IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier2009-09-05
* net: skb->dst accessorsEric Dumazet2009-06-03
* IPoIB: Do not print error messages for multicast join retriesYossi Etigin2009-01-16
* IPoIB: Do not join broadcast group if interface is brought downYossi Etigin2009-01-12
* net: replace %p6 with %pI6Harvey Harrison2008-10-29
* infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison2008-10-29
* IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier2008-09-30
* IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()Yossi Etigin2008-09-16
* IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier2008-08-19
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-18
|\
| * IPoIB: Use dev_set_mtu() to change mtuEli Cohen2008-07-15
| * IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen2008-07-15
| * IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier2008-07-15
| * IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen2008-07-15
| * IPoIB: Remove unused IPOIB_MCAST_STARTED codeEli Cohen2008-07-15
| * RDMA: Remove subversion $Id tagsRoland Dreier2008-07-15
* | netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-15
* | netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-15
|/
* IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()Jack Morgenstein2008-05-20
* IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma2008-04-23
* IPoIB: Don't drop multicast sends when they can be queuedOr Gerlitz2008-03-11
* IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid2008-01-25
* IPoIB: Trivial formatting cleanupsRoland Dreier2008-01-25
* IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua2007-10-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-11
|\
| * IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz2007-10-10
| * IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty2007-10-09
* | [IPoIB]: Convert to netdevice internal statsRoland Dreier2007-10-10
|/
* IB/ipoib: Fix typos in error messagesMichael S. Tsirkin2007-05-21
* IPoIB: Fix race in detaching from mcast group before attachingSean Hefty2007-03-22