aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcauth_unix.c
Commit message (Expand)AuthorAge
* svcrpc: fix failures to handle -1 uid'sJ. Bruce Fields2013-07-08
* net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown2013-07-01
* svcrpc: fix failures to handle -1 uid's and gid'sJ. Bruce Fields2013-05-29
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-28
|\
| * SUNRPC: rework cache upcall logicStanislav Kinsbursky2013-02-15
| * SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2013-02-15
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-05
* | sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentialsEric W. Biederman2013-02-13
* | sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls.Eric W. Biederman2013-02-13
* | sunrpc: Hash uids by first computing their value in the initial usernsEric W. Biederman2013-02-13
* | sunrpc: Use uid_eq and gid_eq where appropriateEric W. Biederman2013-02-13
* | sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman2013-02-13
* | sunrpc: Use userns friendly constants.Eric W. Biederman2013-02-13
|/
* ipv6: add ipv6_addr_hash() helperEric Dumazet2012-07-18
* Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-01
|\
| * nfsd4: move rq_flavor into svc_credJ. Bruce Fields2012-05-31
| * nfsd4: move principal name into svc_credJ. Bruce Fields2012-05-31
* | Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-05-31
|\|
| * nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky2012-04-12
* | userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-03
|/
* Merge nfs containerization work from Trond's treeJ. Bruce Fields2012-03-26
|\
| * SUNRPC: ip map cache per network namespace cleanupStanislav Kinsbursky2012-01-31
| * SUNRPC: create unix gid cache per network namespaceStanislav Kinsbursky2012-01-31
| * SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky2012-01-31
* | nfsd: remove some unneeded checksDan Carpenter2012-02-03
|/
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-11
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-22
* svcauth_unix.c: quiet sparse noiseH Hartley Sweeten2011-07-15
* nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-15
* svcrpc: fix bad argument in unix_domain_findJ. Bruce Fields2011-03-09
* svcrpc: fix rare race on unix_domain creationJ. Bruce Fields2011-03-08
* SUNRPC: Remove more code when NFSD_DEPRECATED is not configuredJ. Bruce Fields2011-01-04
* svcrpc: modifying valid sunrpc cache entries is racyJ. Bruce Fields2011-01-04
* net: sunrpc: kill unused macrosShan Wei2010-12-17
* sunrpc: Use helper to set v4 mapped addr in ip_map_parsePavel Emelyanov2010-10-11
* sunrpc: Make the ip_map_cache be per-netPavel Emelyanov2010-09-27
* sunrpc: Add net to pure API callsPavel Emelyanov2010-09-27
* sunrpc: Pass xprt to cached get/put routinesPavel Emelyanov2010-09-27
* sunrpc: Make xprt auth cache release work with the xprtPavel Emelyanov2010-09-27
* sunrpc: Pass the ip_map_parse's cd to lower callsPavel Emelyanov2010-09-27
* sunrpc: close connection when a request is irretrievably lost.NeilBrown2010-09-21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* svcrpc: treat uid's as unsignedJ. Bruce Fields2010-03-02
* SUNRPC: Use rpc_pton() in ip_map_parse()Chuck Lever2010-01-26
* Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-12-16
|\
| * nfsd4: don't try to map gid's in generic rpc codeJ. Bruce Fields2009-10-27
* | net: Move && and || to end of previous lineJoe Perches2009-11-29
* | IPv6: use ipv6_addr_set_v4mapped()Brian Haley2009-10-07
|/
* Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...J. Bruce Fields2009-08-21
|\
| * SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust2009-08-09