Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | kernel: add support for enabling hardware flow offload via iptables | Felix Fietkau | 2018-04-05 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||
* | netfilter: add a xt_FLOWOFFLOAD target for NAT/routing offload support | Felix Fietkau | 2018-02-21 |
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> |