aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/xdr.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-14xdr: Add an export for the helper function write_bytes_to_xdr_buf()Gravatar Kevin Coffman 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-08-14sunrpc: ntoh -> be*_to_cpuGravatar Benny Halevy 1-3/+3
2009-08-14sunrpc: hton -> cpu_to_be*Gravatar Benny Halevy 1-3/+3
2008-12-23SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPLGravatar Trond Myklebust 1-25/+25
2008-04-08SUNRPC: don't call flush_dcache_page() with an invalid pointerGravatar Trond Myklebust 1-3/+6
2008-02-01SUNRPC: Use unsigned string lengths in xdr_decode_string_inplaceGravatar Chuck Lever 1-3/+5
2008-01-30SUNRPC: Move exported declarations to the function declarationsGravatar Trond Myklebust 1-1/+15
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsGravatar Herbert Xu 1-0/+2
2007-10-24SG: Change sg_set_page() to take length and offset argumentGravatar Jens Axboe 1-3/+1
2007-10-22Update net/ to use sg helpersGravatar Jens Axboe 1-1/+1
2007-02-10[NET] SUNRPC: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-3/+3
2006-12-06rpc: move process_xdr_bufGravatar Olga Kornievskaia 1-0/+68
2006-12-06SUNRPC: Ensure xdr_buf_read_netobj() checks for memory overrunsGravatar Trond Myklebust 1-33/+26
2006-12-06SUNRPC: Add __(read|write)_bytes_from_xdr_bufGravatar Trond Myklebust 1-29/+37
2006-12-06SUNRPC: Clean up argument types in xdr.cGravatar Trond Myklebust 1-43/+43
2006-09-28[SUNRPC]: trivial endianness annotationsGravatar Alexey Dobriyan 1-27/+27
2006-07-05This fixes a panic doing the first READDIR or READDIRPLUS call when:Gravatar Trond Myklebust 1-2/+1
2006-06-09RPC: Allow struc xdr_stream to read the page section of an xdr_bufGravatar Trond Myklebust 1-2/+26
2006-01-06SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string()Gravatar Adrian Bunk 1-21/+0
2005-11-08[NET]: kfree cleanupGravatar Jesper Juhl 1-2/+1
2005-09-23[PATCH] RPC: introduce client-side transport switchGravatar Chuck Lever 1-101/+1
2005-09-23[PATCH] RPC: extract socket logic common to both client and serverGravatar Chuck Lever 1-75/+0
2005-08-16[PATCH] NFS: Ensure ACL xdr code doesn't overflow.Gravatar Trond Myklebust 1-0/+1
2005-06-22[PATCH] RPC: Encode and decode arbitrary XDR arraysGravatar Andreas Gruenbacher 1-3/+253
2005-06-22[PATCH] RPC: fix accounting bug in the case of a truncated RPC messageGravatar Trond Myklebust 1-8/+14
2005-06-22[PATCH] RPC: Lazy RPC receive buffer allocationGravatar Olaf Kirch 1-3/+13
2005-06-22[PATCH] RPC: Ensure XDR iovec length is initialized correctly in call_headerGravatar Trond Myklebust 1-3/+15
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationGravatar Pavel Pisa 1-6/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+917