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