aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcauth_unix.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-26SUNRPC: Use rpc_pton() in ip_map_parse()Chuck Lever1-21/+26
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-23/+30
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-10-27nfsd4: don't try to map gid's in generic rpc codeJ. Bruce Fields1-23/+30
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley1-2/+1
2009-08-21Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 into for-2.6.32-incomingJ. Bruce Fields1-2/+12
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust1-2/+12
2009-08-04sunrpc: fix memory leak in unix_gid cache.NeilBrown1-0/+1
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust1-6/+6
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison1-13/+4
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-2/+2
2008-10-28net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final usersHarvey Harrison1-1/+1
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison1-3/+2
2008-05-18svcrpc: fix proc/net/rpc/auth.unix.ip/content displayJ. Bruce Fields1-2/+2
2008-04-23IPv6 support for NFS server export cachesAurélien Charbon1-38/+80
2008-02-01SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust1-0/+5
2008-02-01svc: Move the authinfo cache to svc_xprt.Tom Tucker1-25/+29
2007-07-17knfsd: nfsd: set rq_client to ip-address-determined-domainJ. Bruce Fields1-1/+3
2007-07-17knfsd: nfsd4: store pseudoflavor in requestAndy Adamson1-0/+3
2007-05-09knfsd: rename sk_defer_lock to sk_lockNeilBrown1-5/+5
2007-04-17knfsd: use a spinlock to protect sk_info_authunixNeilBrown1-5/+16
2007-02-14[PATCH] knfsd: allow the server to provide a gid list when using AUTH_UNIX authenticationNeilBrown1-5/+220
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever1-1/+2
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki1-6/+6
2006-12-13[PATCH] knfsd: Don't ignore kstrdup failure in rpc cachesNeilBrown1-0/+4
2006-12-13[PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields1-0/+1
2006-12-02[SUNRPC]: annotate hash_ip()Al Viro1-4/+4
2006-10-04[PATCH] knfsd: knfsd: cache ipmap per TCP socketGreg Banks1-3/+44
2006-10-02[PATCH] knfsd: remove an unused variable from auth_unix_lookup()Greg Banks1-4/+1
2006-09-28[SUNRPC]: more sunrpc endianness annotationsAl Viro1-4/+4
2006-09-28[SUNRPC]: trivial endianness annotationsAlexey Dobriyan1-4/+4
2006-09-28[SUNRPC]: svc_{get,put}nl()Alexey Dobriyan1-11/+11
2006-03-27[PATCH] knfsd: Tidy up unix_domain_findNeilBrown1-8/+8
2006-03-27[PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown1-10/+10
2006-03-27[PATCH] knfsd: Convert ip_map cache to use the new lookup routineNeilBrown1-47/+95
2006-03-27[PATCH] knfsd: Get rid of 'inplace' sunrpc cachesNeilBrown1-1/+1
2006-03-27[PATCH] knfsd: Change the store of auth_domains to not be a 'cache'NeilBrown1-38/+31
2006-01-06[PATCH] knfsd: fix hash function for IP addresses on 64bit little-endian machines.NeilBrown1-1/+13