X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fynezz.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fbackport-4.14%2F370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch;h=22fdebb3a8fad9558e6ac382f467440f4d3ae19f;hp=166b7219d592b5d653775056c96f30ae9fc6d0a3;hb=5387bc9cbb9ed205f08766523a296f21dfa83b56;hpb=1138e0f8878fe402697fd4b8aceacec39fc28a00 diff --git a/target/linux/generic/backport-4.14/370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch b/target/linux/generic/backport-4.14/370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch index 166b7219d5..22fdebb3a8 100644 --- a/target/linux/generic/backport-4.14/370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch +++ b/target/linux/generic/backport-4.14/370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch @@ -21,7 +21,7 @@ Signed-off-by: Felix Fietkau --- a/net/netfilter/nf_conntrack_core.c +++ b/net/netfilter/nf_conntrack_core.c -@@ -997,18 +997,6 @@ static bool gc_worker_can_early_drop(con +@@ -1005,18 +1005,6 @@ static bool gc_worker_can_early_drop(con return false; } @@ -40,7 +40,7 @@ Signed-off-by: Felix Fietkau static void gc_worker(struct work_struct *work) { unsigned int min_interval = max(HZ / GC_MAX_BUCKETS_DIV, 1u); -@@ -1045,10 +1033,8 @@ static void gc_worker(struct work_struct +@@ -1053,10 +1041,8 @@ static void gc_worker(struct work_struct tmp = nf_ct_tuplehash_to_ctrack(h); scanned++;