From: David S. Miller Date: Tue, 3 Feb 2015 03:28:19 +0000 (-0800) Subject: Merge branch 'udpv6_lockless_send' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=193cdc4a041cedf82967390879d0b9bab5278e92;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'udpv6_lockless_send' Vladislav Yasevich says: ==================== ipv6: Add lockless UDP send path This series introduces a lockless UDPv6 send path similar to what Herbert Xu did for IPv4 a while ago. There are some difference from IPv4. IPv6 caching for flow label is a bit different, as well as it requires another cork cork structure that holds the IPv6 ancillary data. Please take a look. ==================== Signed-off-by: David S. Miller --- 193cdc4a041cedf82967390879d0b9bab5278e92