]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'tcp-ao-md5-racepoits'
authorDavid S. Miller <davem@davemloft.net>
Wed, 12 Jun 2024 05:39:04 +0000 (06:39 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Jun 2024 05:39:04 +0000 (06:39 +0100)
commit91579c93a9b207725559e3199870419afd50220f
tree870ec1454e7f0db6fa88a9800819b3c3d0aef1ec
parentd4cea2caee9e16d7eb3d9cfc88ea31f1018e8069
parentefe46fb18e7891a44b05ce62f68eea3d87b9342c
Merge branch 'tcp-ao-md5-racepoits'

Dmitry Safonov says:

====================
net/tcp: TCP-AO and TCP-MD5 tracepoints

Changes in v2:
- Fix the build with CONFIG_IPV6=m (Eric Dumazet)
- Move unused keyid/rnext/maclen later in the series to the patch
  that uses them (Simon Horman)
- Reworked tcp_ao selftest lib to allow async tracing non-tcp events
  (was working on a stress-test that needs trace_kfree_skb() event,
   not in this series).
- Separated selftest changes from kernel, as they now have a couple
  of unrelated to tracepoints changes
- Wrote a few lines of Documentation/
- Link to v1: https://lore.kernel.org/r/20240224-tcp-ao-tracepoints-v1-0-15f31b7f30a7@arista.com
====================

Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>