From: shemminger@osdl.org Date: Mon, 28 Aug 2006 17:00:46 +0000 (-0700) Subject: [PATCH] sky2: use netdev_alloc_skb X-Git-Tag: v2.6.19-rc1~1263^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=497d7c8681dec5084b2e79193c2aaeddc789477f;p=pandora-kernel.git [PATCH] sky2: use netdev_alloc_skb Use netdev_alloc_skb for buffer allocation to allow for headroom. This prevents bugs in code paths that assume extra space at the front and makes sky2 behave like other drivers. Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed