Hi, The following batch contains Netfilter fixes for net: 1) Missing : in kdoc field in nft_set_pipapo. 2) Restore default DNAT behavior When a DNAT rule is configured via iptables with different port ranges, from Kyle Swenson. 3) Restore flowtable hardware offload for bidirectional flows by setting NF_FLOW_HW_BIDIRECTIONAL flag, from Felix Fietkau. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git nf-24-02-15 Thanks. ---------------------------------------------------------------- The following changes since commit 9b23fceb4158a3636ce4a2bda28ab03dcfa6a26f: ethernet: cpts: fix function pointer cast warnings (2024-02-14 12:50:53 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git tags/nf-24-02-15 for you to fetch changes up to 84443741faab9045d53f022a9ac6a6633067a481: netfilter: nf_tables: fix bidirectional offload regression (2024-02-15 00:20:00 +0100) ---------------------------------------------------------------- netfilter pull request 24-02-15 ---------------------------------------------------------------- Felix Fietkau (1): netfilter: nf_tables: fix bidirectional offload regression Kyle Swenson (1): netfilter: nat: restore default DNAT behavior Pablo Neira Ayuso (1): netfilter: nft_set_pipapo: fix missing : in kdoc net/netfilter/nf_nat_core.c | 5 ++++- net/netfilter/nft_flow_offload.c | 1 + net/netfilter/nft_set_pipapo.h | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-)