summaryrefslogtreecommitdiff
path: root/net/sunrpc/rpcb_clnt.c
AgeCommit message (Expand)Author
2011-10-25SUNRPC: remove rpcbind clients destruction on module cleanupStanislav Kinsbursky
2011-10-25SUNRPC: remove rpcbind clients creation during service registeringStanislav Kinsbursky
2011-10-25SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky
2011-10-25SUNRPC: use rpcbind reference counting helpersStanislav Kinsbursky
2011-10-25SUNRPC: introduce helpers for reference counted rpcbind clientsStanislav Kinsbursky
2011-10-18SUNRPC: Fix rpc_sockaddr2uaddrTrond Myklebust
2011-07-12SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear
2011-05-27SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever
2010-12-16SUNRPC: Determine value of "nrprocs" automaticallyChuck Lever
2010-12-16SUNRPC: Avoid return code checking in rpcbind XDR encoder functionsChuck Lever
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-10-19sunrpc: Don't return NULL from rpcb_createPavel Emelyanov
2010-10-01sunrpc: Add net to rpc_create_argsPavel Emelyanov
2010-09-21SUNRPC: Correct an rpcbind debugging messageChuck Lever
2010-09-17SUNRPC: Remove rpcb_getport_sync()Chuck Lever
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-03SUNRPC: Use soft connects for autobinding over TCPChuck Lever
2009-12-03SUNRPC: Use TCP for local rpcbind upcallsChuck Lever
2009-12-03SUNRPC: Use a cached RPC client and transport for rpcbind upcallsChuck Lever
2009-12-03SUNRPC: Simplify synopsis of rpcb_local_clnt()Chuck Lever
2009-08-09SUNRPC: Eliminate PROC macro from rpcb_clntChuck Lever
2009-08-09SUNRPC: Clean up: Remove unused XDR decoder functions from rpcb_clnt.cChuck Lever
2009-08-09SUNRPC: Introduce new xdr_stream-based decoders to rpcb_clnt.cChuck Lever
2009-08-09SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSETChuck Lever
2009-08-09SUNRPC: Clean up: Remove unused XDR encoder functions from rpcb_clnt.cChuck Lever
2009-08-09SUNRPC: Introduce new xdr_stream-based encoders to rpcb_clnt.cChuck Lever
2009-08-09SUNRPC: Remove duplicate universal address generationChuck Lever
2009-08-09SUNRPC: Move XDR data type size macrosChuck Lever
2009-03-28SUNRPC: rpcb_register() should handle errors silentlyChuck Lever
2009-03-28SUNRPC: Allow callers to pass rpcb_v4_register a NULL addressChuck Lever
2009-03-28SUNRPC: rpcbind actually interprets r_owner stringChuck Lever
2009-03-28SUNRPC: Clean up address type casts in rpcb_v4_register()Chuck Lever
2009-03-28SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC servicesChuck Lever
2009-03-28SUNRPC: Don't flag empty RPCB_GETADDR reply as bogusChuck Lever
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison
2008-10-15Merge branch 'next'Trond Myklebust
2008-10-07SUNRPC: Fix a memory leak in rpcb_getport_asyncTrond Myklebust
2008-10-07SUNRPC: Fix autobind on cloned rpc clientsTrond Myklebust
2008-09-29SUNRPC: Clean up debug messages in rpcb_clnt.cChuck Lever
2008-09-29SUNRPC: Use short-hand IPv6 ANYADDR for RPCB_SETChuck Lever
2008-09-29SUNRPC: Simplify rpcb_register() APIChuck Lever
2008-07-15SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever
2008-07-15SUNRPC: Refactor rpcb_register to make rpcbindv4 support easierChuck Lever
2008-07-15SUNRPC: None of rpcb_create's callers wants a privileged source portChuck Lever
2008-07-15SUNRPC: Introduce a specific rpcb_create for contacting localhostChuck Lever