aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/auth.c
AgeCommit message (Expand)Author
2018-12-19SUNRPC discard cr_uid from struct rpc_cred.NeilBrown
2018-12-19SUNRPC: simplify auth_unix.NeilBrown
2018-12-19SUNRPC: remove crbind rpc_cred operationNeilBrown
2018-12-19SUNRPC: remove generic cred code.NeilBrown
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown
2018-12-19SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.NeilBrown
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown
2018-10-23SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust
2018-10-23SUNRPC: Convert auth creds to use refcount_tTrond Myklebust
2018-10-23SUNRPC: Simplify lookup codeTrond Myklebust
2018-10-23SUNRPC: Clean up the AUTH cache codeTrond Myklebust
2018-09-30SUNRPC: Remove rpc_authflavor_lock in favour of RCU lockingTrond Myklebust
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust
2018-07-31sunrpc: kstrtoul() can also return -ERANGEDan Carpenter
2018-07-30net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-08sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee
2017-02-08sunrpc: error out if register_shrinker failKinglong Mee
2017-01-30SUNRPC: two small improvements to rpcauth shrinker.NeilBrown
2016-09-30sunrpc: replace generic auth_cred hash with auth-specific functionFrank Sorenson
2016-07-19sunrpc: Fix bit count when setting hashtable size to power-of-twoFrank Sorenson
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew
2016-05-17SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL argumentsTrond Myklebust
2016-05-09sunrpc: plumb gfp_t parm into crcreate operationJeff Layton
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton
2014-08-04SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcredNeilBrown
2014-08-03sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown
2014-08-03SUNRPC: Enforce an upper limit on the number of cached credentialsTrond Myklebust
2014-07-12replace strict_strto callsDaniel Walter
2014-07-12sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton
2014-06-24NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2013-09-10shrinker: convert remaining shrinkers to count/scan APIDave Chinner
2013-09-03SUNRPC new rpc_credops to test credential expiryAndy Adamson
2013-08-30SUNRPC: Replace clnt->cl_principalTrond Myklebust
2013-04-04SUNRPC: Don't recognize RPC_AUTH_MAXFLAVORChuck Lever
2013-03-29SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever
2013-03-29SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-13sunrpc: Hash uids by first computing their value in the initial usernsEric W. Biederman
2013-02-13sunrpc: Use userns friendly constants.Eric W. Biederman
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever
2011-06-05net: Remove unnecessary semicolonsJoe Perches
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han