netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] inet: tcp listener refactoring part 14
@ 2015-03-20  2:04 Eric Dumazet
  2015-03-20  2:04 ` [PATCH net-next 1/3] inet: drop prev pointer handling in request sock Eric Dumazet
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eric Dumazet @ 2015-03-20  2:04 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Eric Dumazet, Eric Dumazet

OK, we have serious patches here.

We get rid of the central timer handling SYNACK rtx,
which is killing us under even medium SYN flood.

We still use the listener specific hash table.

This will be done in next round ;)

Eric Dumazet (3):
  inet: drop prev pointer handling in request sock
  inet: get rid of central tcp/dccp listener timer
  net: increase sk_[max_]ack_backlog

 include/net/inet6_connection_sock.h |   3 +-
 include/net/inet_connection_sock.h  |  26 +++----
 include/net/request_sock.h          |  98 ++++++++++++-------------
 include/net/sock.h                  |   4 +-
 include/net/tcp.h                   |   3 +-
 net/core/request_sock.c             |  13 ++--
 net/core/sock.c                     |   2 +-
 net/core/sysctl_net_core.c          |   2 -
 net/dccp/dccp.h                     |   3 +-
 net/dccp/ipv4.c                     |  20 +++---
 net/dccp/ipv6.c                     |  27 +++----
 net/dccp/minisocks.c                |   7 +-
 net/dccp/timer.c                    |  24 +------
 net/ipv4/inet_connection_sock.c     | 139 ++++++++++++++++++------------------
 net/ipv4/inet_diag.c                |   4 +-
 net/ipv4/syncookies.c               |   1 -
 net/ipv4/tcp_fastopen.c             |   2 +-
 net/ipv4/tcp_input.c                |   2 +-
 net/ipv4/tcp_ipv4.c                 |  26 ++++---
 net/ipv4/tcp_minisocks.c            |  10 +--
 net/ipv4/tcp_timer.c                |  12 +---
 net/ipv6/inet6_connection_sock.c    |  23 +++---
 net/ipv6/syncookies.c               |   1 -
 net/ipv6/tcp_ipv6.c                 |  22 +++---
 24 files changed, 220 insertions(+), 254 deletions(-)

-- 
2.2.0.rc0.207.ga3a616c

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

end of thread, other threads:[~2015-03-20 16:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20  2:04 [PATCH net-next 0/3] inet: tcp listener refactoring part 14 Eric Dumazet
2015-03-20  2:04 ` [PATCH net-next 1/3] inet: drop prev pointer handling in request sock Eric Dumazet
2015-03-20  2:04 ` [PATCH net-next 2/3] inet: get rid of central tcp/dccp listener timer Eric Dumazet
2015-03-20  2:04 ` [PATCH net-next 3/3] net: increase sk_[max_]ack_backlog Eric Dumazet
2015-03-20 16:54 ` [PATCH net-next 0/3] inet: tcp listener refactoring part 14 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).