]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
[PATCH] NETFILTER: Fix fragmentation issues with bridge netfilter
authorPatrick McHardy <kaber@trash.net>
Thu, 6 Apr 2006 16:51:38 +0000 (18:51 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 17 Apr 2006 20:16:04 +0000 (13:16 -0700)
commitea0fcdd684262eed42bb40cceff450ef46a97306
tree8ff3cfd6163979326e6735385b483c8a6380952c
parent8abb9bed57d5ee0f645eedb7208e8d53b2431b01
[PATCH] NETFILTER: Fix fragmentation issues with bridge netfilter

[NETFILTER]: Fix fragmentation issues with bridge netfilter

The conntrack code doesn't do re-fragmentation of defragmented packets
anymore but relies on fragmentation in the IP layer. Purely bridged
packets don't pass through the IP layer, so the bridge netfilter code
needs to take care of fragmentation itself.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/net/ip.h
net/bridge/br_netfilter.c
net/ipv4/ip_output.c