Merge branch 'clean-up-and-refactor-cookie_v46_check'
authorJakub Kicinski <kuba@kernel.org>
Thu, 30 Nov 2023 04:16:42 +0000 (20:16 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 30 Nov 2023 04:17:23 +0000 (20:17 -0800)
commite35174263f2c671603e8ccc997a16334087b782c
tree51ab8ee1bc85d5af40c50c6d6cbd84b5d0a9ce47
parentf422544118cbdfc3bba7b7c5189e18147acb9047
parent8e7bab6b9652cd07a05ee0380b623c0e00e3eb00
Merge branch 'clean-up-and-refactor-cookie_v46_check'

Kuniyuki Iwashima says:

====================
tcp: Clean up and refactor cookie_v[46]_check().

This is a preparation series for upcoming arbitrary SYN Cookie
support with BPF. [0]

There are slight differences between cookie_v[46]_check().  Such a
discrepancy caused an issue in the past, and BPF SYN Cookie support
will add more churn.

The primary purpose of this series is to clean up and refactor
cookie_v[46]_check() to minimise such discrepancies and make the
BPF series easier to review.

[0]: https://lore.kernel.org/netdev/20231121184245.69569-1-kuniyu@amazon.com/
v2: https://lore.kernel.org/netdev/20231125011638.72056-1-kuniyu@amazon.com/
v1: https://lore.kernel.org/netdev/20231123012521.62841-1-kuniyu@amazon.com/
====================

Link: https://lore.kernel.org/r/20231129022924.96156-1-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>