Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/10] Add support of tunnel management via rtnetlink
@ 2012-11-14 15:13 Nicolas Dichtel
  2012-11-14 15:13 ` [PATCH net-next 01/10] ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dump Nicolas Dichtel
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Nicolas Dichtel @ 2012-11-14 15:13 UTC (permalink / raw)
  To: netdev; +Cc: davem, eric.dumazet

The goal of this serie is to add the support of ipip, sit and ip6tnl tunnels
via rtnetlink.

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 |   2 +
 net/ipv4/ipip.c                | 175 ++++++++++++++++++++++++++++++------
 net/ipv6/ip6_tunnel.c          | 177 +++++++++++++++++++++++++++++++-----
 net/ipv6/sit.c                 | 199 +++++++++++++++++++++++++++++++++--------
 4 files changed, 469 insertions(+), 84 deletions(-)

Comments are welcome.

Regards,
Nicolas

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

end of thread, other threads:[~2012-11-15  3:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14 15:13 [PATCH net-next 0/10] Add support of tunnel management via rtnetlink Nicolas Dichtel
2012-11-14 15:13 ` [PATCH net-next 01/10] ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dump Nicolas Dichtel
2012-11-14 15:13 ` [PATCH net-next 02/10] ip6tnl: rename rtnl functions for consistency Nicolas Dichtel
2012-11-14 15:14 ` [PATCH net-next 03/10] ip6tnl: add support of link creation via rtnl Nicolas Dichtel
2012-11-14 15:14 ` [PATCH net-next 04/10] ipip: always notify change when params are updated Nicolas Dichtel
2012-11-14 15:14 ` [PATCH net-next 05/10] ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dump Nicolas Dichtel
2012-11-14 15:14 ` [PATCH net-next 06/10] ipip: add support of link creation via rtnl Nicolas Dichtel
2012-11-14 15:14 ` [PATCH net-next 07/10] sit: always notify change when params are updated Nicolas Dichtel
2012-11-14 15:14 ` [PATCH net-next 08/10] sit/rtnl: add missing parameters on dump Nicolas Dichtel
2012-11-14 15:14 ` [PATCH net-next 09/10] sit: rename rtnl functions for consistency Nicolas Dichtel
2012-11-14 15:14 ` [PATCH net-next 10/10] sit: add support of link creation via rtnl Nicolas Dichtel
2012-11-15  3:03 ` [PATCH net-next 0/10] Add support of tunnel management via rtnetlink David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox