mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dmitry Safonov <dima@arista.com>
To: Markus Elfring <Markus.Elfring@web.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Andy Lutomirski <luto@amacapital.net>,
	Ard Biesheuvel <ardb@kernel.org>,
	Bob Gilligan <gilligan@arista.com>,
	Dan Carpenter <error27@gmail.com>,
	David Laight <David.Laight@aculab.com>,
	Dmitry Safonov <0x7f454c46@gmail.com>,
	Dominik Gaillardetz <dgaillar@ciena.com>,
	Donald Cassidy <dcassidy@redhat.com>,
	Eric Biggers <ebiggers@kernel.org>,
	"Eric W. Biederman" <ebiederm@xmission.com>,
	Francesco Ruggeri <fruggeri05@gmail.com>,
	Francois Tetreault <ftetreau@ciena.com>,
	Herbert Xu <herbert@gondor.apana.org.au>,
	Hideaki Yoshifuji <yoshfuji@linux-ipv6.org>,
	Ivan Delalande <colona@arista.com>,
	Leonard Crestez <cdleonard@gmail.com>,
	Mohammad Nassiri <mnassiri@ciena.com>,
	Salam Noureddine <noureddine@arista.com>,
	Simon Horman <horms@kernel.org>, David Ahern <dsahern@kernel.org>,
	"David S. Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>, Jonathan Corbet <corbet@lwn.net>,
	netdev@vger.kernel.org, linux-doc@vger.kernel.org
Subject: Re: [PATCH v16 net-next 23/23] Documentation/tcp: Add TCP-AO documentation
Date: Fri, 17 Nov 2023 17:37:05 +0000	[thread overview]
Message-ID: <f41954c0-e303-4d6c-b308-d0dfd00ee251@arista.com> (raw)
In-Reply-To: <2745ab4e-acac-40d4-83bf-37f2600d0c3d@web.de>

Hi Markus,

On 11/17/23 13:07, Markus Elfring wrote:
> …
>> +++ b/Documentation/networking/tcp_ao.rst
>> @@ -0,0 +1,444 @@
> …
>> +                                          … failure. But sine keeping
> …
> 
> I find this wording improvable.
> How do you think about to use the word “since” here?

Nice, there are people who actually read the docs! :-)

I'll send a patch crediting you.

Thanks,
             Dmitry


      parent reply	other threads:[~2023-11-17 17:37 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-23 19:21 [PATCH v16 net-next 00/23] net/tcp: Add TCP-AO support Dmitry Safonov
2023-10-23 19:21 ` [PATCH v16 net-next 01/23] net/tcp: Prepare tcp_md5sig_pool for TCP-AO Dmitry Safonov
2023-10-27 10:00   ` patchwork-bot+netdevbpf
2023-12-21 14:31   ` Eric Dumazet
2023-12-22  1:17     ` Dmitry Safonov
2023-10-23 19:21 ` [PATCH v16 net-next 02/23] net/tcp: Add TCP-AO config and structures Dmitry Safonov
2023-10-23 19:21 ` [PATCH v16 net-next 03/23] net/tcp: Introduce TCP_AO setsockopt()s Dmitry Safonov
2023-10-23 19:21 ` [PATCH v16 net-next 04/23] net/tcp: Prevent TCP-MD5 with TCP-AO being set Dmitry Safonov
2023-10-23 19:21 ` [PATCH v16 net-next 05/23] net/tcp: Calculate TCP-AO traffic keys Dmitry Safonov
2023-10-23 19:21 ` [PATCH v16 net-next 06/23] net/tcp: Add TCP-AO sign to outgoing packets Dmitry Safonov
2023-10-23 19:21 ` [PATCH v16 net-next 07/23] net/tcp: Add tcp_parse_auth_options() Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 08/23] net/tcp: Add AO sign to RST packets Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 09/23] net/tcp: Add TCP-AO sign to twsk Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 10/23] net/tcp: Wire TCP-AO to request sockets Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 11/23] net/tcp: Sign SYN-ACK segments with TCP-AO Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 12/23] net/tcp: Verify inbound TCP-AO signed segments Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 13/23] net/tcp: Add TCP-AO segments counters Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 14/23] net/tcp: Add TCP-AO SNE support Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 15/23] net/tcp: Add tcp_hash_fail() ratelimited logs Dmitry Safonov
2023-10-30  8:16   ` Eric Dumazet
2023-10-23 19:22 ` [PATCH v16 net-next 16/23] net/tcp: Ignore specific ICMPs for TCP-AO connections Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 17/23] net/tcp: Add option for TCP-AO to (not) hash header Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 18/23] net/tcp: Add TCP-AO getsockopt()s Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 19/23] net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs) Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 20/23] net/tcp: Add static_key for TCP-AO Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 21/23] net/tcp: Wire up l3index to TCP-AO Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 22/23] net/tcp: Add TCP_AO_REPAIR Dmitry Safonov
2023-10-23 19:22 ` [PATCH v16 net-next 23/23] Documentation/tcp: Add TCP-AO documentation Dmitry Safonov
     [not found]   ` <2745ab4e-acac-40d4-83bf-37f2600d0c3d@web.de>
2023-11-17 17:37     ` Dmitry Safonov [this message]

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=f41954c0-e303-4d6c-b308-d0dfd00ee251@arista.com \
    --to=dima@arista.com \
    --cc=0x7f454c46@gmail.com \
    --cc=David.Laight@aculab.com \
    --cc=Markus.Elfring@web.de \
    --cc=ardb@kernel.org \
    --cc=cdleonard@gmail.com \
    --cc=colona@arista.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=dcassidy@redhat.com \
    --cc=dgaillar@ciena.com \
    --cc=dsahern@kernel.org \
    --cc=ebiederm@xmission.com \
    --cc=ebiggers@kernel.org \
    --cc=edumazet@google.com \
    --cc=error27@gmail.com \
    --cc=fruggeri05@gmail.com \
    --cc=ftetreau@ciena.com \
    --cc=gilligan@arista.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=mnassiri@ciena.com \
    --cc=netdev@vger.kernel.org \
    --cc=noureddine@arista.com \
    --cc=pabeni@redhat.com \
    --cc=yoshfuji@linux-ipv6.org \
    /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

all inboxes | Powered by JetHome®