ipv4, ipv6: Pass net into ip_local_out and ip6_local_out
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 7 Oct 2015 21:48:46 +0000 (16:48 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2015 11:27:02 +0000 (04:27 -0700)
commit33224b16ffccb49cf798317670389e0bfba0024c
tree25a11f38cf0da4331c558a06d4f3a5ccaabf12fa
parentcf91a99daa4651d0c1f52b8c3d813fd44b43cada
ipv4, ipv6: Pass net into ip_local_out and ip6_local_out

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
18 files changed:
drivers/net/ipvlan/ipvlan_core.c
drivers/net/ppp/pptp.c
drivers/net/vrf.c
include/net/ip.h
include/net/ip6_tunnel.h
include/net/ipv6.h
net/ipv4/igmp.c
net/ipv4/ip_output.c
net/ipv4/ip_tunnel_core.c
net/ipv4/netfilter/ipt_SYNPROXY.c
net/ipv4/netfilter/nf_dup_ipv4.c
net/ipv4/netfilter/nf_reject_ipv4.c
net/ipv6/ip6_output.c
net/ipv6/netfilter/ip6t_SYNPROXY.c
net/ipv6/netfilter/nf_dup_ipv6.c
net/ipv6/netfilter/nf_reject_ipv6.c
net/ipv6/output_core.c
net/netfilter/ipvs/ip_vs_xmit.c
This page took 0.02913 seconds and 5 git commands to generate.