]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
authorJakub Kicinski <kuba@kernel.org>
Thu, 28 Apr 2022 16:55:59 +0000 (09:55 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 28 Apr 2022 16:56:00 +0000 (09:56 -0700)
commitcc54c108e6f9283c83c59064e2ca8a002b7245e2
tree52bf9e4c77798fadeaffcd7168a1d1b4d822c1b2
parent79f8b67782348355e9896927981ce1cb91e0fc19
parent5b21bcd743afa210f939977742cff75d894028fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf

Pablo Neira Ayuso says:

====================
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.

* git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf:
  netfilter: nft_socket: only do sk lookups when indev is available
  netfilter: conntrack: fix udp offload timeout sysctl
  netfilter: nf_conntrack_tcp: re-init for syn packets only
====================

Link: https://lore.kernel.org/r/20220428142109.38726-1-pablo@netfilter.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>