From: Eric Dumazet Date: Thu, 13 Oct 2011 11:30:52 +0000 (+0000) Subject: ftgmac100: fix skb truesize underestimation X-Git-Tag: v3.2-rc1~129^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5935f81c595897d213afcf756e3e41af7c704f0e;p=pandora-kernel.git ftgmac100: fix skb truesize underestimation ftgmac100 allocates a page per skb fragment. We must account PAGE_SIZE increments on skb->truesize, not the actual frag length. If frame is under 64 bytes, page is freed, and truesize adjusted. Signed-off-by: Eric Dumazet CC: Po-Yu Chuang Signed-off-by: David S. Miller --- Reading git-diff-tree failed