[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1425888098-21875-1-git-send-email-azhou@nicira.com>
Date: Mon, 9 Mar 2015 01:01:34 -0700
From: Andy Zhou <azhou@...ira.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, Andy Zhou <azhou@...ira.com>
Subject: [patch net-next 0/4] Refactor IP defragmentation and fragmenation APIs for OVS conntrack support
These are the patches refactors the core APIs for both IPv4 and IPv6.
The intended use for openvswitch has been posted in the eariler RFC:
http://lists.openwall.net/netdev/2015/03/02/220
Andy Zhou (4):
net: add 'const' to __ipv6_select_ident()'s input address parameter
net: add ipv6_select_ident_by_addr() API
net: refactor IPv4 and IPv6 fragmentation APIs
net: refactor IPv4 and IPv6 defragmentation APIs
include/net/ip.h | 4 +
include/net/ipv6.h | 7 ++
include/net/netfilter/ipv6/nf_defrag_ipv6.h | 2 +
net/ipv4/ip_fragment.c | 15 ++-
net/ipv4/ip_output.c | 113 +++++++++++---------
net/ipv6/ip6_output.c | 157 +++++++++++++++++-----------
net/ipv6/netfilter/nf_conntrack_reasm.c | 18 +++-
net/ipv6/output_core.c | 17 ++-
8 files changed, 208 insertions(+), 125 deletions(-)
--
1.9.1
--
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