From: Eric Biggers <ebiggers@kernel.org>
To: netdev@vger.kernel.org, Andrea Mayer <andrea.mayer@uniroma2.it>
Cc: David Lebrun <dlebrun@google.com>, Eric Biggers <ebiggers@kernel.org>
Subject: [PATCH net-next 0/3] ipv6: sr: HMAC fix and cleanups
Date: Fri, 15 Aug 2025 20:11:33 -0700 [thread overview]
Message-ID: <20250816031136.482400-1-ebiggers@kernel.org> (raw)
This series cleans up the IPv6 Segment Routing HMAC calculations.
Eric Biggers (3):
ipv6: sr: Fix MAC comparison to be constant-time
ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functions
ipv6: sr: Prepare HMAC key ahead of time
include/net/seg6_hmac.h | 20 ++--
net/ipv6/Kconfig | 7 +-
net/ipv6/seg6.c | 20 ++--
net/ipv6/seg6_hmac.c | 202 +++++-----------------------------------
4 files changed, 46 insertions(+), 203 deletions(-)
base-commit: 8f5ae30d69d7543eee0d70083daf4de8fe15d585
--
2.50.1
next reply other threads:[~2025-08-16 3:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-16 3:11 Eric Biggers [this message]
2025-08-16 3:11 ` [PATCH net-next 1/3] ipv6: sr: Fix MAC comparison to be constant-time Eric Biggers
2025-08-18 19:16 ` Andrea Mayer
2025-08-18 19:38 ` Eric Biggers
2025-08-18 20:30 ` Eric Biggers
2025-08-16 3:11 ` [PATCH net-next 2/3] ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functions Eric Biggers
2025-08-16 7:01 ` Kuniyuki Iwashima
2025-08-16 7:26 ` Eric Biggers
2025-08-17 16:58 ` Ido Schimmel
2025-08-16 3:11 ` [PATCH net-next 3/3] ipv6: sr: Prepare HMAC key ahead of time Eric Biggers
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=20250816031136.482400-1-ebiggers@kernel.org \
--to=ebiggers@kernel.org \
--cc=andrea.mayer@uniroma2.it \
--cc=dlebrun@google.com \
--cc=netdev@vger.kernel.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.