From: Florian Westphal Date: Fri, 5 Jun 2015 11:28:38 +0000 (+0200) Subject: net: ip_fragment: remove BRIDGE_NETFILTER mtu special handling X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~68^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b1f31392861947fa2a2a57c3a39ab63b8c9f9d;p=pandora-kernel.git net: ip_fragment: remove BRIDGE_NETFILTER mtu special handling since commit d6b915e29f4adea9 ("ip_fragment: don't forward defragmented DF packet") the largest fragment size is available in the IPCB. Therefore we no longer need to care about 'encapsulation' overhead of stripped PPPOE/VLAN headers since ip_do_fragment doesn't use device mtu in such cases. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed