]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipv4-ensure-ecn-bits-don-t-influence-source-address-validation'
authorJakub Kicinski <kuba@kernel.org>
Tue, 19 Jan 2021 21:54:32 +0000 (13:54 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 19 Jan 2021 21:54:33 +0000 (13:54 -0800)
commit0b51b7d9a87894d57a7e1d84255655c7e05a3cd0
tree2a90eb95fd1461c0e5bbf9029aa584e84b681d3b
parent3c5cc6cf59c363a6e33f39942d4293a84fe3e136
parentec2c8a5039129e3ee09d58297f3024303e4ff097
Merge branch 'ipv4-ensure-ecn-bits-don-t-influence-source-address-validation'

Guillaume Nault says:

====================
ipv4: Ensure ECN bits don't influence source address validation

Functions that end up calling fib_table_lookup() should clear the ECN
bits from the TOS, otherwise ECT(0) and ECT(1) packets can be treated
differently.

Most functions already clear the ECN bits, but there are a few cases
where this is not done. This series only fixes the ones related to
source address validation.
====================

Link: https://lore.kernel.org/r/cover.1610790904.git.gnault@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>