From: Eric Dumazet Date: Thu, 13 Oct 2011 07:53:42 +0000 (+0000) Subject: e1000: fix skb truesize underestimation X-Git-Tag: v3.2-rc1~129^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed64b3cc11502f50e1401f12e33d021592800bca;p=pandora-kernel.git e1000: fix skb truesize underestimation e1000 allocates a full page per skb fragment. We must account PAGE_SIZE increments on skb->truesize, not the actual frag length. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed