[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1426479136-15645-1-git-send-email-edumazet@google.com>
Date: Sun, 15 Mar 2015 21:12:11 -0700
From: Eric Dumazet <edumazet@...gle.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH net-next 0/5] inet: tcp listener refactoring, part 10
We are getting close to the point where request sockets will be hashed
into generic hash table. Some followups are needed for netfilter and
will be handled in next patch series.
Eric Dumazet (5):
net: add sk_fullsock() helper
inet: ip early demux should avoid request sockets
inet_diag: allow sk_diag_fill() to handle request socks
inet: factorize sock_edemux()/sock_gen_put() code
inet: add proper refcounting to request sock
include/net/inet_connection_sock.h | 5 ++
include/net/inet_sock.h | 5 ++
include/net/request_sock.h | 13 ++--
include/net/sock.h | 9 +++
net/core/request_sock.c | 4 +-
net/core/sock.c | 15 -----
net/ipv4/inet_connection_sock.c | 8 +--
net/ipv4/inet_diag.c | 120 ++++++++++++++++---------------------
net/ipv4/inet_hashtables.c | 6 ++
net/ipv4/syncookies.c | 10 ++--
net/ipv4/tcp_fastopen.c | 2 +-
net/ipv4/tcp_ipv4.c | 2 +-
net/ipv6/tcp_ipv6.c | 2 +-
13 files changed, 99 insertions(+), 102 deletions(-)
--
2.2.0.rc0.207.ga3a616c
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists