From: Jiri Pirko Date: Sat, 20 Jul 2013 10:13:53 +0000 (+0200) Subject: net: convert resend IGMP to notifier event X-Git-Tag: v3.12-rc1~132^2~482^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa5dee4d9997879adff858514844efab5a15a01;p=pandora-kernel.git net: convert resend IGMP to notifier event Until now, bond_resend_igmp_join_requests() looks for vlans attached to bonding device, bridge where bonding act as port manually. It does not care of other scenarios, like stacked bonds or team device above. Make this more generic and use netdev notifier to propagate the event to upper devices and to actually call ip_mc_rejoin_groups(). Signed-off-by: Jiri Pirko Acked-by: Veaceslav Falico Signed-off-by: David S. Miller --- Reading git-diff-tree failed