From: Christoph Hellwig Date: Tue, 1 Aug 2006 05:35:23 +0000 (-0700) Subject: [NET]: Add netdev_alloc_skb(). X-Git-Tag: v2.6.18-rc4~65^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af2745645243b5e5b031504a643bf2158571dc7;p=pandora-kernel.git [NET]: Add netdev_alloc_skb(). Add a dev_alloc_skb variant that takes a struct net_device * paramater. For now that paramater is unused, but I'll use it to allocate the skb from node-local memory in a follow-up patch. Also there have been some other plans mentioned on the list that can use it. Signed-off-by: Christoph Hellwig Signed-off-by: David S. Miller --- Reading git-diff-tree failed