commit | 79b16aadea32cce077acbe9e229fcb58a7801687 | [log] [tgz] |
---|---|---|
author | David Miller <davem@davemloft.net> | Sun Apr 05 22:19:09 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 07 15:29:08 2015 -0400 |
tree | 8cfacda45a2b3d12a3831511199a13d33f245890 | |
parent | 7026b1ddb6b8d4e6ee33dc2bd06c0ca8746fa7ab [diff] |
udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb(). That was we can make sure the output path of ipv4/ipv6 operate on the UDP socket rather than whatever random thing happens to be in skb->sk. Based upon a patch by Jiri Pirko. Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>