From: Simon Arlott Date: Tue, 2 Feb 2010 14:33:38 +0000 (+0100) Subject: netfilter: xt_TCPMSS: SYN packets are allowed to contain data X-Git-Tag: v2.6.34-rc1~233^2~303^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a199394b8f9b4c4e0be6e14a61109a7d891b1b;p=pandora-kernel.git netfilter: xt_TCPMSS: SYN packets are allowed to contain data The TCPMSS target is dropping SYN packets where: 1) There is data, or 2) The data offset makes the TCP header larger than the packet. Both of these result in an error level printk. This printk has been removed. This change avoids dropping SYN packets containing data. If there is also no MSS option (as well as data), one will not be added because of possible complications due to the increased packet size. Signed-off-by: Simon Arlott Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed