From: Eric Dumazet Date: Fri, 18 May 2012 21:33:39 +0000 (+0000) Subject: tg3: use netdev_alloc_frag() API X-Git-Tag: v3.5-rc1~191^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1e8b307986ab27b7608f107aec71d3569650f46;p=pandora-kernel.git tg3: use netdev_alloc_frag() API Update our reference driver to use netdev_alloc_frag() API instead of the temporary custom allocator I introduced in commit 8d4057a938 (tg3: provide frags as skb head) This removes the memory leak we had, since we could leak one page at device dismantle. Signed-off-by: Eric Dumazet Cc: Matt Carlson Cc: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed