mbox series

[v1,0/2] NFSD support for RPC-with-TLS

Message ID 168201329016.6370.17351667274885826598.stgit@91.116.238.104.host.secureserver.net (mailing list archive)
Headers show
Series NFSD support for RPC-with-TLS | expand

Message

Chuck Lever April 20, 2023, 5:56 p.m. UTC
Jakub has pulled the netlink handshake mechanism into net-next. I
plan to rebase nfsd-next on net-next so I can include the following
two patches as the first in-kernel consumer of TLS handshakes.

---

Chuck Lever (2):
      SUNRPC: Support TLS handshake in the server-side TCP socket code
      NFSD: Handle new xprtsec= export option


 fs/nfsd/export.c                 |  51 +++++++++++++++-
 fs/nfsd/export.h                 |   1 +
 include/linux/sunrpc/svc_xprt.h  |   5 +-
 include/linux/sunrpc/svcsock.h   |   2 +
 include/trace/events/sunrpc.h    |  16 ++++-
 include/uapi/linux/nfsd/export.h |  13 ++++
 net/sunrpc/svc_xprt.c            |   5 +-
 net/sunrpc/svcauth_unix.c        |  11 +++-
 net/sunrpc/svcsock.c             | 101 ++++++++++++++++++++++++++++++-
 9 files changed, 194 insertions(+), 11 deletions(-)

--
Chuck Lever