l2tp: fix l2tp_ip_sendmsg() route handling
authorEric Dumazet <eric.dumazet@gmail.com>
Sat, 11 Jun 2011 22:27:09 +0000 (22:27 +0000)
committerDavid S. Miller <davem@conan.davemloft.net>
Mon, 13 Jun 2011 21:31:30 +0000 (17:31 -0400)
commit081b1b1bb27f1f4a3b682f4cf75103108f2066d7
tree6b46eac808fe4292bff144ff0b5e6461ef957810
parentec1d7c9a5e9c136e08a9b1df3109ad5d38d8179c
l2tp: fix l2tp_ip_sendmsg() route handling

l2tp_ip_sendmsg() in non connected mode incorrectly calls
sk_setup_caps(). Subsequent send() calls send data to wrong destination.

We can also avoid changing dst refcount in connected mode, using
appropriate rcu locking. Once output route lookups can also be done
under rcu, sendto() calls wont change dst refcounts too.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@conan.davemloft.net>
net/l2tp/l2tp_ip.c