Re: [PATCH net 0/2] ipv4: Ensure ECN bits don't influence source address validation

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Sat, 16 Jan 2021 11:44:18 +0100 you wrote: > 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 al

[PATCH net 0/2] ipv4: Ensure ECN bits don't influence source address validation

2021-01-16 Thread Guillaume Nault
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 ad