netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] tcp: improve source port selection
@ 2015-05-20 17:59 Eric Dumazet
  2015-05-20 17:59 ` [PATCH net-next 1/2] inet_hashinfo: remove bsocket counter Eric Dumazet
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Eric Dumazet @ 2015-05-20 17:59 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Eric Dumazet, Eric Dumazet

With increase of TCP sockets in hosts, we often hit limitations
caused by port selection, due to randomization and poor strategy.

Eric Dumazet (2):
  inet_hashinfo: remove bsocket counter
  tcp: improve REUSEADDR/NOREUSEADDR cohabitation

 include/net/inet_hashtables.h   |  2 --
 net/ipv4/inet_connection_sock.c | 19 ++++++++++++++-----
 net/ipv4/inet_hashtables.c      |  7 -------
 3 files changed, 14 insertions(+), 14 deletions(-)

-- 
2.2.0.rc0.207.ga3a616c

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-05-21 22:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-20 17:59 [PATCH net-next 0/2] tcp: improve source port selection Eric Dumazet
2015-05-20 17:59 ` [PATCH net-next 1/2] inet_hashinfo: remove bsocket counter Eric Dumazet
2015-05-21 20:10   ` Flavio Leitner
2015-05-20 17:59 ` [PATCH net-next 2/2] tcp: improve REUSEADDR/NOREUSEADDR cohabitation Eric Dumazet
2015-05-21 20:37   ` Flavio Leitner
2015-05-21 22:55 ` [PATCH net-next 0/2] tcp: improve source port selection David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).