summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss
AgeCommit message (Expand)Author
2026-06-09SUNRPC: Remove dead rpcsec_gss_krb5 definitionsChuck Lever
2026-06-09SUNRPC: Remove per-enctype Kconfig optionsChuck Lever
2026-06-09SUNRPC: Remove dead code from rpcsec_gss_krb5Chuck Lever
2026-06-09SUNRPC: Remove legacy skcipher/ahash handles from krb5_ctxChuck Lever
2026-06-09SUNRPC: Remove encrypt/decrypt function pointers from enctype tableChuck Lever
2026-06-09SUNRPC: Remove wrap/unwrap function pointers from enctype tableChuck Lever
2026-06-09SUNRPC: Remove get_mic/verify_mic function pointers from enctype tableChuck Lever
2026-06-09SUNRPC: Switch MIC token verification to crypto/krb5Chuck Lever
2026-06-09SUNRPC: Switch MIC token generation to crypto/krb5Chuck Lever
2026-06-09SUNRPC: Switch Camellia decrypt to crypto/krb5Chuck Lever
2026-06-09SUNRPC: Switch wrap token decryption to crypto/krb5Chuck Lever
2026-06-09SUNRPC: Switch wrap token encryption to crypto/krb5Chuck Lever
2026-06-09SUNRPC: Prepare crypto/krb5 encryption and checksum handlesChuck Lever
2026-06-09SUNRPC: Add errno-to-GSS status conversion helperChuck Lever
2026-06-09SUNRPC: Add crypto/krb5 enctype lookup to krb5_ctxChuck Lever
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall_timeout()Jeff Layton
2026-03-29SUNRPC: Replace KUnit tests for memcmp() with KUNIT_EXPECT_MEMEQ_MSG()Ryota Sakamoto
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-02-09SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges
2026-01-26SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever
2025-12-08SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_pr...Joshua Rogers
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-09-23SUNRPC: Update gssx_accept_sec_context() to use xdr_set_scratch_folio()Anna Schumaker
2025-09-21sunrpc: fix null pointer dereference on zero-length checksumLei Lu
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-22SUNRPC: Silence warnings about parameters not being describedTrond Myklebust
2025-07-14sunrpc: return better error in svcauth_gss_accept() on alloc failureJeff Layton
2025-07-02rpc_mkpipe_dentry(): saner calling conventionsAl Viro
2025-07-02rpc_unlink(): saner calling conventionsAl Viro
2025-06-23sunrpc: fix loop in gss seqno cacheNikhil Jha
2025-05-19sunrpc: implement rfc2203 rpcsec_gss seqnum cacheNikhil Jha
2025-03-10SUNRPC: Remove unused make_checksumDr. David Alan Gilbert
2025-03-10SUNRPC: Remove unused krb5_decryptDr. David Alan Gilbert
2025-01-21sunrpc: Remove gss_{de,en}crypt_xdr_buf deadcodeDr. David Alan Gilbert
2025-01-21sunrpc: Remove gss_generic_token deadcodeDr. David Alan Gilbert
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-07-08gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui
2024-06-13Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-06-07Merge tag 'nfsd-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-06-03SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever
2024-05-30SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-09SUNRPC: Fix gss_free_in_token_pages()Chuck Lever
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan
2024-03-22SUNRPC: Revert 561141dd494382217bace4d1a51d08168420eaceChuck Lever
2024-03-01SUNRPC: Use a static buffer for the checksum initialization vectorChuck Lever