Merge branch 'udpv6_lockless_send'
authorDavid S. Miller <davem@davemloft.net>
Tue, 3 Feb 2015 03:28:19 +0000 (19:28 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Feb 2015 03:28:19 +0000 (19:28 -0800)
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 <davem@davemloft.net>

Trivial merge