Star64_linux/net/openvswitch
Eric W. Biederman b72775977c ipv6: Pass struct net into nf_ct_frag6_gather
The function nf_ct_frag6_gather is called on both the input and the
output paths of the networking stack.  In particular ipv6_defrag which
calls nf_ct_frag6_gather is called from both the the PRE_ROUTING chain
on input and the LOCAL_OUT chain on output.

The addition of a net parameter makes it explicit which network
namespace the packets are being reassembled in, and removes the need
for nf_ct_frag6_gather to guess.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-10-12 19:44:17 -07:00
..
actions.c openvswitch: Remove ovs_vport_output_sk 2015-09-30 01:45:05 -05:00
conntrack.c ipv6: Pass struct net into nf_ct_frag6_gather 2015-10-12 19:44:17 -07:00
conntrack.h
datapath.c
datapath.h
dp_notify.c
flow.c openvswitch: add tunnel protocol to sw_flow_key 2015-10-07 04:17:59 -07:00
flow.h openvswitch: add tunnel protocol to sw_flow_key 2015-10-07 04:17:59 -07:00
flow_netlink.c openvswitch: netlink attributes for IPv6 tunneling 2015-10-07 04:18:00 -07:00
flow_netlink.h
flow_table.c openvswitch: add tunnel protocol to sw_flow_key 2015-10-07 04:17:59 -07:00
flow_table.h
Kconfig
Makefile
vport-geneve.c
vport-gre.c
vport-internal_dev.c
vport-internal_dev.h
vport-netdev.c
vport-netdev.h
vport-vxlan.c
vport.c
vport.h