Age | Commit message (Expand) | Author | Files | Lines |
2006-09-29 | [SUNRPC]: more sunrpc endianness annotations | Al Viro | 1 | -4/+4 |
2006-09-29 | [SUNRPC]: trivial endianness annotations | Alexey Dobriyan | 4 | -31/+32 |
2006-09-29 | [SUNRPC]: svc_{get,put}nl() | Alexey Dobriyan | 1 | -26/+26 |
2006-09-23 | SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument | Trond Myklebust | 1 | -5/+2 |
2006-09-21 | [CRYPTO] users: Use crypto_hash interface instead of crypto_digest | Herbert Xu | 1 | -14/+24 |
2006-09-21 | [SUNRPC] GSS: Use block ciphers where applicable | Herbert Xu | 5 | -54/+64 |
2006-08-24 | SUNRPC: Fix dentry refcounting issues with users of rpc_pipefs | Trond Myklebust | 1 | -1/+0 |
2006-08-24 | SUNRPC: make rpc_unlink() take a dentry argument instead of a path | Trond Myklebust | 1 | -1/+1 |
2006-07-22 | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 5 | -14/+7 |
2006-06-30 | [PATCH] knfsd: svcrpc: gss: server-side implementation of rpcsec_gss privacy | J. Bruce Fields | 1 | -7/+147 |
2006-06-30 | [PATCH] knfsd: svcrpc: Simplify nfsd rpcsec_gss integrity code | J. Bruce Fields | 1 | -51/+64 |
2006-06-30 | [PATCH] knfsd: svcrpc: gss: simplify rsc_parse() | J. Bruce Fields | 2 | -11/+7 |
2006-06-28 | [PATCH] spin/rwlock init cleanups | Ingo Molnar | 1 | -1/+1 |
2006-06-26 | spelling fixes | Andreas Mohr | 2 | -2/+2 |
2006-04-19 | SUNRPC: Dead code in net/sunrpc/auth_gss/auth_gss.c | Eric Sesterhenn | 1 | -1/+0 |
2006-04-19 | RPCSEC_GSS: fix leak in krb5 code caused by superfluous kmalloc | J. Bruce Fields | 1 | -8/+3 |
2006-04-11 | [PATCH] knfsd: svcrpc: gss: don't call svc_take_page unnecessarily | NeilBrown | 1 | -6/+8 |
2006-03-27 | [PATCH] knfsd: Convert sunrpc_cache to use krefs | NeilBrown | 1 | -16/+12 |
2006-03-27 | [PATCH] knfsd: Use new cache code for rsc cache | NeilBrown | 1 | -10/+64 |
2006-03-27 | [PATCH] knfsd: Use new sunrpc cache for rsi cache | NeilBrown | 1 | -7/+59 |
2006-03-27 | [PATCH] knfsd: Get rid of 'inplace' sunrpc caches | NeilBrown | 1 | -2/+2 |
2006-03-27 | [PATCH] knfsd: Change the store of auth_domains to not be a 'cache' | NeilBrown | 1 | -7/+7 |
2006-03-21 | SUNRPC,RPCSEC_GSS: spkm3: import contexts using NID_cast5_cbc | J. Bruce Fields | 1 | -0/+6 |
2006-03-21 | SUNRPC,RPCSEC_GSS: fix krb5 sequence numbers. | J. Bruce Fields | 2 | -6/+14 |
2006-03-21 | SUNRPC,RPCSEC_GSS: remove unnecessary kmalloc of a checksum | J. Bruce Fields | 5 | -17/+12 |
2006-03-20 | SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry | Trond Myklebust | 1 | -0/+2 |
2006-02-01 | SUNRPC: Move upcall out of auth->au_ops->crcreate() | Trond Myklebust | 1 | -9/+14 |
2006-02-01 | SUNRPC: Fix a lock recursion in the auth_gss downcall | Trond Myklebust | 1 | -6/+19 |
2006-01-19 | [PATCH] svcrpc: gss: svc context creation error handling | J. Bruce Fields | 1 | -1/+2 |
2006-01-19 | [PATCH] svcrpc: gss: server context init failure handling | Kevin Coffman | 1 | -12/+17 |
2006-01-19 | [PATCH] svcrpc: gss: handle the GSS_S_CONTINUE | Andy Adamson | 1 | -5/+25 |
2006-01-06 | SUNRPC: Make krb5 report unsupported encryption types | J. Bruce Fields | 1 | -3/+7 |
2006-01-06 | SUNRPC: Make spkm3 report unsupported encryption types | J. Bruce Fields | 1 | -3/+7 |
2006-01-06 | SUNRPC: Update the spkm3 code to use the make_checksum interface | J. Bruce Fields | 3 | -8/+8 |
2005-12-20 | SUNRPC: Fix "EPIPE" error on mount of rpcsec_gss-protected partitions | Trond Myklebust | 1 | -2/+4 |
2005-11-08 | [NET]: kfree cleanup | Jesper Juhl | 6 | -12/+7 |
2005-10-30 | [CRYPTO] Simplify one-member scatterlist expressions | Herbert Xu | 1 | -2/+2 |
2005-10-30 | [PATCH] Use sg_set_buf/sg_init_one where applicable | David Hardeman | 1 | -17/+6 |
2005-10-19 | RPCSEC_GSS: krb5 cleanup | J. Bruce Fields | 3 | -33/+6 |
2005-10-19 | RPCSEC_GSS remove all qop parameters | J. Bruce Fields | 10 | -70/+33 |
2005-10-19 | RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism. | J. Bruce Fields | 6 | -6/+535 |
2005-10-19 | RPCSEC_GSS: krb5 pre-privacy cleanup | J. Bruce Fields | 3 | -59/+14 |
2005-10-19 | RPCSEC_GSS: Simplify rpcsec_gss crypto code | J. Bruce Fields | 1 | -29/+77 |
2005-10-19 | RPCSEC_GSS: client-side privacy support | J. Bruce Fields | 1 | -1/+148 |
2005-10-19 | RPCSEC_GSS: cleanup au_rslack calculation | J. Bruce Fields | 1 | -14/+6 |
2005-10-19 | SUNRPC: Add support for privacy to generic gss-api code. | J. Bruce Fields | 1 | -0/+22 |
2005-09-23 | Revert "[PATCH] RPC,NFS: new rpc_pipefs patch" | Trond Myklebust | 1 | -3/+6 |
2005-09-23 | [PATCH] RPC,NFS: new rpc_pipefs patch | Christoph Hellwig | 1 | -6/+3 |
2005-09-23 | [PATCH] RPC: skip over transport-specific heads automatically | Chuck Lever | 1 | -4/+2 |
2005-09-23 | [PATCH] RPC: Eliminate socket.h includes in RPC client | Chuck Lever | 3 | -4/+0 |