summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpcb_clnt.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-2/+1
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-061-2/+1
* | SUNRPC: rpcb_getport_sync() passes incorrect address size to rpc_create()Chuck Lever2008-01-301-1/+1
* | SUNRPC: Clean up block comment preceding rpcb_getport_sync()Chuck Lever2008-01-301-1/+4
* | SUNRPC: Use appropriate argument types in rpcb clientChuck Lever2008-01-301-2/+1
* | SUNRPC: rpcb_getport_sync() should use built-in hostname generatorChuck Lever2008-01-301-3/+1
* | SUNRPC: Fix up constant string declarations in struct rpcbind_argsTrond Myklebust2008-01-301-7/+5
* | SUNRPC: fewer conditionals in the format_ip_address routinesChuck Lever2008-01-301-1/+1
* | SUNRPC: Move universal address definitions to global headerChuck Lever2008-01-301-42/+3
* | SUNRPC: RPC version numbers are u32Chuck Lever2008-01-301-2/+2
* | SUNRPC: Fix socket address handling in rpcb_clntChuck Lever2008-01-301-8/+12
* | NFS/SUNRPC: Convert all users of rpc_call_setup()Trond Myklebust2008-01-301-21/+19
* | SUNRPC: Clean up rpc_run_taskTrond Myklebust2008-01-301-1/+7
|/
* [2.6 patch] net/sunrpc/rpcb_clnt.c: make struct rpcb_program staticAdrian Bunk2007-10-091-2/+2
* NFS/SUNRPC: use transport protocol naming\"Talpey, Thomas\2007-10-091-1/+2
* SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions\"Talpey, Thomas\2007-10-091-0/+1
* SUNRPC: export per-transport rpcbind netid's\"Talpey, Thomas\2007-10-091-2/+1
* SUNRPC: move per-transport rpcbind netid's\"Talpey, Thomas\2007-10-091-23/+3
* SUNRPC: Split another new rpcbind retry error code from EACCESChuck Lever2007-10-091-1/+1
* SUNRPC: Add a new error code for retry waiting for another binderChuck Lever2007-10-091-1/+1
* SUNRPC: Retry bad rpcbind repliesChuck Lever2007-10-091-0/+4
* SUNRPC: Make rpcb_decode_getaddr more picky about universal addressesChuck Lever2007-10-091-5/+23
* SUNRPC: Use correct argument type in memcpy()Chuck Lever2007-10-091-1/+1
* SUNRPC: Fix generation of universal addresses forChuck Lever2007-10-091-11/+13
* SUNRPC: add support for IPv6 to the kernel's rpcbind clientChuck Lever2007-10-091-6/+45
* SUNRPC: Fix a signed v. unsigned comparison in rpcbind's XDR routinesChuck Lever2007-10-091-2/+3
* SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync nameChuck Lever2007-07-101-18/+19
* SUNRPC: Rename rpcb_getport_external routineChuck Lever2007-07-101-10/+11
* SUNRPC: Allow rpcbind requests to be interrupted by a signal.Chuck Lever2007-07-101-1/+2
* SUNRPC: Remove rpc_clnt->cl_countTrond Myklebust2007-07-101-1/+1
* SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust2007-07-101-2/+4
* SUNRPC: introduce rpcbind: replacement for in-kernel portmapperChuck Lever2007-04-301-0/+625
OpenPOWER on IntegriCloud