[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1357269273-7575-1-git-send-email-amwang@redhat.com>
Date: Fri, 4 Jan 2013 11:14:30 +0800
From: Cong Wang <amwang@...hat.com>
To: netdev@...r.kernel.org
Subject: [PATCH net-next v3 0/3] netpoll: add IPv6 support
(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(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists