OSDN Git Service

Merge branch 'ipv4-less-uses-of-shared-ip-generator'
authorJakub Kicinski <kuba@kernel.org>
Thu, 27 Jan 2022 16:37:05 +0000 (08:37 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 27 Jan 2022 16:37:06 +0000 (08:37 -0800)
commit3ede6465e756651ff5bd9b495d6cacd5ec8216e5
tree21e7e8d8dc4d9bac3afb75db6ea66f8aed7a1226
parent153a0d187e767c68733b8e9f46218eb1f41ab902
parent23f57406b82de51809d5812afd96f210f8b627f3
Merge branch 'ipv4-less-uses-of-shared-ip-generator'

Eric Dumazet says:

====================
ipv4: less uses of shared IP generator

From: Eric Dumazet <edumazet@google.com>

We keep receiving research reports based on linux IPID generation.

Before breaking part of the Internet by switching to pure
random generator, this series reduces the need for the
shared IP generator for TCP sockets.
====================

Link: https://lore.kernel.org/r/20220127011022.1274803-1-eric.dumazet@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>