summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2023-04-29Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-04-29Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-04-27SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever
2023-04-27SUNRPC: Clear rq_xid when receiving a new RPC CallChuck Lever
2023-04-27SUNRPC: Recognize control messages in server-side TCP socket codeChuck Lever
2023-04-27SUNRPC: Be even lazier about releasing pagesChuck Lever
2023-04-26SUNRPC: Convert svc_xprt_release() to the release_pages() APIChuck Lever
2023-04-26SUNRPC: Relocate svc_free_res_pages()Chuck Lever
2023-04-26SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever
2023-04-26SUNRPC: Ensure server-side sockets have a sock->fileChuck Lever
2023-04-26NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever
2023-04-26sunrpc: simplify two-level sysctl registration for svcrdma_parm_tableLuis Chamberlain
2023-04-26SUNRPC: return proper error from get_expiry()NeilBrown
2023-04-19SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo
2023-04-19Merge tag 'nfsd-6.3-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-04-17SUNRPC: Fix failures of checksum Kunit testsChuck Lever
2023-04-13sunrpc: Fix RFC6803 encryption testDavid Howells
2023-04-11sunrpc: simplify one-level sysctl registration for debug_tableLuis Chamberlain
2023-04-11sunrpc: move sunrpc_table and proc routines aboveLuis Chamberlain
2023-04-11sunrpc: simplify one-level sysctl registration for xs_tunables_tableLuis Chamberlain
2023-04-11sunrpc: simplify one-level sysctl registration for xr_tunables_tableLuis Chamberlain
2023-04-04Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-04-04sunrpc: only free unix grouplist after RCU settlesJeff Layton
2023-03-31Merge tag 'nfs-for-6.3-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-03-25Merge tag 'nfsd-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-03-23SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar
2023-03-22SUNRPC: Fix a crash in gss_krb5_checksum()Chuck Lever
2023-03-10Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-03-08SUNRPC: Fix a server shutdown leakBenjamin Coddington
2023-03-01Merge tag 'nfsd-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-02-27SUNRPC: Properly terminate test case arraysChuck Lever
2023-02-27SUNRPC: Let Kunit tests run with some enctypes compiled outChuck Lever
2023-02-22Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-20SUNRPC: Fix occasional warning when destroying gss_krb5_enctypesChuck Lever
2023-02-20SUNRPC: Remove ->xpo_secure_port()Chuck Lever
2023-02-20SUNRPC: Fix whitespace damage in svcauth_unix.cChuck Lever
2023-02-20SUNRPC: Add encryption self-testsChuck Lever
2023-02-20SUNRPC: Add RFC 8009 encryption KUnit testsChuck Lever
2023-02-20SUNRPC: Add RFC 8009 checksum KUnit testsChuck Lever
2023-02-20SUNRPC: Add KDF-HMAC-SHA2 Kunit testsChuck Lever
2023-02-20SUNRPC: Add encryption KUnit tests for the RFC 6803 encryption typesChuck Lever
2023-02-20SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption typesChuck Lever
2023-02-20SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption typesChuck Lever
2023-02-20SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryptionChuck Lever
2023-02-20SUNRPC: Add KUnit tests RFC 3961 Key DerivationChuck Lever
2023-02-20SUNRPC: Export get_gss_krb5_enctype()Chuck Lever
2023-02-20SUNRPC: Add KUnit tests for rpcsec_krb5.koChuck Lever
2023-02-20SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever