aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-2/+6
* IPoIB: Fix use-after-free of multicast objectPatrick McHardy2012-10-071-9/+10
* IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier2012-02-291-8/+1
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-131-8/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-5/+4
* | ipoib: remove addrlen check for mc addressesJiri Pirko2010-03-221-5/+1
|/
* ipoib: returned back addrlen check for mc addressesJiri Pirko2010-02-281-1/+5
* infiniband: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-261-6/+2
* IPoIB: Don't turn on carrier for a non-active portMoni Shoua2009-09-241-0/+7
* IPoIB: Check multicast address formatJason Gunthorpe2009-09-051-0/+19
* IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier2009-09-051-0/+2
* net: skb->dst accessorsEric Dumazet2009-06-031-5/+5
* IPoIB: Do not print error messages for multicast join retriesYossi Etigin2009-01-161-1/+1
* IPoIB: Do not join broadcast group if interface is brought downYossi Etigin2009-01-121-0/+3
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-15/+15
* infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison2008-10-281-41/+29
* IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier2008-09-301-18/+13
* IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()Yossi Etigin2008-09-161-10/+21
* IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier2008-08-191-1/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-16/+11
|\
| * IPoIB: Use dev_set_mtu() to change mtuEli Cohen2008-07-141-1/+1
| * IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen2008-07-141-1/+4
| * IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier2008-07-141-3/+3
| * IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen2008-07-141-1/+3
| * IPoIB: Remove unused IPOIB_MCAST_STARTED codeEli Cohen2008-07-141-8/+0
| * RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* | netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-151-2/+0
* | netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-151-0/+2
|/
* IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()Jack Morgenstein2008-05-201-0/+6
* IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma2008-04-231-2/+1
* IPoIB: Don't drop multicast sends when they can be queuedOr Gerlitz2008-03-111-1/+1
* IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid2008-01-251-4/+0
* IPoIB: Trivial formatting cleanupsRoland Dreier2008-01-251-2/+2
* IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua2007-10-151-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-111-22/+9
|\
| * IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz2007-10-101-0/+9
| * IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty2007-10-091-22/+0
* | [IPoIB]: Convert to netdevice internal statsRoland Dreier2007-10-101-5/+5
|/
* IB/ipoib: Fix typos in error messagesMichael S. Tsirkin2007-05-211-1/+1
* IPoIB: Fix race in detaching from mcast group before attachingSean Hefty2007-03-221-3/+3
* IPoIB: Turn on interface's carrier after broadcast group is joinedShirley Ma2007-03-081-1/+4
* IPoIB: Remove unused local_rate trackingRoland Dreier2007-02-211-5/+3
* IB/sa: Track multicast join/leave requestsSean Hefty2007-02-161-123/+72
* IPoIB: Connected mode experimental supportMichael S. Tsirkin2007-02-101-1/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+1
|\
| * IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin2006-11-291-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-9/+13
|/
* IPoIB: Create MCGs with all attributes required by RFCRoland Dreier2006-09-221-5/+15