]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dst: Pass net into dst->output
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 7 Oct 2015 21:48:47 +0000 (16:48 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2015 11:27:03 +0000 (04:27 -0700)
commitede2059dbaf9c6557a49d466c8c7778343b208ff
treed6d15cbeb675b52ef22890a2228b5301b1396c45
parent33224b16ffccb49cf798317670389e0bfba0024c
dst: Pass net into dst->output

The network namespace is already passed into dst_output pass it into
dst->output lwt->output and friends.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
18 files changed:
drivers/net/vrf.c
include/net/dst.h
include/net/ip.h
include/net/ipv6.h
include/net/lwtunnel.h
include/net/xfrm.h
net/core/dst.c
net/core/lwtunnel.c
net/decnet/dn_route.c
net/ipv4/ip_output.c
net/ipv4/route.c
net/ipv4/xfrm4_output.c
net/ipv6/ila.c
net/ipv6/ip6_output.c
net/ipv6/route.c
net/ipv6/xfrm6_output.c
net/mpls/mpls_iptunnel.c
net/xfrm/xfrm_policy.c