aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-28[PATCH] swsusp: Add missing refrigerator callsPavel Machek1-0/+1
2005-03-16[NET] Convert sk_zapped into SOCK_ZAPPED flagThomas Graf1-1/+2
2005-03-11[PATCH] RPC: remove bogus atomic_dec in auth_nullTrond Myklebust1-1/+0
2005-03-10NFS,RPC: RPC client now advertises maximum payload sizeTrond Myklebust2-1/+19
2005-03-10RPC: remove broken_suid mount optionTrond Myklebust6-42/+11
2005-03-10RPC: Clean up of rpcauth_lookupcred() and rpcauth_bindcred()Trond Myklebust1-14/+14
2005-03-10RPC: make rpcauth_lookupcred() return error codes.Trond Myklebust4-12/+15
2005-03-10RPC: Initialize the GSS context upon RPC credential creation.Trond Myklebust2-73/+145
2005-03-10RPC: Remove dependency of RPCSEC_GSS upcalls on the credential cacheTrond Myklebust1-20/+42
2005-03-10RPCSEC_GSS: Enable expiring of credentialsTrond Myklebust1-0/+9
2005-03-10RPCSEC_GSS: Misc little cleanups.Trond Myklebust2-4/+2
2005-03-10RPCSEC_GSS: cleanup gss_cred.Trond Myklebust1-35/+22
2005-03-10RPC: Document the format of the gssd downcallsTrond Myklebust1-119/+119
2005-03-10RPC: clean up the RPCSEC_GSS kerberos and spkm3 context import functionsTrond Myklebust5-115/+134
2005-03-10RPC: Shrink struct rpc_auth for those flavours that don't use the cacheTrond Myklebust3-15/+32
2005-03-10RPC: Unify the AUTH_UNIX credential cache.Trond Myklebust1-14/+13
2005-03-10RPC: Unify AUTH_NULL credentialsTrond Myklebust1-39/+24
2005-03-10RPC: Convert RPC credcache to use hlistsTrond Myklebust1-24/+27
2005-03-10RPC: kill cr_authTrond Myklebust4-11/+10
2005-03-10RPC: Make rpc_auth credential cache optional.Trond Myklebust4-11/+41
2005-03-10RPC: Move credcache-specific code out of put_rpccred()Trond Myklebust4-35/+11
2005-03-10RPC: struct rpc_auth initialization and destruction code cleanupTrond Myklebust4-2/+6
2005-03-10RPC: Remove unnecessary reference counting in gss downcall code.Trond Myklebust1-3/+0
2005-03-10RPC: Remove unnecessary module refcountingTrond Myklebust2-3/+4
2005-03-10RPC: Some portmappers expect AUTH_UNIX authenticationTrond Myklebust1-4/+1
2005-03-10RPC: Fix return value of rpc_call_async()Trond Myklebust1-5/+4
2005-03-10RPC: Don't kill timers when calling rpc_restart_call() after rpc_delay()Trond Myklebust1-1/+3
2005-03-04[PATCH] nfsd: discard CACHE_HASHED flag, keeping information in refcount inst...Neil Brown2-7/+5
2005-03-04[PATCH] nfsd: nfsd: remove pg_authenticate fieldNeil Brown1-4/+1
2005-03-04[PATCH] nfsd: svcrpc: move export table checks to a per-program pg_add_client...Neil Brown3-24/+15
2005-03-04[PATCH] nfsd: svcrpc: rename pg_authenticateNeil Brown1-2/+2
2005-03-04[PATCH] nfsd: svcrpc: add a per-flavor set_client methodNeil Brown4-0/+22
2005-01-16[PATCH] RPC: fix crrefresh() operations for AUTH_NULL and AUTH_SYSTrond Myklebust2-2/+3
2005-01-16[PATCH] RPCSEC_GSS: Fix a refcount leakTrond Myklebust2-7/+8
2005-01-14[PATCH] swsusp: refrigerator cleanupsPavel Machek2-4/+1
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner7-9/+9
2005-01-05Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller2-3/+2
2005-01-04[PATCH] knfsd: rpcsec_gss: comparing pointer to 0 instead of NULLNeil Brown1-1/+1
2005-01-04[PATCH] knfsd: svcrpc: share code duplicated between auth_unix and auth_nullNeil Brown1-52/+36
2005-01-04[PATCH] knfsd: svcrpc: auth_null fixesNeil Brown1-12/+18
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen1-0/+1
2005-01-04RPC: call_verifyTrond Myklebust1-19/+30
2005-01-04 Subject: [PATCH] RPC: display XIDs in host orderTrond Myklebust1-3/+4
2005-01-04 RPC: Optimize away unnecessary del_timer_sync() operations, when weTrond Myklebust1-1/+7
2005-01-04RPCSEC_GSS: Miscellaneous cleanup of auth_gss.c: we're passing somethingTrond Myklebust1-10/+7
2005-01-04RPC: The RPCAUTH_CRED_DEAD flag had been unused for some time before ITrond Myklebust1-12/+0
2005-01-04RPC: Instead of setting a flag (RPCAUTH_CRED_DEAD) in the cred toTrond Myklebust2-2/+4
2005-01-04RPCSEC_GSS: When the gss code notices that a cred has expired, markTrond Myklebust1-8/+19
2005-01-04RPC: Add missing calls to flush_dcache_page() in net/sunrpc/xdr.cTrond Myklebust1-0/+4
2005-01-04RPC: More aggressive RPC debugging code.Trond Myklebust1-13/+4