summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpcb_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Eliminate PROC macro from rpcb_clntChuck Lever2009-08-091-22/+91
* SUNRPC: Clean up: Remove unused XDR decoder functions from rpcb_clnt.cChuck Lever2009-08-091-81/+0Star
* SUNRPC: Introduce new xdr_stream-based decoders to rpcb_clnt.cChuck Lever2009-08-091-3/+77
* SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSETChuck Lever2009-08-091-0/+22
* SUNRPC: Clean up: Remove unused XDR encoder functions from rpcb_clnt.cChuck Lever2009-08-091-34/+0Star
* SUNRPC: Introduce new xdr_stream-based encoders to rpcb_clnt.cChuck Lever2009-08-091-1/+75
* SUNRPC: Remove duplicate universal address generationChuck Lever2009-08-091-19/+29
* SUNRPC: Move XDR data type size macrosChuck Lever2009-08-091-25/+31
* SUNRPC: rpcb_register() should handle errors silentlyChuck Lever2009-03-281-1/+1
* SUNRPC: Allow callers to pass rpcb_v4_register a NULL addressChuck Lever2009-03-281-10/+28
* SUNRPC: rpcbind actually interprets r_owner stringChuck Lever2009-03-281-3/+10
* SUNRPC: Clean up address type casts in rpcb_v4_register()Chuck Lever2009-03-281-14/+12Star
* SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC servicesChuck Lever2009-03-281-17/+6Star
* SUNRPC: Don't flag empty RPCB_GETADDR reply as bogusChuck Lever2009-03-281-3/+8
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-311-6/+5Star
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-291-3/+3
* Merge branch 'next'Trond Myklebust2008-10-151-8/+32
|\
| * SUNRPC: Fix a memory leak in rpcb_getport_asyncTrond Myklebust2008-10-081-1/+3
| * SUNRPC: Fix autobind on cloned rpc clientsTrond Myklebust2008-10-081-7/+29
* | SUNRPC: Clean up debug messages in rpcb_clnt.cChuck Lever2008-09-301-9/+5Star
* | SUNRPC: Use short-hand IPv6 ANYADDR for RPCB_SETChuck Lever2008-09-301-4/+8
* | SUNRPC: Simplify rpcb_register() APIChuck Lever2008-09-301-37/+28Star
|/
* SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever2008-07-161-4/+174
* SUNRPC: Refactor rpcb_register to make rpcbindv4 support easierChuck Lever2008-07-161-18/+30
* SUNRPC: None of rpcb_create's callers wants a privileged source portChuck Lever2008-07-161-7/+5Star
* SUNRPC: Introduce a specific rpcb_create for contacting localhostChuck Lever2008-07-161-11/+31
* SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSETChuck Lever2008-07-161-4/+8
* SUNRPC: Ensure our task is notified when an rpcbind call is doneTrond Myklebust2008-07-091-18/+20
* SUNRPC: Use only rpcbind v2 for AF_INET requestsChuck Lever2008-07-091-12/+0Star
* SUNRPC: Use GETADDR for rpcbind version 4 queriesChuck Lever2008-07-091-2/+3
* SUNRPC: Use rpcbind version 2 GETPORTChuck Lever2008-07-091-1/+1
* SUNRPC: Document some naked integers in rpcbind clientChuck Lever2008-07-091-13/+36
* SUNRPC: More useful debugging output for rpcb clientChuck Lever2008-07-091-3/+3
* SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookupsTrond Myklebust2008-07-081-8/+9
* SUNRPC: Fix a double-free in rpcbindTrond Myklebust2008-07-081-4/+2Star
* Merge branch 'devel'Trond Myklebust2008-04-241-1/+1
|\
| * SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-261-1/+1
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-10/+10
|/
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-2/+1Star
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-061-2/+1Star
* | 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/+1Star
* | SUNRPC: rpcb_getport_sync() should use built-in hostname generatorChuck Lever2008-01-301-3/+1Star
* | SUNRPC: Fix up constant string declarations in struct rpcbind_argsTrond Myklebust2008-01-301-7/+5Star
* | 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/+3Star
* | SUNRPC: RPC version numbers are u32Chuck Lever2008-01-301-2/+2
* | SUNRPC: Fix socket address handling in rpcb_clntChuck Lever2008-01-301-8/+12