Hi, The following patchset contains two Netfilter fixes for net: 1) Release bridge info once packet escapes the br_netfilter path, from Florian Westphal. 2) Revert incorrect fix for the SCTP connection tracking chunk iterator, also from Florian. First path fixes a long standing issue, the second path addresses a mistake in the previous pull request for net. Please, pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git Thanks. ---------------------------------------------------------------- The following changes since commit 9b3fc325c2a7e9e17e22b008357cb0ceb810d9b2: Merge tag 'ieee802154-for-net-2023-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan (2023-01-30 21:11:11 -0800) 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 bd0e06f0def75ba26572a94e5350324474a55562: Revert "netfilter: conntrack: fix bug in for_each_sctp_chunk" (2023-01-31 14:02:48 +0100) ---------------------------------------------------------------- Florian Westphal (2): netfilter: br_netfilter: disable sabotage_in hook after first suppression Revert "netfilter: conntrack: fix bug in for_each_sctp_chunk" net/bridge/br_netfilter_hooks.c | 1 + net/netfilter/nf_conntrack_proto_sctp.c | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-)