Hi, This patchset contains Netfilter fixes for net: 1) Fix incorrect TCP connection tracking window reset for non-syn packets, from Florian Westphal. 2) Incorrect dependency on CONFIG_NFT_FLOW_OFFLOAD, from Volodymyr Mytnyk. 3) Fix nft_socket from the output path, from Florian Westphal. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git Thanks! ---------------------------------------------------------------- The following changes since commit a1bde8c92d27d178a988bfd13d229c170b8135aa: Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net -queue (2022-04-27 10:58:39 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git HEAD for you to fetch changes up to 743b83f15d4069ea57c3e40996bf4a1077e0cdc1: netfilter: nft_socket: only do sk lookups when indev is available (2022-04-28 16:15:23 +0200) ---------------------------------------------------------------- Florian Westphal (2): netfilter: nf_conntrack_tcp: re-init for syn packets only netfilter: nft_socket: only do sk lookups when indev is available Volodymyr Mytnyk (1): netfilter: conntrack: fix udp offload timeout sysctl net/netfilter/nf_conntrack_proto_tcp.c | 21 ++++--------- net/netfilter/nf_conntrack_standalone.c | 2 +- net/netfilter/nft_socket.c | 52 ++++++++++++++++++++++++--------- 3 files changed, 45 insertions(+), 30 deletions(-)