summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
| * | SUNRPC: Add encryption KUnit tests for the RFC 6803 encryption typesChuck Lever2023-02-201-0/+400
| * | SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption typesChuck Lever2023-02-202-0/+169
| * | SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption typesChuck Lever2023-02-202-1/+127
| * | SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryptionChuck Lever2023-02-204-9/+296
| * | SUNRPC: Add KUnit tests RFC 3961 Key DerivationChuck Lever2023-02-201-0/+227
| * | SUNRPC: Export get_gss_krb5_enctype()Chuck Lever2023-02-202-19/+17
| * | SUNRPC: Add KUnit tests for rpcsec_krb5.koChuck Lever2023-02-206-4/+298
| * | SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever2023-02-203-1/+111
| * | SUNRPC: Advertise support for the Camellia encryption typesChuck Lever2023-02-201-0/+4
| * | SUNRPC: Add KDF_FEEDBACK_CMACChuck Lever2023-02-203-0/+151
| * | SUNRPC: Support the Camellia enctypesChuck Lever2023-02-202-0/+68
| * | SUNRPC: Advertise support for RFC 8009 encryption typesChuck Lever2023-02-201-0/+4
| * | SUNRPC: Add RFC 8009 encryption and decryption functionsChuck Lever2023-02-203-0/+237
| * | SUNRPC: Add KDF-HMAC-SHA2Chuck Lever2023-02-203-0/+125
| * | SUNRPC: Add gk5e definitions for RFC 8009 encryption typesChuck Lever2023-02-202-0/+65