All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch net-next v2 0/3] add support for peer notifications and igmp rejoins for team
@ 2013-07-20 10:13 Jiri Pirko
  2013-07-20 10:13 ` [patch net-next v2 1/3] team: add peer notification Jiri Pirko
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jiri Pirko @ 2013-07-20 10:13 UTC (permalink / raw)
  To: netdev
  Cc: davem, fubar, andy, kaber, stephen, kuznet, jmorris, yoshfuji,
	edumazet

The middle patch adjusts core infrastructure so the bonding code can be
generalized and reused by team.

v1->v2: using msecs_to_jiffies() as suggested by Eric

Jiri Pirko (3):
  team: add peer notification
  net: convert resend IGMP to notifier event
  team: add support for sending multicast rejoins

 drivers/net/bonding/bond_main.c |  44 ++--------
 drivers/net/team/team.c         | 176 ++++++++++++++++++++++++++++++++++++++++
 include/linux/if_team.h         |  14 +++-
 include/linux/igmp.h            |   1 -
 include/linux/netdevice.h       |   1 +
 net/8021q/vlan.c                |   1 +
 net/bridge/br_notify.c          |   5 ++
 net/ipv4/igmp.c                 |  46 +++++++++--
 8 files changed, 245 insertions(+), 43 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-07-23 23:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-20 10:13 [patch net-next v2 0/3] add support for peer notifications and igmp rejoins for team Jiri Pirko
2013-07-20 10:13 ` [patch net-next v2 1/3] team: add peer notification Jiri Pirko
2013-07-20 10:13 ` [patch net-next v2 2/3] net: convert resend IGMP to notifier event Jiri Pirko
2013-07-22 16:26   ` [net-next,v2,2/3] " Veaceslav Falico
2013-07-20 10:13 ` [patch net-next v2 3/3] team: add support for sending multicast rejoins Jiri Pirko
2013-07-23 23:54 ` [patch net-next v2 0/3] add support for peer notifications and igmp rejoins for team David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.