From: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
To: netfilter-devel@vger.kernel.org
Cc: Florian Westphal <fw@strlen.de>,
Pablo Neira Ayuso <pablo@netfilter.org>,
Marcelo Ricardo Leitner <mleitner@redhat.com>,
Long Xin <lxin@redhat.com>,
Claudio Porfiri <claudio.porfiri@ericsson.com>,
Sriram Yagnaraman <sriram.yagnaraman@est.tech>
Subject: [PATCH v3 0/4] sctp conntrack fixes
Date: Wed, 18 Jan 2023 12:38:49 +0100 [thread overview]
Message-ID: <20230118113853.8067-1-sriram.yagnaraman@est.tech> (raw)
A less diruptive change as opposed to below RFC patch:
https://lore.kernel.org/netfilter-devel/20230104113143.21769-1-sriram.yagnaraman@est.tech/
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.
Changes since v2:
- Remove UAPI changes for DATA_SENT since it is only part of 6.1-rc
Changes since v1:
- Reverted bff3d0534804: DATA_SENT state
- Set assured bit if new state is ESTABLISHED and direction is reply,
regardless of the old state. Paths established by HEARTBEAT also gets
the assured bit.
- Update nf_conntrack_sysctl documentation
Sriram Yagnaraman (4):
netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETE
netfilter: conntrack: fix bug in for_each_sctp_chunk
Revert "netfilter: conntrack: add sctp DATA_SENT state"
netfilter: conntrack: unify established states for SCTP paths
.../networking/nf_conntrack-sysctl.rst | 10 +-
.../uapi/linux/netfilter/nf_conntrack_sctp.h | 3 +-
.../linux/netfilter/nfnetlink_cttimeout.h | 3 +-
net/netfilter/nf_conntrack_proto_sctp.c | 159 ++++++++----------
net/netfilter/nf_conntrack_standalone.c | 16 --
5 files changed, 73 insertions(+), 118 deletions(-)
--
2.34.1
next reply other threads:[~2023-01-18 12:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-18 11:38 Sriram Yagnaraman [this message]
2023-01-18 11:38 ` [PATCH v3 1/4] netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETE Sriram Yagnaraman
2023-01-18 11:38 ` [PATCH v3 2/4] netfilter: conntrack: fix bug in for_each_sctp_chunk Sriram Yagnaraman
2023-01-18 11:38 ` [PATCH v3 3/4] Revert "netfilter: conntrack: add sctp DATA_SENT state" Sriram Yagnaraman
2023-01-18 11:38 ` [PATCH v3 4/4] netfilter: conntrack: unify established states for SCTP paths Sriram Yagnaraman
2023-01-18 15:28 ` Pablo Neira Ayuso
2023-01-19 8:27 ` Sriram Yagnaraman
2023-01-19 10:48 ` Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230118113853.8067-1-sriram.yagnaraman@est.tech \
--to=sriram.yagnaraman@est.tech \
--cc=claudio.porfiri@ericsson.com \
--cc=fw@strlen.de \
--cc=lxin@redhat.com \
--cc=mleitner@redhat.com \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.