SUNRPC: Fix a memory leak in rpcb_getport_async
[safe/jmp/linux-2.6] / net / sunrpc / rpcb_clnt.c
2008-10-07 Trond MyklebustSUNRPC: Fix a memory leak in rpcb_getport_async
2008-10-07 Trond MyklebustSUNRPC: Fix autobind on cloned rpc clients
2008-07-15 Chuck LeverSUNRPC: Support registering IPv6 interfaces with local...
2008-07-15 Chuck LeverSUNRPC: Refactor rpcb_register to make rpcbindv4 suppor...
2008-07-15 Chuck LeverSUNRPC: None of rpcb_create's callers wants a privilege...
2008-07-15 Chuck LeverSUNRPC: Introduce a specific rpcb_create for contacting...
2008-07-15 Chuck LeverSUNRPC: Use correct XDR encoding procedure for rpcbind...
2008-07-09 Trond MyklebustSUNRPC: Ensure our task is notified when an rpcbind...
2008-07-09 Chuck LeverSUNRPC: Use only rpcbind v2 for AF_INET requests
2008-07-09 Chuck LeverSUNRPC: Use GETADDR for rpcbind version 4 queries
2008-07-09 Chuck LeverSUNRPC: Use rpcbind version 2 GETPORT
2008-07-09 Chuck LeverSUNRPC: Document some naked integers in rpcbind client
2008-07-09 Chuck LeverSUNRPC: More useful debugging output for rpcb client
2008-07-08 Trond MyklebustSUNRPC: Fix an rpcbind breakage for the case of IPv6...
2008-07-08 Trond MyklebustSUNRPC: Fix a double-free in rpcbind
2008-04-24 Trond MyklebustMerge branch 'devel'
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-26 Trond MyklebustSUNRPC: Run rpc timeout functions as callbacks instead...
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-30 Chuck LeverSUNRPC: rpcb_getport_sync() passes incorrect address...
2008-01-30 Chuck LeverSUNRPC: Clean up block comment preceding rpcb_getport_s...
2008-01-30 Chuck LeverSUNRPC: Use appropriate argument types in rpcb client
2008-01-30 Chuck LeverSUNRPC: rpcb_getport_sync() should use built-in hostnam...
2008-01-30 Trond MyklebustSUNRPC: Fix up constant string declarations in struct...
2008-01-30 Chuck LeverSUNRPC: fewer conditionals in the format_ip_address...
2008-01-30 Chuck LeverSUNRPC: Move universal address definitions to global...
2008-01-30 Chuck LeverSUNRPC: RPC version numbers are u32
2008-01-30 Chuck LeverSUNRPC: Fix socket address handling in rpcb_clnt
2008-01-30 Trond MyklebustNFS/SUNRPC: Convert all users of rpc_call_setup()
2008-01-30 Trond MyklebustSUNRPC: Clean up rpc_run_task
2007-12-06 Matthew WilcoxNFS: Switch from intr mount option to TASK_KILLABLE
2007-10-09 Adrian Bunk[2.6 patch] net/sunrpc/rpcb_clnt.c: make struct rpcb_pr...
2007-10-09 \"Talpey, Thomas\NFS/SUNRPC: use transport protocol naming
2007-10-09 \"Talpey, Thomas\SUNRPC: add EXPORT_SYMBOL_GPL for generic transport...
2007-10-09 \"Talpey, Thomas\SUNRPC: export per-transport rpcbind netid's
2007-10-09 \"Talpey, Thomas\SUNRPC: move per-transport rpcbind netid's
2007-10-09 Chuck LeverSUNRPC: Split another new rpcbind retry error code...
2007-10-09 Chuck LeverSUNRPC: Add a new error code for retry waiting for...
2007-10-09 Chuck LeverSUNRPC: Retry bad rpcbind replies
2007-10-09 Chuck LeverSUNRPC: Make rpcb_decode_getaddr more picky about unive...
2007-10-09 Chuck LeverSUNRPC: Use correct argument type in memcpy()
2007-10-09 Chuck LeverSUNRPC: Fix generation of universal addresses for
2007-10-09 Chuck LeverSUNRPC: add support for IPv6 to the kernel's rpcbind...
2007-10-09 Chuck LeverSUNRPC: Fix a signed v. unsigned comparison in rpcbind...
2007-07-11 Chuck LeverSUNRPC: Rename rpcb_getport to be consistent with new...
2007-07-11 Chuck LeverSUNRPC: Rename rpcb_getport_external routine
2007-07-11 Chuck LeverSUNRPC: Allow rpcbind requests to be interrupted by...
2007-07-11 Trond MyklebustSUNRPC: Remove rpc_clnt->cl_count
2007-07-11 Trond MyklebustSUNRPC: Kill rpc_clnt->cl_oneshot
2007-05-01 Chuck LeverSUNRPC: introduce rpcbind: replacement for in-kernel...