From: Thomas Graf Date: Wed, 15 Nov 2006 03:53:58 +0000 (-0800) Subject: [IPv6] iflink: Convert IPv6's RTM_GETLINK to use the new netlink api X-Git-Tag: v2.6.20-rc1~34^2~40^2~363 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04561c1fe7b067a8250e6caaf168256783580c4c;p=pandora-kernel.git [IPv6] iflink: Convert IPv6's RTM_GETLINK to use the new netlink api By replacing the current method of exporting the device configuration which included allocating a temporary buffer, copying ipv6_devconf into it and copying that buffer into the message with a method that uses nla_reserve() allowing to copy the device configuration directly into the skb data buffer, a GFP_ATOMIC allocation could be removed. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed