netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] Allow to deactivate fb tunnels device
@ 2012-11-16 16:14 Nicolas Dichtel
  2012-11-16 16:14 ` [PATCH net-next 1/4] ipip: allow to deactivate the creation of fb dev Nicolas Dichtel
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Nicolas Dichtel @ 2012-11-16 16:14 UTC (permalink / raw)
  To: netdev; +Cc: davem

This serie proposes a module option to avoid the creation of the fb tunnels
device for sit/ipip/ip6tnl.
It also add netlink management for 6RD tunnels. The last info that still
requires ioctl is the management of the potential routers list (prl) for isatap
(note that this ioctl is not performed on the fb device).

As usual, the patch against iproute2 will be sent once the patches are included and
net-next merged. I can send it on demand.

 include/uapi/linux/if_tunnel.h |   4 +
 net/ipv4/ipip.c                |  42 ++++----
 net/ipv6/ip6_tunnel.c          |  43 +++++----
 net/ipv6/sit.c                 | 211 ++++++++++++++++++++++++++++++++---------
 4 files changed, 221 insertions(+), 79 deletions(-)

Comments are welcome.

Regards,
Nicolas

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

end of thread, other threads:[~2012-11-20 18:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 16:14 [PATCH net-next 0/4] Allow to deactivate fb tunnels device Nicolas Dichtel
2012-11-16 16:14 ` [PATCH net-next 1/4] ipip: allow to deactivate the creation of fb dev Nicolas Dichtel
2012-11-16 16:29   ` Stephen Hemminger
2012-11-16 16:46     ` Nicolas Dichtel
2012-11-20  0:07       ` David Miller
2012-11-20  8:30         ` Nicolas Dichtel
2012-11-20  8:34           ` David Miller
2012-11-20  8:41             ` [RESEND PATCH net-next 1/1] sit: allow to configure 6rd tunnels via netlink Nicolas Dichtel
2012-11-20 17:01               ` Stephen Hemminger
2012-11-20 17:11                 ` Nicolas Dichtel
2012-11-20 17:17                   ` Stephen Hemminger
2012-11-20 17:22                     ` Nicolas Dichtel
2012-11-20 18:45               ` David Miller
2012-11-20  0:06   ` [PATCH net-next 1/4] ipip: allow to deactivate the creation of fb dev David Miller
2012-11-16 16:14 ` [PATCH net-next 2/4] sit: allow to configure 6rd tunnels via netlink Nicolas Dichtel
2012-11-16 16:14 ` [PATCH net-next 3/4] sit: allow to deactivate the creation of fb device Nicolas Dichtel
2012-11-16 16:14 ` [PATCH net-next 4/4] ip6tnl: allow to deactivate the creation of fb dev Nicolas Dichtel

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).