A less diruptive change as opposed to below RFC patch: https://lore.kernel.org/netfilter-devel/20230104113143.21769-1-sriram.yagnaraman@xxxxxxxx/ This contains a couple of bug fixes to existing bugs that were found during the review of the above patch series, and also a patch that unifies the ESTABLISHED states for primary and secondary paths. Sriram Yagnaraman (3): netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETE netfilter: conntrack: fix bug in for_each_sctp_chunk netfilter: conntrack: unify established states for SCTP paths .../uapi/linux/netfilter/nf_conntrack_sctp.h | 4 +- .../linux/netfilter/nfnetlink_cttimeout.h | 4 +- net/netfilter/nf_conntrack_proto_sctp.c | 119 +++++++++--------- net/netfilter/nf_conntrack_standalone.c | 16 --- 4 files changed, 60 insertions(+), 83 deletions(-) -- 2.34.1