public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH ipsec 0/3] xfrm: Don't clobber inner headers when already set
@ 2026-04-22 14:06 Cosmin Ratiu
  2026-04-22 14:06 ` [PATCH ipsec 1/3] tools/selftests: Use a sensible timeout value for iperf3 client Cosmin Ratiu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Cosmin Ratiu @ 2026-04-22 14:06 UTC (permalink / raw)
  To: netdev
  Cc: Steffen Klassert, Herbert Xu, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Andrew Lunn,
	Shuah Khan, Cosmin Ratiu, Nimrod Oren, Carolina Jubran,
	Gal Pressman, linux-kselftest

Commit [1] exposed an existing issue in xfrm which broke tunneling
protocols over IPsec (e.g. VXLAN over IPsec).

This series fixes that and adds a test which exercises VXLAN over IPsec.
For details please see the individual patches.

[1] commit 7fb4c1967011 ("net: pull headers in qdisc_pkt_len_segs_init()")

Cosmin Ratiu (3):
  tools/selftests: Use a sensible timeout value for iperf3 client
  tools/selftests: Add a VXLAN+IPsec traffic test
  xfrm: Don't clobber inner headers when already set

 net/xfrm/xfrm_output.c                        |  20 +-
 .../testing/selftests/drivers/net/hw/Makefile |   1 +
 tools/testing/selftests/drivers/net/hw/config |   5 +
 .../selftests/drivers/net/hw/ipsec_vxlan.py   | 204 ++++++++++++++++++
 .../selftests/drivers/net/lib/py/load.py      |   5 +-
 5 files changed, 228 insertions(+), 7 deletions(-)
 create mode 100755 tools/testing/selftests/drivers/net/hw/ipsec_vxlan.py

-- 
2.53.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-04-22 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-22 14:06 [PATCH ipsec 0/3] xfrm: Don't clobber inner headers when already set Cosmin Ratiu
2026-04-22 14:06 ` [PATCH ipsec 1/3] tools/selftests: Use a sensible timeout value for iperf3 client Cosmin Ratiu
2026-04-22 14:06 ` [PATCH ipsec 2/3] tools/selftests: Add a VXLAN+IPsec traffic test Cosmin Ratiu
2026-04-22 14:06 ` [PATCH ipsec 3/3] xfrm: Don't clobber inner headers when already set Cosmin Ratiu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox