netfilter: split netfilter IPv4 defragmentation into a separate module
authorKOVACS Krisztian <hidden@sch.bme.hu>
Wed, 8 Oct 2008 09:35:12 +0000 (11:35 +0200)
committerPatrick McHardy <kaber@trash.net>
Wed, 8 Oct 2008 09:35:12 +0000 (11:35 +0200)
commit73e4022f78acdbe420e8c24a7afbd90f4c8f5077
treefb4d9bd53fa9057251254c7e606f041d00148790
parent4de6f16b9ec2422fa7ef9c22f7b1c8d5a55499b4
netfilter: split netfilter IPv4 defragmentation into a separate module

Netfilter connection tracking requires all IPv4 packets to be defragmented.
Both the socket match and the TPROXY target depend on this functionality, so
this patch separates the Netfilter IPv4 defrag hooks into a separate module.

Signed-off-by: KOVACS Krisztian <hidden@sch.bme.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/net/netfilter/ipv4/nf_defrag_ipv4.h [new file with mode: 0644]
net/ipv4/netfilter/Kconfig
net/ipv4/netfilter/Makefile
net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c
net/ipv4/netfilter/nf_defrag_ipv4.c [new file with mode: 0644]