netfilter: add a xt_FLOWOFFLOAD target for NAT/routing offload support
authorFelix Fietkau <nbd@nbd.name>
Tue, 20 Feb 2018 14:58:42 +0000 (15:58 +0100)
committerFelix Fietkau <nbd@nbd.name>
Wed, 21 Feb 2018 19:12:42 +0000 (20:12 +0100)
commit820f03099894bd48638fb5be326b5c551f0f2b98
tree22522d219f3d5b9ae2574b10e8dad8a2bb381e1c
parent103335644265d96c656a7de3d5994fbd11246300
netfilter: add a xt_FLOWOFFLOAD target for NAT/routing offload support

This makes it possible to add an iptables rule that offloads routing/NAT
packet processing to a software fast path. This fast path is much
quicker than running packets through the regular tables/chains.

Requires Linux 4.14

Signed-off-by: Felix Fietkau <nbd@nbd.name>
include/netfilter.mk
package/kernel/linux/modules/netfilter.mk
package/network/utils/iptables/patches/800-flowoffload_target.patch [new file with mode: 0644]
target/linux/generic/hack-4.14/650-netfilter-add-xt_OFFLOAD-target.patch [new file with mode: 0644]