aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpcb_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky2012-08-101-2/+2
* SUNRPC: remove rpcbind clients destruction on module cleanupStanislav Kinsbursky2011-10-251-12/+0
* SUNRPC: remove rpcbind clients creation during service registeringStanislav Kinsbursky2011-10-251-9/+0
* SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky2011-10-251-1/+1
* SUNRPC: use rpcbind reference counting helpersStanislav Kinsbursky2011-10-251-8/+4
* SUNRPC: introduce helpers for reference counted rpcbind clientsStanislav Kinsbursky2011-10-251-0/+53
* SUNRPC: Fix rpc_sockaddr2uaddrTrond Myklebust2011-10-181-3/+3
* SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear2011-07-121-1/+1
* SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever2011-05-271-14/+83
* SUNRPC: New xdr_streams XDR decoder APIChuck Lever2010-12-161-26/+20
* SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-161-27/+20
* SUNRPC: Determine value of "nrprocs" automaticallyChuck Lever2010-12-161-7/+3
* SUNRPC: Avoid return code checking in rpcbind XDR encoder functionsChuck Lever2010-12-161-39/+21
* Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-261-1/+3
|\
| * sunrpc: Don't return NULL from rpcb_createPavel Emelyanov2010-10-191-1/+1
| * sunrpc: Add net to rpc_create_argsPavel Emelyanov2010-10-011-0/+2
* | SUNRPC: Correct an rpcbind debugging messageChuck Lever2010-09-211-2/+3
* | SUNRPC: Remove rpcb_getport_sync()Chuck Lever2010-09-171-51/+0
|/
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* SUNRPC: Use soft connects for autobinding over TCPChuck Lever2009-12-031-1/+1
* SUNRPC: Use TCP for local rpcbind upcallsChuck Lever2009-12-031-2/+2
* SUNRPC: Use a cached RPC client and transport for rpcbind upcallsChuck Lever2009-12-031-16/+77
* SUNRPC: Simplify synopsis of rpcb_local_clnt()Chuck Lever2009-12-031-7/+4
* 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/+0
* 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/+0
* 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/+12
* SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC servicesChuck Lever2009-03-281-17/+6
* 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/+5
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-281-3/+3
* Merge branch 'next'Trond Myklebust2008-10-151-8/+32
|\
| * SUNRPC: Fix a memory leak in rpcb_getport_asyncTrond Myklebust2008-10-071-1/+3
| * SUNRPC: Fix autobind on cloned rpc clientsTrond Myklebust2008-10-071-7/+29
* | SUNRPC: Clean up debug messages in rpcb_clnt.cChuck Lever2008-09-291-9/+5
* | SUNRPC: Use short-hand IPv6 ANYADDR for RPCB_SETChuck Lever2008-09-291-4/+8
* | SUNRPC: Simplify rpcb_register() APIChuck Lever2008-09-291-37/+28
|/
* SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever2008-07-151-4/+174
* SUNRPC: Refactor rpcb_register to make rpcbindv4 support easierChuck Lever2008-07-151-18/+30
* SUNRPC: None of rpcb_create's callers wants a privileged source portChuck Lever2008-07-151-7/+5