]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branch 'add-support-for-externally-validated-neighbor-entries'
authorJakub Kicinski <kuba@kernel.org>
Tue, 1 Jul 2025 01:14:25 +0000 (18:14 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 1 Jul 2025 01:14:26 +0000 (18:14 -0700)
commitb28fe7f20a05f824a07aeecccd8bd71c29ff99e4
treee48ea70036c6db90beea3b9851bc1975db85aa53
parentaf232e7615e45e88c790dbbf4401ff3ffd6b3ad8
parent171f2ee31a42f1802299862686c2521eda77dc61
Merge branch 'add-support-for-externally-validated-neighbor-entries'

Ido Schimmel says:

====================
Add support for externally validated neighbor entries

Patch #1 adds a new neighbor flag ("extern_valid") that prevents the
kernel from invalidating or removing a neighbor entry, while allowing
the kernel to notify user space when the entry becomes reachable. See
motivation and implementation details in the commit message.

Patch #2 adds a selftest.

v1: https://lore.kernel.org/20250611141551.462569-1-idosch@nvidia.com
====================

Link: https://patch.msgid.link/20250626073111.244534-1-idosch@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>