From: Philip Love Date: Wed, 27 Aug 2008 09:33:50 +0000 (-0700) Subject: tcp: fix tcp header size miscalculation when window scale is unused X-Git-Tag: v2.6.27-rc5~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7982d5e1b350acb96aa156916c44c25ef87bb809;p=pandora-kernel.git tcp: fix tcp header size miscalculation when window scale is unused The size of the TCP header is miscalculated when the window scale ends up being 0. Additionally, this can be induced by sending a SYN to a passive open port with a window scale option with value 0. Signed-off-by: Philip Love Signed-off-by: Adam Langley Signed-off-by: David S. Miller --- Reading git-diff-tree failed