aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpcb_clnt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever1-26/+20
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever1-27/+20
2010-12-16SUNRPC: Determine value of "nrprocs" automaticallyChuck Lever1-7/+3
2010-12-16SUNRPC: Avoid return code checking in rpcbind XDR encoder functionsChuck Lever1-39/+21
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+3
2010-10-19sunrpc: Don't return NULL from rpcb_createPavel Emelyanov1-1/+1
2010-10-01sunrpc: Add net to rpc_create_argsPavel Emelyanov1-0/+2
2010-09-21SUNRPC: Correct an rpcbind debugging messageChuck Lever1-2/+3
2010-09-17SUNRPC: Remove rpcb_getport_sync()Chuck Lever1-51/+0
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-03SUNRPC: Use soft connects for autobinding over TCPChuck Lever1-1/+1
2009-12-03SUNRPC: Use TCP for local rpcbind upcallsChuck Lever1-2/+2
2009-12-03SUNRPC: Use a cached RPC client and transport for rpcbind upcallsChuck Lever1-16/+77
2009-12-03SUNRPC: Simplify synopsis of rpcb_local_clnt()Chuck Lever1-7/+4
2009-08-09SUNRPC: Eliminate PROC macro from rpcb_clntChuck Lever1-22/+91
2009-08-09SUNRPC: Clean up: Remove unused XDR decoder functions from rpcb_clnt.cChuck Lever1-81/+0
2009-08-09SUNRPC: Introduce new xdr_stream-based decoders to rpcb_clnt.cChuck Lever1-3/+77
2009-08-09SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSETChuck Lever1-0/+22
2009-08-09SUNRPC: Clean up: Remove unused XDR encoder functions from rpcb_clnt.cChuck Lever1-34/+0
2009-08-09SUNRPC: Introduce new xdr_stream-based encoders to rpcb_clnt.cChuck Lever1-1/+75
2009-08-09SUNRPC: Remove duplicate universal address generationChuck Lever1-19/+29
2009-08-09SUNRPC: Move XDR data type size macrosChuck Lever1-25/+31
2009-03-28SUNRPC: rpcb_register() should handle errors silentlyChuck Lever1-1/+1
2009-03-28SUNRPC: Allow callers to pass rpcb_v4_register a NULL addressChuck Lever1-10/+28
2009-03-28SUNRPC: rpcbind actually interprets r_owner stringChuck Lever1-3/+10
2009-03-28SUNRPC: Clean up address type casts in rpcb_v4_register()Chuck Lever1-14/+12
2009-03-28SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC servicesChuck Lever1-17/+6
2009-03-28SUNRPC: Don't flag empty RPCB_GETADDR reply as bogusChuck Lever1-3/+8
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison1-6/+5
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison1-3/+3
2008-10-15Merge branch 'next'Trond Myklebust1-8/+32
2008-10-07SUNRPC: Fix a memory leak in rpcb_getport_asyncTrond Myklebust1-1/+3
2008-10-07SUNRPC: Fix autobind on cloned rpc clientsTrond Myklebust1-7/+29
2008-09-29SUNRPC: Clean up debug messages in rpcb_clnt.cChuck Lever1-9/+5
2008-09-29SUNRPC: Use short-hand IPv6 ANYADDR for RPCB_SETChuck Lever1-4/+8
2008-09-29SUNRPC: Simplify rpcb_register() APIChuck Lever1-37/+28
2008-07-15SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever1-4/+174
2008-07-15SUNRPC: Refactor rpcb_register to make rpcbindv4 support easierChuck Lever1-18/+30
2008-07-15SUNRPC: None of rpcb_create's callers wants a privileged source portChuck Lever1-7/+5
2008-07-15SUNRPC: Introduce a specific rpcb_create for contacting localhostChuck Lever1-11/+31
2008-07-15SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSETChuck Lever1-4/+8
2008-07-09SUNRPC: Ensure our task is notified when an rpcbind call is doneTrond Myklebust1-18/+20
2008-07-09SUNRPC: Use only rpcbind v2 for AF_INET requestsChuck Lever1-12/+0
2008-07-09SUNRPC: Use GETADDR for rpcbind version 4 queriesChuck Lever1-2/+3
2008-07-09SUNRPC: Use rpcbind version 2 GETPORTChuck Lever1-1/+1
2008-07-09SUNRPC: Document some naked integers in rpcbind clientChuck Lever1-13/+36
2008-07-09SUNRPC: More useful debugging output for rpcb clientChuck Lever1-3/+3
2008-07-08SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookupsTrond Myklebust1-8/+9