Re: [PATCH v3 0/17] netfilter: nf_flow_table: refactoring, TCP state tracking, sending flows to slow path

2018-04-26 Thread Pablo Neira Ayuso
On Mon, Feb 26, 2018 at 10:15:07AM +0100, Felix Fietkau wrote: > Fixes issues with connections hanging after >30 seconds idle time. > > Changes since v2: > - Include the previous patch series > - Rebase to current nf.git > - Provide longer description for the teardown state and the changes >

Re: [PATCH v3 0/17] netfilter: nf_flow_table: refactoring, TCP state tracking, sending flows to slow path

2018-03-13 Thread Laura Garcia
On Tue, Mar 13, 2018 at 7:16 AM, Rafał Miłecki wrote: > On Mon, 5 Mar 2018 23:11:38 +0100, Pablo Neira Ayuso wrote: >> On Mon, Feb 26, 2018 at 10:15:07AM +0100, Felix Fietkau wrote: >> > Fixes issues with connections hanging after >30 seconds idle time. >> > >> > Changes since

Re: [PATCH v3 0/17] netfilter: nf_flow_table: refactoring, TCP state tracking, sending flows to slow path

2018-03-13 Thread Rafał Miłecki
On Mon, 5 Mar 2018 23:11:38 +0100, Pablo Neira Ayuso wrote: > On Mon, Feb 26, 2018 at 10:15:07AM +0100, Felix Fietkau wrote: > > Fixes issues with connections hanging after >30 seconds idle time. > > > > Changes since v2: > > - Include the previous patch series > > - Rebase to current nf.git > >

Re: [PATCH v3 0/17] netfilter: nf_flow_table: refactoring, TCP state tracking, sending flows to slow path

2018-03-05 Thread Pablo Neira Ayuso
On Mon, Mar 05, 2018 at 11:11:38PM +0100, Pablo Neira Ayuso wrote: > On Mon, Feb 26, 2018 at 10:15:07AM +0100, Felix Fietkau wrote: > > Fixes issues with connections hanging after >30 seconds idle time. > > > > Changes since v2: > > - Include the previous patch series > > - Rebase to current

[PATCH v3 0/17] netfilter: nf_flow_table: refactoring, TCP state tracking, sending flows to slow path

2018-02-26 Thread Felix Fietkau
Fixes issues with connections hanging after >30 seconds idle time. Changes since v2: - Include the previous patch series - Rebase to current nf.git - Provide longer description for the teardown state and the changes for passing flows back to the slow path Changes since v1: - Fix up connection