From: David Ward Date: Mon, 11 Mar 2013 10:43:39 +0000 (+0000) Subject: net/ipv4: Ensure that location of timestamp option is stored X-Git-Tag: v3.9-rc4~27^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4660c7f498c07c43173142ea95145e9dac5a6d14;p=pandora-kernel.git net/ipv4: Ensure that location of timestamp option is stored This is needed in order to detect if the timestamp option appears more than once in a packet, to remove the option if the packet is fragmented, etc. My previous change neglected to store the option location when the router addresses were prespecified and Pointer > Length. But now the option location is also stored when Flag is an unrecognized value, to ensure these option handling behaviors are still performed. Signed-off-by: David Ward Signed-off-by: David S. Miller --- Reading git-diff-tree failed