]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branch 'net-deduplicate-cookie-logic'
authorJakub Kicinski <kuba@kernel.org>
Wed, 19 Feb 2025 02:27:23 +0000 (18:27 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 19 Feb 2025 02:27:31 +0000 (18:27 -0800)
commitaefd232de5eb2e77e3fc58c56486c7fe7426a228
tree18e96c886429439348040708d78eb642c75707d5
parent3a03f9ec5d333b9998fbc63fd3e075b9d1991b89
parent5cd2f78886dd86de1b13d6502808a149f1b77959
Merge branch 'net-deduplicate-cookie-logic'

Willem de Bruijn says:

====================
net: deduplicate cookie logic

Reuse standard sk, ip and ipv6 cookie init handlers where possible.

Avoid repeated open coding of the same logic.
Harmonize feature sets across protocols.
Make IPv4 and IPv6 logic more alike.
Simplify adding future new fields with a single init point.
====================

Link: https://patch.msgid.link/20250214222720.3205500-1-willemdebruijn.kernel@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>