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