summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth.c
AgeCommit message (Expand)AuthorLines
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe-3/+0
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+12
2023-10-04sunrpc: dynamically allocate the sunrpc_cred shrinkerQi Zheng-8/+12
2023-09-27SUNRPC: Fail quickly when server does not recognize TLSChuck Lever-3/+8
2023-06-19SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavorChuck Lever-1/+1
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-1/+1
2022-07-12sunrpc: fix expiry of auth credsDan Aloni-1/+1
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin-1/+1
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown-1/+1
2022-03-13SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown-1/+5
2020-06-11sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by ...Xiongfeng Wang-1/+1
2020-01-15SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust-49/+0
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever-22/+41
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever-18/+38
2019-02-13SUNRPC: Remove some dprintk() call sites from auth functionsChuck Lever-29/+0
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever-2/+2
2019-01-09sunrpc: kernel BUG at kernel/cred.c:825!Santosh kumar pradhan-0/+3
2018-12-19SUNRPC discard cr_uid from struct rpc_cred.NeilBrown-1/+0
2018-12-19SUNRPC: simplify auth_unix.NeilBrown-0/+1
2018-12-19SUNRPC: remove crbind rpc_cred operationNeilBrown-11/+1
2018-12-19SUNRPC: remove generic cred code.NeilBrown-17/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown-5/+9
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown-23/+0
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown-1/+5
2018-12-19SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown-0/+2
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown-3/+39
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown-5/+1
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.NeilBrown-1/+0
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown-1/+7
2018-10-23SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust-1/+1
2018-10-23SUNRPC: Convert auth creds to use refcount_tTrond Myklebust-7/+7
2018-10-23SUNRPC: Simplify lookup codeTrond Myklebust-11/+8
2018-10-23SUNRPC: Clean up the AUTH cache codeTrond Myklebust-61/+86
2018-09-30SUNRPC: Remove rpc_authflavor_lock in favour of RCU lockingTrond Myklebust-66/+62
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust-0/+10
2018-07-31sunrpc: kstrtoul() can also return -ERANGEDan Carpenter-1/+1
2018-07-30net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon-1/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar-0/+1
2017-02-08sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee-3/+0
2017-02-08sunrpc: error out if register_shrinker failKinglong Mee-1/+5
2017-01-30SUNRPC: two small improvements to rpcauth shrinker.NeilBrown-2/+4
2016-09-30sunrpc: replace generic auth_cred hash with auth-specific functionFrank Sorenson-1/+1
2016-07-19sunrpc: Fix bit count when setting hashtable size to power-of-twoFrank Sorenson-3/+1
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew-1/+3
2016-05-17SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL argumentsTrond Myklebust-2/+3
2016-05-09sunrpc: plumb gfp_t parm into crcreate operationJeff Layton-2/+2
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez-1/+1
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton-2/+2
2014-08-04SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcredNeilBrown-7/+1