netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 0/2] team: add netpoll support
@ 2012-07-17 15:22 Jiri Pirko
  2012-07-17 15:22 ` [patch net-next 1/2] netpoll: move np->dev and np->dev_name init into __netpoll_setup() Jiri Pirko
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jiri Pirko @ 2012-07-17 15:22 UTC (permalink / raw)
  To: netdev; +Cc: davem

Also contains a little change to netpoll core.

Jiri Pirko (2):
  netpoll: move np->dev and np->dev_name init into __netpoll_setup()
  team: add netpoll support

 drivers/net/bonding/bond_main.c           |    4 +-
 drivers/net/team/team.c                   |  113 +++++++++++++++++++++++++++++
 drivers/net/team/team_mode_activebackup.c |    3 +-
 drivers/net/team/team_mode_broadcast.c    |    7 +-
 drivers/net/team/team_mode_loadbalance.c  |    3 +-
 drivers/net/team/team_mode_roundrobin.c   |    3 +-
 include/linux/if_team.h                   |   33 +++++++++
 include/linux/netpoll.h                   |    2 +-
 net/8021q/vlan_dev.c                      |    5 +-
 net/bridge/br_device.c                    |    5 +-
 net/core/netpoll.c                        |   10 +--
 11 files changed, 161 insertions(+), 27 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2012-07-24 11:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-17 15:22 [patch net-next 0/2] team: add netpoll support Jiri Pirko
2012-07-17 15:22 ` [patch net-next 1/2] netpoll: move np->dev and np->dev_name init into __netpoll_setup() Jiri Pirko
2012-07-17 15:22 ` [patch net-next 2/2] team: add netpoll support Jiri Pirko
2012-07-24  8:30   ` Eric Dumazet
2012-07-24 11:14     ` Jiri Pirko
2012-07-17 16:02 ` [patch net-next 0/2] " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).