mbox series

[net-next,0/2] tcp: RFC 6056 induced changes

Message ID 20210209192028.3350290-1-eric.dumazet@gmail.com
Headers show
Series tcp: RFC 6056 induced changes | expand

Message

Eric Dumazet Feb. 9, 2021, 7:20 p.m. UTC
From: Eric Dumazet <edumazet@google.com>

This is based on a report from David Dworken.

First patch implements RFC 6056 3.3.4 proposal.

Second patch is adding a little bit of noise to make
attacker life a bit harder.

Eric Dumazet (2):
  tcp: change source port randomizarion at connect() time
  tcp: add some entropy in __inet_hash_connect()

 net/ipv4/inet_hashtables.c | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)