From: Vlad Yasevich Date: Sat, 31 Jan 2015 15:40:16 +0000 (-0500) Subject: ipv6: Introduce udpv6_send_skb() X-Git-Tag: fixes-v4.0-rc1~150^2~81^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d39d938c8228a4c5860138a53cf2b9ae4c4baec2;p=pandora-kernel.git ipv6: Introduce udpv6_send_skb() Now that we can individually construct IPv6 skbs to send, add a udpv6_send_skb() function to populate the udp header and send the skb. This allows udp_v6_push_pending_frames() to re-use this function as well as enables us to add lockless sendmsg() support. Signed-off-by: Vladislav Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed