[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1426565180-26844-1-git-send-email-edumazet@google.com>
Date: Mon, 16 Mar 2015 21:06:14 -0700
From: Eric Dumazet <edumazet@...gle.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Pablo Neira Ayuso <pablo@...filter.org>,
Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH net-next 0/6] inet: tcp listener refactoring, part 11
Before inserting request sockets into general (ehash) table,
we need to prepare netfilter to cope with them, as they are
not full sockets.
I'll later change xt_socket to get full support, including for
request sockets (NEW_SYN_RECV)
Save 8 bytes in inet_request_sock on 64bit arches. We'll soon add
a pointer to the listener socket.
I included two TCP changes in this patch series.
Eric Dumazet (6):
netfilter: use sk_fullsock() helper
netfilter: tproxy: prepare TCP_NEW_SYN_RECV support
netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support
inet: move ir_mark to fill a hole
tcp: move tcp_openreq_init() to tcp_input.c
tcp: uninline tcp_oow_rate_limited()
include/net/inet_sock.h | 11 ++++---
include/net/tcp.h | 57 ++----------------------------------
net/ipv4/tcp_input.c | 55 ++++++++++++++++++++++++++++++++++
net/netfilter/ipvs/ip_vs_xmit.c | 2 +-
net/netfilter/nf_log_common.c | 2 +-
net/netfilter/nfnetlink_log.c | 2 +-
net/netfilter/nfnetlink_queue_core.c | 2 +-
net/netfilter/nft_meta.c | 4 +--
net/netfilter/xt_TPROXY.c | 18 ++++++++----
net/netfilter/xt_socket.c | 34 +++++++++++++--------
10 files changed, 102 insertions(+), 85 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