Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
799a9d44023c069f46bc5933a930eab0bd37d0df
/
net
/
sunrpc
/
rpcb_clnt.c
012da15
SUNRPC: Use soft connects for autobinding over TCP
by Chuck Lever
· 15 years ago
2a76b3b
SUNRPC: Use TCP for local rpcbind upcalls
by Chuck Lever
· 15 years ago
c526611
SUNRPC: Use a cached RPC client and transport for rpcbind upcalls
by Chuck Lever
· 15 years ago
5a46211
SUNRPC: Simplify synopsis of rpcb_local_clnt()
by Chuck Lever
· 15 years ago
f8b761e
SUNRPC: Eliminate PROC macro from rpcb_clnt
by Chuck Lever
· 15 years ago
0e47f0d
SUNRPC: Clean up: Remove unused XDR decoder functions from rpcb_clnt.c
by Chuck Lever
· 15 years ago
c0c077d
SUNRPC: Introduce new xdr_stream-based decoders to rpcb_clnt.c
by Chuck Lever
· 15 years ago
7ed0ff9
SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSET
by Chuck Lever
· 15 years ago
0d36c4f
SUNRPC: Clean up: Remove unused XDR encoder functions from rpcb_clnt.c
by Chuck Lever
· 15 years ago
6f2c2db
SUNRPC: Introduce new xdr_stream-based encoders to rpcb_clnt.c
by Chuck Lever
· 15 years ago
ba80913
SUNRPC: Remove duplicate universal address generation
by Chuck Lever
· 15 years ago
0b10bf5
SUNRPC: Move XDR data type size macros
by Chuck Lever
· 15 years ago
363f724
SUNRPC: rpcb_register() should handle errors silently
by Chuck Lever
· 16 years ago
1673d0d
SUNRPC: Allow callers to pass rpcb_v4_register a NULL address
by Chuck Lever
· 16 years ago
126e4bc
SUNRPC: rpcbind actually interprets r_owner string
by Chuck Lever
· 16 years ago
3aba455
SUNRPC: Clean up address type casts in rpcb_v4_register()
by Chuck Lever
· 16 years ago
fc28dec
SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC services
by Chuck Lever
· 16 years ago
776bd5c
SUNRPC: Don't flag empty RPCB_GETADDR reply as bogus
by Chuck Lever
· 16 years ago
21454aa
net: replace NIPQUAD() in net/*/
by Harvey Harrison
· 16 years ago
5b095d989
net: replace %p6 with %pI6
by Harvey Harrison
· 16 years ago
fdb46ee
net, misc: replace uses of NIP6_FMT with %p6
by Harvey Harrison
· 16 years ago
6925bac
Merge branch 'next'
by Trond Myklebust
· 16 years ago
96165e2
SUNRPC: Fix a memory leak in rpcb_getport_async
by Trond Myklebust
· 16 years ago
9a4bd29
SUNRPC: Fix autobind on cloned rpc clients
by Trond Myklebust
· 16 years ago
db820d6
SUNRPC: Clean up debug messages in rpcb_clnt.c
by Chuck Lever
· 16 years ago
9d548b9
SUNRPC: Use short-hand IPv6 ANYADDR for RPCB_SET
by Chuck Lever
· 16 years ago
14aeb21
SUNRPC: Simplify rpcb_register() API
by Chuck Lever
· 16 years ago
c2e1b09
SUNRPC: Support registering IPv6 interfaces with local rpcbind daemon
by Chuck Lever
· 16 years ago
babe80e
SUNRPC: Refactor rpcb_register to make rpcbindv4 support easier
by Chuck Lever
· 16 years ago
423d8b0
SUNRPC: None of rpcb_create's callers wants a privileged source port
by Chuck Lever
· 16 years ago
cc5598b
SUNRPC: Introduce a specific rpcb_create for contacting localhost
by Chuck Lever
· 16 years ago
166b88d
SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSET
by Chuck Lever
· 16 years ago
381ba74
SUNRPC: Ensure our task is notified when an rpcbind call is done
by Trond Myklebust
· 16 years ago
40fef8a
SUNRPC: Use only rpcbind v2 for AF_INET requests
by Chuck Lever
· 16 years ago
8842413
SUNRPC: Use GETADDR for rpcbind version 4 queries
by Chuck Lever
· 16 years ago
6a77405
SUNRPC: Use rpcbind version 2 GETPORT
by Chuck Lever
· 16 years ago
fc200e7
SUNRPC: Document some naked integers in rpcbind client
by Chuck Lever
· 16 years ago
877fcf1
SUNRPC: More useful debugging output for rpcb client
by Chuck Lever
· 16 years ago
803a906
SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookups
by Trond Myklebust
· 16 years ago
0d3a34b
SUNRPC: Fix a double-free in rpcbind
by Trond Myklebust
· 16 years ago
233607d
Merge branch 'devel'
by Trond Myklebust
· 17 years ago
0dc4787
net: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
5d00837
SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs
by Trond Myklebust
· 17 years ago
75659ca
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
by Linus Torvalds
· 17 years ago
afc8811
SUNRPC: rpcb_getport_sync() passes incorrect address size to rpc_create()
by Chuck Lever
· 17 years ago
67d6021
SUNRPC: Clean up block comment preceding rpcb_getport_sync()
by Chuck Lever
· 17 years ago
f1ec08c
SUNRPC: Use appropriate argument types in rpcb client
by Chuck Lever
· 17 years ago
b91e101
SUNRPC: rpcb_getport_sync() should use built-in hostname generator
by Chuck Lever
· 17 years ago
86d61d8
SUNRPC: Fix up constant string declarations in struct rpcbind_args
by Trond Myklebust
· 17 years ago
b454ae9
SUNRPC: fewer conditionals in the format_ip_address routines
by Chuck Lever
· 17 years ago
0fb2b7e
SUNRPC: Move universal address definitions to global header
by Chuck Lever
· 17 years ago
0a48f5d
SUNRPC: RPC version numbers are u32
by Chuck Lever
· 17 years ago
9f6ad26
SUNRPC: Fix socket address handling in rpcb_clnt
by Chuck Lever
· 17 years ago
5138fde
NFS/SUNRPC: Convert all users of rpc_call_setup()
by Trond Myklebust
· 17 years ago
c970aa8
SUNRPC: Clean up rpc_run_task
by Trond Myklebust
· 17 years ago
150030b
NFS: Switch from intr mount option to TASK_KILLABLE
by Matthew Wilcox
· 17 years ago
7f4adef
[2.6 patch] net/sunrpc/rpcb_clnt.c: make struct rpcb_program static
by Adrian Bunk
· 17 years ago
0896a72
NFS/SUNRPC: use transport protocol naming
by \"Talpey, Thomas\
· 17 years ago
1244480
SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions
by \"Talpey, Thomas\
· 17 years ago
4417c8c
SUNRPC: export per-transport rpcbind netid's
by \"Talpey, Thomas\
· 17 years ago
4f40ee4
SUNRPC: move per-transport rpcbind netid's
by \"Talpey, Thomas\
· 17 years ago
906462a
SUNRPC: Split another new rpcbind retry error code from EACCES
by Chuck Lever
· 17 years ago
2429cbf
SUNRPC: Add a new error code for retry waiting for another binder
by Chuck Lever
· 17 years ago
4784cb5
SUNRPC: Retry bad rpcbind replies
by Chuck Lever
· 17 years ago
e65fe39
SUNRPC: Make rpcb_decode_getaddr more picky about universal addresses
by Chuck Lever
· 17 years ago
6d0aa06
SUNRPC: Use correct argument type in memcpy()
by Chuck Lever
· 17 years ago
143b6c4
SUNRPC: Fix generation of universal addresses for
by Chuck Lever
· 17 years ago
d5b6443
SUNRPC: add support for IPv6 to the kernel's rpcbind client
by Chuck Lever
· 17 years ago
adc24df
SUNRPC: Fix a signed v. unsigned comparison in rpcbind's XDR routines
by Chuck Lever
· 17 years ago
45160d6
SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync name
by Chuck Lever
· 17 years ago
cce63cd
SUNRPC: Rename rpcb_getport_external routine
by Chuck Lever
· 17 years ago
f7fb558
SUNRPC: Allow rpcbind requests to be interrupted by a signal.
by Chuck Lever
· 17 years ago
4c402b4
SUNRPC: Remove rpc_clnt->cl_count
by Trond Myklebust
· 17 years ago
90c5755
SUNRPC: Kill rpc_clnt->cl_oneshot
by Trond Myklebust
· 17 years ago
a509050
SUNRPC: introduce rpcbind: replacement for in-kernel portmapper
by Chuck Lever
· 18 years ago