From: Eric Dumazet Date: Thu, 13 Oct 2011 07:56:41 +0000 (+0000) Subject: igb: fix skb truesize underestimation X-Git-Tag: v3.2-rc1~129^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95b9c1dfb7b929f5f3b203ed95c28bdfd069d122;p=pandora-kernel.git igb: fix skb truesize underestimation e1000 allocates half a page per skb fragment. We must account PAGE_SIZE/2 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