]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ipv6: Append sending data to arbitrary queue
authorVlad Yasevich <vyasevich@gmail.com>
Sat, 31 Jan 2015 15:40:14 +0000 (10:40 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Feb 2015 03:28:04 +0000 (19:28 -0800)
commit0bbe84a67b0b5460c2e67101b3aa95cb828845f3
treea96a7b945c92c3ee22ff0f9fc657b6a843611906
parent366e41d9774d7010cb63112b6db2fce6dc7809c0
ipv6: Append sending data to arbitrary queue

Add the ability to append data to arbitrary queue.  This
will be needed later to implement lockless UDP sends.

Signed-off-by: Vladislav Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c