From: Florian Westphal <fw@strlen.de>
To: <netfilter-devel@vger.kernel.org>
Subject: [PATCH nf-next 0/2] netfilter: merge udp and udplite helpers
Date: Fri, 2 Dec 2016 19:50:35 +0100 [thread overview]
Message-ID: <1480704637-14994-1-git-send-email-fw@strlen.de> (raw)
Most of the code is copy&paste from the udp one; most of the udp
functions can be re-used for udplite.
After merge, udplite is another builtin available in the core.
before:
164288 nf_conntrack.ko
31472 nf_nat.ko
after:
165848 nf_conntrack.ko
32520 nf_nat.ko
removed:
11328 nf_conntrack_proto_udplite.ko
5480 nf_nat_proto_udplite.ko
include/net/netfilter/ipv4/nf_conntrack_ipv4.h | 1
include/net/netfilter/ipv6/nf_conntrack_ipv6.h | 1
include/net/netfilter/nf_nat_l4proto.h | 1
net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c | 1
net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c | 1
net/netfilter/Kconfig | 15
net/netfilter/Makefile | 2
net/netfilter/nf_conntrack_proto_udp.c | 119 +++++++
net/netfilter/nf_nat_core.c | 2
net/netfilter/nf_nat_proto_udp.c | 76 +++-
net/netfilter/nf_conntrack_proto_udplite.c | 385 -----------------------
net/netfilter/nf_nat_proto_udplite.c | 106 ------
12 files changed, 191 insertions(+), 519 deletions(-)
next reply other threads:[~2016-12-02 18:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-02 18:50 Florian Westphal [this message]
2016-12-02 18:50 ` [PATCH nf-next 1/2] netfilter: conntrack: merge udp and udplite helpers Florian Westphal
2016-12-03 12:50 ` kbuild test robot
2016-12-03 13:02 ` Florian Westphal
2016-12-06 10:39 ` Pablo Neira Ayuso
2016-12-06 10:52 ` Pablo Neira Ayuso
2016-12-02 18:50 ` [PATCH nf-next 2/2] netfilter: nat: " Florian Westphal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1480704637-14994-1-git-send-email-fw@strlen.de \
--to=fw@strlen.de \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).