netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/3] netpoll: add IPv6 support
@ 2013-01-04  3:14 Cong Wang
  2013-01-04  3:14 ` [PATCH net-next v3 1/3] netpoll: prepare for ipv6 Cong Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Cong Wang @ 2013-01-04  3:14 UTC (permalink / raw)
  To: netdev

(Resend with a cover letter)

v3: fix CONFIG_IPV6=m case

v2: use bool for ipv6 flag
    fix !CONFIG_IPV6 case

This patchset implements netpoll over IPv6.

Cong Wang (3)
    netconsole: add IPv6 example in doc
    netpoll: add IPv6 support
    netpoll: prepare for ipv6

 Documentation/networking/netconsole.txt |    7 +-
 drivers/net/Kconfig                     |    5 +
 drivers/net/netconsole.c                |   44 ++-
 include/linux/netpoll.h                 |   13 +-
 include/net/udp.h                       |    2 +
 net/core/netpoll.c                      |  629 ++++++++++++++++++++++---------
 net/ipv6/udp.c                          |    3 +-
 7 files changed, 518 insertions(+), 185 deletions(-)

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

end of thread, other threads:[~2013-01-07  3:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-04  3:14 [PATCH net-next v3 0/3] netpoll: add IPv6 support Cong Wang
2013-01-04  3:14 ` [PATCH net-next v3 1/3] netpoll: prepare for ipv6 Cong Wang
2013-01-04  3:14 ` [PATCH net-next v3 2/3] netpoll: add IPv6 support Cong Wang
2013-01-04  3:14 ` [PATCH net-next v3 3/3] netconsole: add IPv6 example in doc Cong Wang
2013-01-04  3:20 ` [PATCH net-next v3 0/3] netpoll: add IPv6 support David Miller
2013-01-07  2:58   ` Cong Wang
2013-01-07  3:49     ` 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).