Searched hist:"4 aa5dee4d9997879adff858514844efab5a15a01" (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | igmp.h | diff 4aa5dee4d9997879adff858514844efab5a15a01 Sat Jul 20 12:13:53 CEST 2013 Jiri Pirko <jiri@resnulli.us> 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 <jiri@resnulli.us> Acked-by: Veaceslav Falico <vfalico@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | netdevice.h | diff 4aa5dee4d9997879adff858514844efab5a15a01 Sat Jul 20 12:13:53 CEST 2013 Jiri Pirko <jiri@resnulli.us> 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 <jiri@resnulli.us> Acked-by: Veaceslav Falico <vfalico@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/8021q/ |
H A D | vlan.c | diff 4aa5dee4d9997879adff858514844efab5a15a01 Sat Jul 20 12:13:53 CEST 2013 Jiri Pirko <jiri@resnulli.us> 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 <jiri@resnulli.us> Acked-by: Veaceslav Falico <vfalico@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv4/ |
H A D | igmp.c | diff 4aa5dee4d9997879adff858514844efab5a15a01 Sat Jul 20 12:13:53 CEST 2013 Jiri Pirko <jiri@resnulli.us> 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 <jiri@resnulli.us> Acked-by: Veaceslav Falico <vfalico@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/bonding/ |
H A D | bond_main.c | diff 4aa5dee4d9997879adff858514844efab5a15a01 Sat Jul 20 12:13:53 CEST 2013 Jiri Pirko <jiri@resnulli.us> 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 <jiri@resnulli.us> Acked-by: Veaceslav Falico <vfalico@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|