From: Jason Baron <jbaron@akamai.com>
To: davem@davemloft.net, edumazet@google.com, ycheng@google.com
Cc: cpaasch@apple.com, ilubashe@akamai.com, netdev@vger.kernel.org
Subject: [PATCH net-next v2 0/6] add TFO backup key
Date: Wed, 29 May 2019 12:33:55 -0400 [thread overview]
Message-ID: <cover.1559146812.git.jbaron@akamai.com> (raw)
Hi,
Christoph, Igor, and I have worked on an API that facilitates TFO key
rotation. This is a follow up to the series that Christoph previously
posted, with an API that meets both of our use-cases. Here's a
link to the previous work:
https://patchwork.ozlabs.org/cover/1013753/
Thanks,
-Jason
Changes in v2:
-spelling fixes in ip-sysctl.txt (Jeremy Sowden)
-re-base to latest net-next
Christoph Paasch (1):
tcp: introduce __tcp_fastopen_cookie_gen_cipher()
Jason Baron (5):
tcp: add backup TFO key infrastructure
tcp: add support to TCP_FASTOPEN_KEY for optional backup key
tcp: add support for optional TFO backup key to
net.ipv4.tcp_fastopen_key
Documentation: ip-sysctl.txt: Document tcp_fastopen_key
selftests/net: add TFO key rotation selftest
Documentation/networking/ip-sysctl.txt | 20 ++
include/net/tcp.h | 41 ++-
include/uapi/linux/snmp.h | 1 +
net/ipv4/proc.c | 1 +
net/ipv4/sysctl_net_ipv4.c | 93 ++++--
net/ipv4/tcp.c | 29 +-
net/ipv4/tcp_fastopen.c | 233 +++++++++-----
tools/testing/selftests/net/.gitignore | 1 +
tools/testing/selftests/net/Makefile | 2 +
.../selftests/net/tcp_fastopen_backup_key.c | 336 +++++++++++++++++++++
.../selftests/net/tcp_fastopen_backup_key.sh | 55 ++++
11 files changed, 694 insertions(+), 118 deletions(-)
create mode 100644 tools/testing/selftests/net/tcp_fastopen_backup_key.c
create mode 100755 tools/testing/selftests/net/tcp_fastopen_backup_key.sh
--
2.7.4
next reply other threads:[~2019-05-29 16:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-29 16:33 Jason Baron [this message]
2019-05-29 16:33 ` [PATCH net-next v2 1/6] tcp: introduce __tcp_fastopen_cookie_gen_cipher() Jason Baron
2019-05-29 16:33 ` [PATCH net-next v2 2/6] tcp: add backup TFO key infrastructure Jason Baron
2019-05-29 16:33 ` [PATCH net-next v2 3/6] tcp: add support to TCP_FASTOPEN_KEY for optional backup key Jason Baron
2019-05-29 16:33 ` [PATCH net-next v2 4/6] tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_key Jason Baron
2019-05-29 16:34 ` [PATCH net-next v2 5/6] Documentation: ip-sysctl.txt: Document tcp_fastopen_key Jason Baron
2019-05-29 16:34 ` [PATCH net-next v2 6/6] selftests/net: add TFO key rotation selftest Jason Baron
2019-05-30 20:41 ` [PATCH net-next v2 0/6] add TFO backup key David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1559146812.git.jbaron@akamai.com \
--to=jbaron@akamai.com \
--cc=cpaasch@apple.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=ilubashe@akamai.com \
--cc=netdev@vger.kernel.org \
--cc=ycheng@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).