aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/svcauth_unix.c
AgeCommit message (Expand)Author
2013-05-29svcrpc: fix failures to handle -1 uid's and gid'sJ. Bruce Fields
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky
2013-02-13sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentialsEric W. Biederman
2013-02-13sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls.Eric W. Biederman
2013-02-13sunrpc: Hash uids by first computing their value in the initial usernsEric W. Biederman
2013-02-13sunrpc: Use uid_eq and gid_eq where appropriateEric W. Biederman
2013-02-13sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman
2013-02-13sunrpc: Use userns friendly constants.Eric W. Biederman
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-05-31Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields
2012-05-31nfsd4: move principal name into svc_credJ. Bruce Fields
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman
2012-04-12nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields
2012-02-03nfsd: remove some unneeded checksDan Carpenter
2012-01-31SUNRPC: ip map cache per network namespace cleanupStanislav Kinsbursky
2012-01-31SUNRPC: create unix gid cache per network namespaceStanislav Kinsbursky
2012-01-31SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-07-15svcauth_unix.c: quiet sparse noiseH Hartley Sweeten
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown
2011-03-09svcrpc: fix bad argument in unix_domain_findJ. Bruce Fields
2011-03-08svcrpc: fix rare race on unix_domain creationJ. Bruce Fields
2011-01-04SUNRPC: Remove more code when NFSD_DEPRECATED is not configuredJ. Bruce Fields
2011-01-04svcrpc: modifying valid sunrpc cache entries is racyJ. Bruce Fields
2010-12-17net: sunrpc: kill unused macrosShan Wei
2010-10-11sunrpc: Use helper to set v4 mapped addr in ip_map_parsePavel Emelyanov
2010-09-27sunrpc: Make the ip_map_cache be per-netPavel Emelyanov
2010-09-27sunrpc: Add net to pure API callsPavel Emelyanov
2010-09-27sunrpc: Pass xprt to cached get/put routinesPavel Emelyanov
2010-09-27sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov
2010-09-27sunrpc: Pass the ip_map_parse's cd to lower callsPavel Emelyanov
2010-09-21sunrpc: close connection when a request is irretrievably lost.NeilBrown
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-02svcrpc: treat uid's as unsignedJ. Bruce Fields
2010-01-26SUNRPC: Use rpc_pton() in ip_map_parse()Chuck Lever
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-10-27nfsd4: don't try to map gid's in generic rpc codeJ. Bruce Fields
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley
2009-08-21Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...J. Bruce Fields
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust
2009-08-04sunrpc: fix memory leak in unix_gid cache.NeilBrown
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust