aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpcb_clnt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-08SUNRPC: Fix a double-free in rpcbindTrond Myklebust1-4/+2
2008-04-24Merge branch 'devel'Trond Myklebust1-1/+1
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-10/+10
2008-02-25SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust1-1/+1
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-2/+1
2008-01-30SUNRPC: rpcb_getport_sync() passes incorrect address size to rpc_create()Chuck Lever1-1/+1
2008-01-30SUNRPC: Clean up block comment preceding rpcb_getport_sync()Chuck Lever1-1/+4
2008-01-30SUNRPC: Use appropriate argument types in rpcb clientChuck Lever1-2/+1
2008-01-30SUNRPC: rpcb_getport_sync() should use built-in hostname generatorChuck Lever1-3/+1
2008-01-30SUNRPC: Fix up constant string declarations in struct rpcbind_argsTrond Myklebust1-7/+5
2008-01-30SUNRPC: fewer conditionals in the format_ip_address routinesChuck Lever1-1/+1
2008-01-30SUNRPC: Move universal address definitions to global headerChuck Lever1-42/+3
2008-01-30SUNRPC: RPC version numbers are u32Chuck Lever1-2/+2
2008-01-30SUNRPC: Fix socket address handling in rpcb_clntChuck Lever1-8/+12
2008-01-30NFS/SUNRPC: Convert all users of rpc_call_setup()Trond Myklebust1-21/+19
2008-01-30SUNRPC: Clean up rpc_run_taskTrond Myklebust1-1/+7
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox1-2/+1
2007-10-09[2.6 patch] net/sunrpc/rpcb_clnt.c: make struct rpcb_program staticAdrian Bunk1-2/+2
2007-10-09NFS/SUNRPC: use transport protocol naming\"Talpey, Thomas\1-1/+2
2007-10-09SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions\"Talpey, Thomas\1-0/+1
2007-10-09SUNRPC: export per-transport rpcbind netid's\"Talpey, Thomas\1-2/+1
2007-10-09SUNRPC: move per-transport rpcbind netid's\"Talpey, Thomas\1-23/+3
2007-10-09SUNRPC: Split another new rpcbind retry error code from EACCESChuck Lever1-1/+1
2007-10-09SUNRPC: Add a new error code for retry waiting for another binderChuck Lever1-1/+1
2007-10-09SUNRPC: Retry bad rpcbind repliesChuck Lever1-0/+4
2007-10-09SUNRPC: Make rpcb_decode_getaddr more picky about universal addressesChuck Lever1-5/+23
2007-10-09SUNRPC: Use correct argument type in memcpy()Chuck Lever1-1/+1
2007-10-09SUNRPC: Fix generation of universal addresses forChuck Lever1-11/+13
2007-10-09SUNRPC: add support for IPv6 to the kernel's rpcbind clientChuck Lever1-6/+45