All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch net-next 0/3] team: couple of patches
@ 2012-07-11 15:34 Jiri Pirko
  2012-07-11 15:34 ` [patch net-next 1/3] team: use function team_port_txable() for determing enabled and up port Jiri Pirko
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jiri Pirko @ 2012-07-11 15:34 UTC (permalink / raw)
  To: netdev; +Cc: davem

Jiri Pirko (3):
  team: use function team_port_txable() for determing enabled and up
    port
  team: add broadcast mode
  team: make team_port_enabled() and team_port_txable() static inline

 drivers/net/team/Kconfig                |   13 ++++-
 drivers/net/team/Makefile               |    1 +
 drivers/net/team/team.c                 |    6 ---
 drivers/net/team/team_mode_broadcast.c  |   88 +++++++++++++++++++++++++++++++
 drivers/net/team/team_mode_roundrobin.c |    6 +--
 include/linux/if_team.h                 |   10 +++-
 6 files changed, 113 insertions(+), 11 deletions(-)
 create mode 100644 drivers/net/team/team_mode_broadcast.c

-- 
1.7.10.4

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

end of thread, other threads:[~2012-07-12 15:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11 15:34 [patch net-next 0/3] team: couple of patches Jiri Pirko
2012-07-11 15:34 ` [patch net-next 1/3] team: use function team_port_txable() for determing enabled and up port Jiri Pirko
2012-07-11 15:34 ` [patch net-next 2/3] team: add broadcast mode Jiri Pirko
2012-07-11 15:34 ` [patch net-next 3/3] team: make team_port_enabled() and team_port_txable() static inline Jiri Pirko
2012-07-12 15:11 ` [patch net-next 0/3] team: couple of patches David Miller
2012-07-12 15:14   ` David Miller
2012-07-12 15:53     ` Jiri Pirko

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.