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

v4: remove ndisc_parse_options(), ignore ICMP options there
    make udp6_csum_init() inline so that we don't rely on IPV6=y
    fix a conflict with Jiri's patchset

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):
  netpoll: prepare for ipv6
  netpoll: add IPv6 support
  netconsole: add IPv6 example in doc

 Documentation/networking/netconsole.txt |    7 +-
 drivers/net/netconsole.c                |   46 ++-
 include/linux/netpoll.h                 |   13 +-
 include/net/udp.h                       |   34 ++
 net/core/netpoll.c                      |  617 ++++++++++++++++++++++---------
 net/ipv6/udp.c                          |   34 --
 6 files changed, 534 insertions(+), 217 deletions(-)

-- 
1.7.7.6

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

end of thread, other threads:[~2013-01-08  5:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-07  7:17 [PATCH net-next v4 0/3] netpoll: add IPv6 support Cong Wang
2013-01-07  7:17 ` [PATCH net-next v4 1/3] netpoll: prepare for ipv6 Cong Wang
2013-01-07  7:17 ` [PATCH net-next v4 2/3] netpoll: add IPv6 support Cong Wang
2013-01-07  7:17 ` [PATCH net-next v4 3/3] netconsole: add IPv6 example in doc Cong Wang
2013-01-08  3:46 ` [PATCH net-next v4 0/3] netpoll: add IPv6 support David Miller
2013-01-08  3:55   ` Cong Wang
2013-01-08  4:54     ` David Miller
2013-01-08  5:15       ` Cong Wang
2013-01-08  4:54     ` 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).