aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcauth_unix.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-29SUNRPC: Make server side AUTH_UNIX use lockless lookupsTrond Myklebust1-6/+8
2018-10-03SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust1-2/+8
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+2
2017-11-27SUNRPC: make cache_detail structures constBhumika Goyal1-2/+2
2017-02-08sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee1-2/+2
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-3/+3
2015-11-24svcrpc: move some initialization to common codeJ. Bruce Fields1-8/+0
2013-07-08svcrpc: fix failures to handle -1 uid'sJ. Bruce Fields1-2/+0
2013-07-01net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown1-2/+2
2013-05-29svcrpc: fix failures to handle -1 uid's and gid'sJ. Bruce Fields1-5/+7
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-13/+3
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky1-12/+0
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky1-2/+4
2013-02-13sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentialsEric W. Biederman1-2/+4
2013-02-13sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls.Eric W. Biederman1-5/+9
2013-02-13sunrpc: Hash uids by first computing their value in the initial usernsEric W. Biederman1-2/+7
2013-02-13sunrpc: Use uid_eq and gid_eq where appropriateEric W. Biederman1-1/+1
2013-02-13sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman1-4/+4
2013-02-13sunrpc: Use userns friendly constants.Eric W. Biederman1-2/+2
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton1-1/+1
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet1-18/+4
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+4
2012-05-31Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-9/+4
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields1-2/+2
2012-05-31nfsd4: move principal name into svc_credJ. Bruce Fields1-0/+2
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-4/+14
2012-04-12nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky1-9/+4
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields1-55/+71
2012-02-03nfsd: remove some unneeded checksDan Carpenter1-1/+1
2012-01-31SUNRPC: ip map cache per network namespace cleanupStanislav Kinsbursky1-41/+30
2012-01-31SUNRPC: create unix gid cache per network namespaceStanislav Kinsbursky1-14/+41
2012-01-31SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-1/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-3/+3
2011-07-15svcauth_unix.c: quiet sparse noiseH Hartley Sweeten1-0/+1
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-78/+0
2011-03-09svcrpc: fix bad argument in unix_domain_findJ. Bruce Fields1-1/+1
2011-03-08svcrpc: fix rare race on unix_domain creationJ. Bruce Fields1-9/+9
2011-01-04SUNRPC: Remove more code when NFSD_DEPRECATED is not configuredJ. Bruce Fields1-0/+12
2011-01-04svcrpc: modifying valid sunrpc cache entries is racyJ. Bruce Fields1-2/+1
2010-12-17net: sunrpc: kill unused macrosShan Wei1-2/+0
2010-10-11sunrpc: Use helper to set v4 mapped addr in ip_map_parsePavel Emelyanov1-3/+2
2010-09-27sunrpc: Make the ip_map_cache be per-netPavel Emelyanov1-28/+94
2010-09-27sunrpc: Add net to pure API callsPavel Emelyanov1-8/+10
2010-09-27sunrpc: Pass xprt to cached get/put routinesPavel Emelyanov1-7/+5
2010-09-27sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov1-3/+6
2010-09-27sunrpc: Pass the ip_map_parse's cd to lower callsPavel Emelyanov1-10/+21
2010-09-21sunrpc: close connection when a request is irretrievably lost.NeilBrown1-3/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02svcrpc: treat uid's as unsignedJ. Bruce Fields1-1/+1