From: Florian Westphal <fw@strlen.de>
To: <netdev@vger.kernel.org>
Cc: jhs@mojatatu.com, jiri@resnulli.us, victor@mojatatu.com,
Florian Westphal <fw@strlen.de>
Subject: [PATCH net 0/4] net/sched: reset conntrack after packet munging
Date: Wed, 19 Aug 2026 22:42:06 +0200 [thread overview]
Message-ID: <20260819204210.23722-1-fw@strlen.de> (raw)
This series removes skb <-> conntrack mapping after pedit
altered l3 and/or l4 headers. See patch 2 for all the details.
First patch makes tdc.py work for me, second patch is the actual
fix, third patch has test cases. Last patch also removes the mapping
in act_nat.
Florian Westphal (4):
selftests/tc-testing: pass mp_pm via initialiser
net/sched: act_pedit: drop conntrack on network/transport header changes
selftests: tc-testing: add act_ct test for ct reset handling
net/sched: act_nat: discard any conntrack entry post modification
net/sched/act_nat.c | 1 +
net/sched/act_pedit.c | 21 ++-
.../tc-testing/tc-tests/actions/ct.json | 168 ++++++++++++++++++
tools/testing/selftests/tc-testing/tdc.py | 27 ++-
4 files changed, 208 insertions(+), 9 deletions(-)
--
2.54.0
next reply other threads:[~2026-08-19 20:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-19 20:42 Florian Westphal [this message]
2026-08-19 20:42 ` [PATCH net 1/4] selftests/tc-testing: pass mp_pm via initialiser Florian Westphal
2026-08-19 20:42 ` [PATCH net 2/4] net/sched: act_pedit: drop conntrack on network/transport header changes Florian Westphal
2026-08-19 20:42 ` [PATCH net 3/4] selftests: tc-testing: add act_ct test for ct reset handling Florian Westphal
2026-08-19 20:42 ` [PATCH net 4/4] net/sched: act_nat: discard any conntrack entry post modification Florian Westphal
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=20260819204210.23722-1-fw@strlen.de \
--to=fw@strlen.de \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=netdev@vger.kernel.org \
--cc=victor@mojatatu.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox