From: Herbert Xu Date: Mon, 5 Jan 2009 00:13:19 +0000 (-0800) Subject: gro: Use gso_size to store MSS X-Git-Tag: v2.6.29-rc1~502^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b530256d2e0f1a75fab31f9821129fff1bb49faa;p=pandora-kernel.git gro: Use gso_size to store MSS In order to allow GRO packets without frag_list at all, we need to store the MSS in the packet itself. The obvious place is gso_size. The only thing to watch out for is if the packet ends up not being GRO then we need to clear gso_size before pushing the packet into the stack. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed