From: Vlad Yasevich Date: Sat, 31 Jan 2015 15:40:17 +0000 (-0500) Subject: udpv6: Add lockless sendmsg() support X-Git-Tag: fixes-v4.0-rc1~150^2~81^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03485f2adcde0c2d4e9228b659be78e872486bbb;p=pandora-kernel.git udpv6: Add lockless sendmsg() support This commit adds the same functionaliy to IPv6 that commit 903ab86d195cca295379699299c5fc10beba31c7 Author: Herbert Xu Date: Tue Mar 1 02:36:48 2011 +0000 udp: Add lockless transmit path added to IPv4. UDP transmit path can now run without a socket lock, thus allowing multiple threads to send to a single socket more efficiently. This is only used when corking/MSG_MORE is not used. Signed-off-by: Vladislav Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed