From: Eric Dumazet Date: Thu, 13 Oct 2011 07:50:19 +0000 (+0000) Subject: bnx2: fix skb truesize underestimation X-Git-Tag: v3.2-rc1~129^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1f4e8bcbccf50cf1894c263af4d677d4f566533;p=pandora-kernel.git bnx2: fix skb truesize underestimation bnx2 allocates a full page per 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