netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH net-next 0/4] tunnels: harmonize skb scrubbing during encapsulation/decapsulation
@ 2013-08-28 15:20 Nicolas Dichtel
  2013-08-28 15:20 ` [RFC PATCH net-next 1/4] iptunnels: remove net arg from iptunnel_xmit() Nicolas Dichtel
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Nicolas Dichtel @ 2013-08-28 15:20 UTC (permalink / raw)
  To: netdev-u79uwXL29TY76Z2rM5mHXA
  Cc: dev-yBygre7rU0TnMu66kgdUjQ, davem-fT/PcQaiUtIeIZ0/mPfg9Q

We talk recently about harmonizing tunnels so they behave consistently wrt. SKB
orphaning, cleaning netfilter state, etc.
The goal of this serie is to achieve this.

Note that I only made some basic tests with ipip, sit and ip6_tunnels modules.

 drivers/net/vxlan.c         |  4 ++--
 include/linux/skbuff.h      |  2 +-
 include/net/dst.h           | 12 +++++++-----
 include/net/ip6_tunnel.h    |  1 -
 include/net/ip_tunnels.h    |  5 ++---
 net/core/dev.c              |  2 +-
 net/core/skbuff.c           | 19 ++++++++++++-------
 net/ipv4/ip_tunnel.c        | 12 ++++--------
 net/ipv4/ip_tunnel_core.c   | 10 ++++------
 net/ipv4/ipmr.c             |  3 +--
 net/ipv6/ip6_gre.c          |  9 +++------
 net/ipv6/ip6_tunnel.c       | 11 ++---------
 net/ipv6/ip6mr.c            |  3 +--
 net/ipv6/sit.c              | 13 +++----------
 net/openvswitch/vport-gre.c |  4 ++--
 15 files changed, 45 insertions(+), 65 deletions(-)

Comments are welcome.

Regards,
Nicolas

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

end of thread, other threads:[~2013-09-04  4:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28 15:20 [RFC PATCH net-next 0/4] tunnels: harmonize skb scrubbing during encapsulation/decapsulation Nicolas Dichtel
2013-08-28 15:20 ` [RFC PATCH net-next 1/4] iptunnels: remove net arg from iptunnel_xmit() Nicolas Dichtel
2013-08-31  6:09   ` [ovs-dev] " Pravin Shelar
     [not found]     ` <CALnjE+pKi=p0y2ot2qWG1w=pxEUcPUKY+_UUi0RXbnGqVk9poA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-09-02 13:34       ` [PATCH net-next 0/5] tunnels: harmonize skb scrubbing during encapsulation/decapsulation Nicolas Dichtel
2013-09-02 13:34         ` [PATCH net-next v2 3/5] skb: allow skb_scrub_packet() to be used by tunnels Nicolas Dichtel
2013-09-02 13:34         ` [PATCH net-next v2 4/5] tunnels: harmonize cleanup done on skb on xmit path Nicolas Dichtel
     [not found]         ` <1378128898-15136-1-git-send-email-nicolas.dichtel-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2013-09-02 13:34           ` [PATCH net-next v2 1/5] iptunnels: remove net arg from iptunnel_xmit() Nicolas Dichtel
2013-09-02 13:34           ` [PATCH net-next v2 2/5] vxlan: remove net arg from vxlan[6]_xmit_skb() Nicolas Dichtel
2013-09-02 13:34           ` [PATCH net-next v2 5/5] tunnels: harmonize cleanup done on skb on rx path Nicolas Dichtel
2013-09-04  4:52         ` [PATCH net-next 0/5] tunnels: harmonize skb scrubbing during encapsulation/decapsulation David Miller
     [not found] ` <1377703210-7021-1-git-send-email-nicolas.dichtel-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2013-08-28 15:20   ` [RFC PATCH net-next 2/4] skb: allow skb_scrub_packet() to be used by tunnels Nicolas Dichtel
2013-08-28 15:20   ` [RFC PATCH net-next 4/4] tunnels: harmonize cleanup done on skb on rx path Nicolas Dichtel
2013-08-28 15:20 ` [RFC PATCH net-next 3/4] tunnels: harmonize cleanup done on skb on xmit path 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).