From: Florian Westphal Date: Mon, 24 Mar 2008 05:21:28 +0000 (-0700) Subject: [TCP]: Shrink syncookie_secret by 8 byte. X-Git-Tag: v2.6.26-rc1~1138^2~383 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2051f11fb86b0056fec440fe7e9fa8370d60a5c6;p=pandora-kernel.git [TCP]: Shrink syncookie_secret by 8 byte. the first u32 copied from syncookie_secret is overwritten by the minute-counter four lines below. After adjusting the destination address, the size of syncookie_secret can be reduced accordingly. AFAICS, the only other user of syncookie_secret[] is the ipv6 syncookie support. Because ipv6 syncookies only grab 44 bytes from syncookie_secret[], this shouldn't affect them in any way. With fixes from Glenn Griffin. Signed-off-by: Florian Westphal Acked-by: Glenn Griffin Signed-off-by: David S. Miller --- Reading git-diff-tree failed