All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com,
	borisp@nvidia.com, john.fastabend@gmail.com, maximmi@nvidia.com,
	tariqt@nvidia.com, Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH net-next 0/4] tls: rx: follow-ups to NoPad
Date: Fri,  8 Jul 2022 19:52:51 -0700	[thread overview]
Message-ID: <20220709025255.323864-1-kuba@kernel.org> (raw)

A few fixes for issues spotted by Maxim.

Jakub Kicinski (4):
  tls: fix spelling of MIB
  tls: rx: add counter for NoPad violations
  tls: rx: fix the NoPad getsockopt
  selftests: tls: add test for NoPad getsockopt

 Documentation/networking/tls.rst  |  4 +++
 include/uapi/linux/snmp.h         |  3 +-
 net/tls/tls_main.c                |  9 +++---
 net/tls/tls_proc.c                |  3 +-
 net/tls/tls_sw.c                  |  4 ++-
 tools/testing/selftests/net/tls.c | 51 +++++++++++++++++++++++++++++++
 6 files changed, 66 insertions(+), 8 deletions(-)

-- 
2.36.1


             reply	other threads:[~2022-07-09  2:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-09  2:52 Jakub Kicinski [this message]
2022-07-09  2:52 ` [PATCH net-next 1/4] tls: fix spelling of MIB Jakub Kicinski
2022-07-09  2:52 ` [PATCH net-next 2/4] tls: rx: add counter for NoPad violations Jakub Kicinski
2022-07-09  2:52 ` [PATCH net-next 3/4] tls: rx: fix the NoPad getsockopt Jakub Kicinski
2022-07-09  2:52 ` [PATCH net-next 4/4] selftests: tls: add test for " Jakub Kicinski
2022-07-12  5:50 ` [PATCH net-next 0/4] tls: rx: follow-ups to NoPad patchwork-bot+netdevbpf

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=20220709025255.323864-1-kuba@kernel.org \
    --to=kuba@kernel.org \
    --cc=borisp@nvidia.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=john.fastabend@gmail.com \
    --cc=maximmi@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=tariqt@nvidia.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 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.