|
|
@@ -173,9 +173,9 @@ Signed-off-by: Pablo Neira Ayuso <[email protected]>
|
|
|
|
|
|
rhashtable_remove_fast(&flow_table->rhashtable,
|
|
|
&flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].node,
|
|
|
-@@ -233,6 +239,9 @@ static void flow_offload_del(struct nf_f
|
|
|
- e = container_of(flow, struct flow_offload_entry, flow);
|
|
|
- clear_bit(IPS_OFFLOAD_BIT, &e->ct->status);
|
|
|
+@@ -236,6 +242,9 @@ static void flow_offload_del(struct nf_f
|
|
|
+ if (!(flow->flags & FLOW_OFFLOAD_TEARDOWN))
|
|
|
+ flow_offload_fixup_ct_state(e->ct);
|
|
|
|
|
|
+ if (nf_flow_in_hw(flow))
|
|
|
+ nf_flow_offload_hw_del(net, flow);
|
|
|
@@ -183,7 +183,7 @@ Signed-off-by: Pablo Neira Ayuso <[email protected]>
|
|
|
flow_offload_free(flow);
|
|
|
}
|
|
|
|
|
|
-@@ -346,6 +355,9 @@ static int nf_flow_offload_gc_step(struc
|
|
|
+@@ -349,6 +358,9 @@ static int nf_flow_offload_gc_step(struc
|
|
|
if (!teardown)
|
|
|
nf_ct_offload_timeout(flow);
|
|
|
|
|
|
@@ -193,7 +193,7 @@ Signed-off-by: Pablo Neira Ayuso <[email protected]>
|
|
|
if (nf_flow_has_expired(flow) || teardown)
|
|
|
flow_offload_del(flow_table, flow);
|
|
|
}
|
|
|
-@@ -481,10 +493,43 @@ int nf_flow_dnat_port(const struct flow_
|
|
|
+@@ -484,10 +496,43 @@ int nf_flow_dnat_port(const struct flow_
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(nf_flow_dnat_port);
|
|
|
|
|
|
@@ -237,7 +237,7 @@ Signed-off-by: Pablo Neira Ayuso <[email protected]>
|
|
|
INIT_DEFERRABLE_WORK(&flowtable->gc_work, nf_flow_offload_work_gc);
|
|
|
|
|
|
err = rhashtable_init(&flowtable->rhashtable,
|
|
|
-@@ -522,6 +567,8 @@ static void nf_flow_table_iterate_cleanu
|
|
|
+@@ -525,6 +570,8 @@ static void nf_flow_table_iterate_cleanu
|
|
|
{
|
|
|
nf_flow_table_iterate(flowtable, nf_flow_table_do_cleanup, dev);
|
|
|
flush_delayed_work(&flowtable->gc_work);
|
|
|
@@ -246,7 +246,7 @@ Signed-off-by: Pablo Neira Ayuso <[email protected]>
|
|
|
}
|
|
|
|
|
|
void nf_flow_table_cleanup(struct net *net, struct net_device *dev)
|
|
|
-@@ -535,6 +582,26 @@ void nf_flow_table_cleanup(struct net *n
|
|
|
+@@ -538,6 +585,26 @@ void nf_flow_table_cleanup(struct net *n
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(nf_flow_table_cleanup);
|
|
|
|
|
|
@@ -273,7 +273,7 @@ Signed-off-by: Pablo Neira Ayuso <[email protected]>
|
|
|
void nf_flow_table_free(struct nf_flowtable *flow_table)
|
|
|
{
|
|
|
mutex_lock(&flowtable_lock);
|
|
|
-@@ -544,9 +611,58 @@ void nf_flow_table_free(struct nf_flowta
|
|
|
+@@ -547,9 +614,58 @@ void nf_flow_table_free(struct nf_flowta
|
|
|
nf_flow_table_iterate(flow_table, nf_flow_table_do_cleanup, NULL);
|
|
|
WARN_ON(!nf_flow_offload_gc_step(flow_table));
|
|
|
rhashtable_destroy(&flow_table->rhashtable);
|