netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nf-next 0/2] netfilter: merge udp and udplite helpers
@ 2016-12-02 18:50 Florian Westphal
  2016-12-02 18:50 ` [PATCH nf-next 1/2] netfilter: conntrack: " Florian Westphal
  2016-12-02 18:50 ` [PATCH nf-next 2/2] netfilter: nat: " Florian Westphal
  0 siblings, 2 replies; 7+ messages in thread
From: Florian Westphal @ 2016-12-02 18:50 UTC (permalink / raw)
  To: netfilter-devel

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

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

end of thread, other threads:[~2016-12-06 10:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02 18:50 [PATCH nf-next 0/2] netfilter: merge udp and udplite helpers Florian Westphal
2016-12-02 18:50 ` [PATCH nf-next 1/2] netfilter: conntrack: " 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

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