From: Eric Dumazet Date: Wed, 2 May 2012 23:33:21 +0000 (+0000) Subject: net: Fix truesize accounting in skb_gro_receive() X-Git-Tag: v3.5-rc1~109^2~182 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=715dc1f342713816d1be1c37643a2c9e6ee181a7;p=pandora-kernel.git net: Fix truesize accounting in skb_gro_receive() GRO is very optimistic in skb truesize estimates, only taking into account the used part of fragments. Be conservative, and use more precise computation, so that bloated GRO skbs can be collapsed eventually. Signed-off-by: Eric Dumazet Cc: Alexander Duyck Cc: Jeff Kirsher Acked-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed