aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/backport-4.14/363-netfilter-nf_flow_table-add-support-for-sending-flow.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: mark source kernel for netfilter backportsRafał Miłecki2018-05-081-99/+0
| | | | | | This helps keeping track on patches & adding new kernels in the future. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* kernel: more fixes for flow offloadFelix Fietkau2018-02-251-10/+45
| | | | | | | - fix TCP connection state - fix checksum error on DNAT Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: add minimal TCP state tracking to flow offload supportFelix Fietkau2018-02-251-0/+64
Fixes issues with connections hanging after >30 seconds idle time Signed-off-by: Felix Fietkau <nbd@nbd.name>