From: Changli Gao Date: Sat, 31 Jul 2010 13:25:08 +0000 (+0000) Subject: ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twice X-Git-Tag: v2.6.36-rc1~571^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c893b8066c7bf6156e4d760e5acaf4c148e37190;p=pandora-kernel.git ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twice 6c79bf0f2440fd250c8fce8d9b82fcf03d4e8350 subtracts PPPOE_SES_HLEN from mtu at the front of ip_fragment(). So the later subtraction should be removed. The MTU of 802.1q is also 1500, so MTU should not be changed. Signed-off-by: Changli Gao Signed-off-by: Bart De Schuymer ---- net/ipv4/ip_output.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Signed-off-by: Bart De Schuymer Signed-off-by: David S. Miller --- Reading git-diff-tree failed