kernel-ark/net/sunrpc
J. Bruce Fields ead5e1c26f SUNRPC: Provide a callback to allow free pages allocated during xdr encoding
For privacy, we need to allocate pages to store the encrypted data (passed
 in pages can't be used without the risk of corrupting data in the page cache).
 So we need a way to free that memory after the request has been transmitted.

 Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
 Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2005-10-18 23:19:43 -07:00
..
auth_gss SUNRPC: Add support for privacy to generic gss-api code. 2005-10-18 23:19:42 -07:00
auth_null.c
auth_unix.c
auth.c
cache.c
clnt.c RPC: allow call_encode() to delay transmission of an RPC call. 2005-10-18 14:20:11 -07:00
Makefile
pmap_clnt.c
rpc_pipe.c RPC: stops the release_pipe() funtion from being called twice 2005-10-18 23:19:40 -07:00
sched.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
socklib.c
stats.c
sunrpc_syms.c
svc.c
svcauth_unix.c
svcauth.c
svcsock.c
sysctl.c
timer.c
xdr.c
xprt.c SUNRPC: Provide a callback to allow free pages allocated during xdr encoding 2005-10-18 23:19:43 -07:00
xprtsock.c