summaryrefslogtreecommitdiff
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-05-176-46/+66
|\
| * SUNRPC: Fix trace_svc_register() call siteChuck Lever2023-05-141-1/+1
| * SUNRPC: always free ctxt when freeing deferred requestNeilBrown2023-05-144-27/+39
| * SUNRPC: double free xprt_ctxt while still in useNeilBrown2023-05-141-1/+2
| * SUNRPC: Fix error handling in svc_setup_socket()Chuck Lever2023-05-051-12/+4
| * SUNRPC: Fix encoding of accepted but unsuccessful RPC repliesChuck Lever2023-05-031-6/+11
| * SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IVArd Biesheuvel2023-05-021-0/+10
* | Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-04-296-69/+243
|\ \ | |/
| * SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever2023-04-273-6/+111
| * SUNRPC: Clear rq_xid when receiving a new RPC CallChuck Lever2023-04-271-0/+2
| * SUNRPC: Recognize control messages in server-side TCP socket codeChuck Lever2023-04-271-2/+46
| * SUNRPC: Be even lazier about releasing pagesChuck Lever2023-04-272-3/+3
| * SUNRPC: Convert svc_xprt_release() to the release_pages() APIChuck Lever2023-04-261-6/+5
| * SUNRPC: Relocate svc_free_res_pages()Chuck Lever2023-04-262-1/+20
| * SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever2023-04-262-18/+16
| * SUNRPC: Ensure server-side sockets have a sock->fileChuck Lever2023-04-261-7/+18
| * NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever2023-04-261-1/+14
| * sunrpc: simplify two-level sysctl registration for svcrdma_parm_tableLuis Chamberlain2023-04-261-19/+2
| * SUNRPC: return proper error from get_expiry()NeilBrown2023-04-262-12/+12
* | Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-04-295-52/+18
|\ \ | |/ |/|
| * SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2023-04-192-4/+0
| * sunrpc: simplify one-level sysctl registration for debug_tableLuis Chamberlain2023-04-111-10/+1
| * sunrpc: move sunrpc_table and proc routines aboveLuis Chamberlain2023-04-111-19/+16
| * sunrpc: simplify one-level sysctl registration for xs_tunables_tableLuis Chamberlain2023-04-111-11/+2
| * sunrpc: simplify one-level sysctl registration for xr_tunables_tableLuis Chamberlain2023-04-111-10/+1
* | Merge tag 'nfsd-6.3-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-04-191-1/+5
|\ \ | |/ |/|
| * SUNRPC: Fix failures of checksum Kunit testsChuck Lever2023-04-171-1/+4
| * sunrpc: Fix RFC6803 encryption testDavid Howells2023-04-131-0/+1
* | Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-04-041-4/+13
|\ \ | |/
| * sunrpc: only free unix grouplist after RCU settlesJeff Layton2023-04-041-4/+13
* | Merge tag 'nfs-for-6.3-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-03-311-0/+1
|\ \
| * | SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar2023-03-231-0/+1
* | | Merge tag 'nfsd-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-251-5/+5
|\ \ \ | |/ / |/| / | |/
| * SUNRPC: Fix a crash in gss_krb5_checksum()Chuck Lever2023-03-221-5/+5
* | Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-101-1/+5
|\ \ | |/
| * SUNRPC: Fix a server shutdown leakBenjamin Coddington2023-03-081-1/+5
* | Merge tag 'nfsd-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-03-011-6/+17
|\ \ | |/
| * SUNRPC: Properly terminate test case arraysChuck Lever2023-02-271-0/+5
| * SUNRPC: Let Kunit tests run with some enctypes compiled outChuck Lever2023-02-271-6/+12
* | Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-02-222-4/+6
|\ \
| * | NFS: fix disabling of swapNeilBrown2023-02-151-0/+2
| * | SUNRPC: make kobj_type structures constantThomas Weißschuh2023-02-141-4/+4
* | | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-02-2224-1329/+4758
|\ \ \ | | |/ | |/|
| * | SUNRPC: Fix occasional warning when destroying gss_krb5_enctypesChuck Lever2023-02-202-6/+8
| * | SUNRPC: Remove ->xpo_secure_port()Chuck Lever2023-02-204-10/+3
| * | SUNRPC: Fix whitespace damage in svcauth_unix.cChuck Lever2023-02-201-3/+3
| * | SUNRPC: Add encryption self-testsChuck Lever2023-02-203-5/+142
| * | SUNRPC: Add RFC 8009 encryption KUnit testsChuck Lever2023-02-203-4/+354
| * | SUNRPC: Add RFC 8009 checksum KUnit testsChuck Lever2023-02-201-0/+53
| * | SUNRPC: Add KDF-HMAC-SHA2 Kunit testsChuck Lever2023-02-202-1/+115