summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-11IPoIB: Fix use-after-free of multicast objectPatrick McHardy1-9/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+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-06IPoIB: Check multicast address formatJason Gunthorpe1-0/+19
2009-09-06IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier1-0/+2
2009-06-03net: skb->dst accessorsEric Dumazet1-5/+5
2009-01-17IPoIB: Do not print error messages for multicast join retriesYossi Etigin1-1/+1
2009-01-13IPoIB: 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-29infiniband: 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-20IPoIB: 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...David 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-15IPoIB: Use dev_set_mtu() to change mtuEli Cohen1-1/+1
2008-07-15IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen1-1/+4
2008-07-15IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier1-3/+3
2008-07-15IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen1-1/+3
2008-07-15IPoIB: Remove unused IPOIB_MCAST_STARTED codeEli Cohen1-8/+0
2008-07-15RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-05-21IPoIB: 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-12IPoIB: Don't drop multicast sends when they can be queuedOr Gerlitz1-1/+1
2008-01-26IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid1-4/+0
2008-01-26IPoIB: Trivial formatting cleanupsRoland Dreier1-2/+2
2007-10-15IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua1-1/+2
2007-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-22/+9
2007-10-11[IPoIB]: Convert to netdevice internal statsRoland Dreier1-5/+5
2007-10-11IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz1-0/+9
2007-10-10IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty1-22/+0
2007-05-22IB/ipoib: Fix typos in error messagesMichael S. Tsirkin1-1/+1
2007-03-23IPoIB: Fix race in detaching from mcast group before attachingSean Hefty1-3/+3
2007-03-09IPoIB: Turn on interface's carrier after broadcast group is joinedShirley Ma1-1/+4
2007-02-22IPoIB: Remove unused local_rate trackingRoland Dreier1-5/+3
2007-02-17IB/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/torval...David Howells1-1/+1
2006-11-30IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-9/+13
2006-09-23IPoIB: Create MCGs with all attributes required by RFCRoland Dreier1-5/+15
2006-09-23IB/sa: Require SA registrationMichael S. Tsirkin1-6/+6
2006-09-23IB: Whitespace fixesRoland Dreier1-1/+1
2006-09-15IPoIB: 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-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-6/+5