From: patchwork-bot+netdevbpf@kernel.org
To: Dmitry Safonov via B4 Relay <devnull+0x7f454c46.gmail.com@kernel.org>
Cc: edumazet@google.com, davem@davemloft.net, kuba@kernel.org,
pabeni@redhat.com, dsahern@kernel.org, rostedt@goodmis.org,
mhiramat@kernel.org, mathieu.desnoyers@efficios.com,
corbet@lwn.net, mnassiri@ciena.com, horms@kernel.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-trace-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
0x7f454c46@gmail.com
Subject: Re: [PATCH net-next v4 0/6] net/tcp: TCP-AO and TCP-MD5 tracepoints
Date: Wed, 12 Jun 2024 05:40:30 +0000 [thread overview]
Message-ID: <171817083091.28312.7398867679773366981.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240607-tcp_ao-tracepoints-v4-0-88dc245c1f39@gmail.com>
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Fri, 07 Jun 2024 00:25:54 +0100 you wrote:
> Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com>
> ---
> Changes in v4:
> - Fix the build for CONFIG_TCP_MD5SIG=n (Matthieu Baerts, netdev dashboard)
> - Link to v3: https://lore.kernel.org/r/20240606-tcp_ao-tracepoints-v3-0-13621988c09f@gmail.com
>
> Changes in v3:
> - Unexported tcp_inbound_ao_hash() and made static (Eric Dumazet)
> - Link to v2: https://lore.kernel.org/r/20240605-tcp_ao-tracepoints-v2-0-e91e161282ef@gmail.com
>
> [...]
Here is the summary with links:
- [net-next,v4,1/6] net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefs
https://git.kernel.org/netdev/net-next/c/3966a668bfee
- [net-next,v4,2/6] net/tcp: Add a helper tcp_ao_hdr_maclen()
https://git.kernel.org/netdev/net-next/c/72863087f635
- [net-next,v4,3/6] net/tcp: Move tcp_inbound_hash() from headers
https://git.kernel.org/netdev/net-next/c/811efc06e5f3
- [net-next,v4,4/6] net/tcp: Add tcp-md5 and tcp-ao tracepoints
https://git.kernel.org/netdev/net-next/c/96be3dcd013d
- [net-next,v4,5/6] net/tcp: Remove tcp_hash_fail()
https://git.kernel.org/netdev/net-next/c/78b1b27db91c
- [net-next,v4,6/6] Documentation/tcp-ao: Add a few lines on tracepoints
https://git.kernel.org/netdev/net-next/c/efe46fb18e78
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-06-12 5:40 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-06 23:25 [PATCH net-next v4 0/6] net/tcp: TCP-AO and TCP-MD5 tracepoints Dmitry Safonov
2024-06-06 23:25 ` Dmitry Safonov via B4 Relay
2024-06-06 23:25 ` [PATCH net-next v4 1/6] net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefs Dmitry Safonov
2024-06-06 23:25 ` Dmitry Safonov via B4 Relay
2024-06-06 23:25 ` [PATCH net-next v4 2/6] net/tcp: Add a helper tcp_ao_hdr_maclen() Dmitry Safonov
2024-06-06 23:25 ` Dmitry Safonov via B4 Relay
2024-06-06 23:25 ` [PATCH net-next v4 3/6] net/tcp: Move tcp_inbound_hash() from headers Dmitry Safonov
2024-06-06 23:25 ` Dmitry Safonov via B4 Relay
2024-06-06 23:25 ` [PATCH net-next v4 4/6] net/tcp: Add tcp-md5 and tcp-ao tracepoints Dmitry Safonov
2024-06-06 23:25 ` Dmitry Safonov via B4 Relay
2024-06-06 23:25 ` [PATCH net-next v4 5/6] net/tcp: Remove tcp_hash_fail() Dmitry Safonov
2024-06-06 23:25 ` Dmitry Safonov via B4 Relay
2024-06-06 23:26 ` [PATCH net-next v4 6/6] Documentation/tcp-ao: Add a few lines on tracepoints Dmitry Safonov
2024-06-06 23:26 ` Dmitry Safonov via B4 Relay
2024-06-12 5:40 ` patchwork-bot+netdevbpf [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=171817083091.28312.7398867679773366981.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=0x7f454c46@gmail.com \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=devnull+0x7f454c46.gmail.com@kernel.org \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=mhiramat@kernel.org \
--cc=mnassiri@ciena.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=rostedt@goodmis.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.