index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
rpcb_clnt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-21
SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefined
Trond Myklebust
1
-14
/
+13
2012-03-02
SUNRPC: Move clnt->cl_server into struct rpc_xprt
Trond Myklebust
1
-2
/
+2
2012-03-02
SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field
Trond Myklebust
1
-4
/
+11
2012-01-31
SUNRPC: constify the rpc_program
Trond Myklebust
1
-10
/
+10
2012-01-31
SUNRPC: constify rpc_clnt fields cl_server and cl_protname
Trond Myklebust
1
-1
/
+1
2012-01-31
SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedure
Stanislav Kinsbursky
1
-1
/
+2
2012-01-31
SUNRPC: parametrize rpc_uaddr2sockaddr() by network context
Stanislav Kinsbursky
1
-1
/
+1
2012-01-31
SUNRPC: parametrize local rpcbind clients creation with net ns
Stanislav Kinsbursky
1
-4
/
+3
2012-01-31
SUNRPC: register rpcbind programs in passed network namespase context
Stanislav Kinsbursky
1
-4
/
+4
2012-01-31
SUNRPC: create rpcbind client in passed network namespace context
Stanislav Kinsbursky
1
-5
/
+6
2012-01-31
SUNRPC: optimize net_ns dereferencing in rpcbind registering calls
Stanislav Kinsbursky
1
-9
/
+9
2012-01-31
SUNRPC: optimize net_ns dereferencing in rpcbind creation calls
Stanislav Kinsbursky
1
-16
/
+19
2012-01-31
SUNRPC: move rpcbind internals to sunrpc part of network namespace context
Stanislav Kinsbursky
1
-29
/
+35
2011-10-25
SUNRPC: remove rpcbind clients destruction on module cleanup
Stanislav Kinsbursky
1
-12
/
+0
2011-10-25
SUNRPC: remove rpcbind clients creation during service registering
Stanislav Kinsbursky
1
-9
/
+0
2011-10-25
SUNRPC: introduce svc helpers for prepairing rpcbind infrastructure
Stanislav Kinsbursky
1
-1
/
+1
2011-10-25
SUNRPC: use rpcbind reference counting helpers
Stanislav Kinsbursky
1
-8
/
+4
2011-10-25
SUNRPC: introduce helpers for reference counted rpcbind clients
Stanislav Kinsbursky
1
-0
/
+53
2011-10-18
SUNRPC: Fix rpc_sockaddr2uaddr
Trond Myklebust
1
-3
/
+3
2011-07-12
SUNRPC: Fix use of static variable in rpcb_getport_async
Ben Greear
1
-1
/
+1
2011-05-27
SUNRPC: Use AF_LOCAL for rpcbind upcalls
Chuck Lever
1
-14
/
+83
2010-12-16
SUNRPC: New xdr_streams XDR decoder API
Chuck Lever
1
-26
/
+20
2010-12-16
SUNRPC: New xdr_streams XDR encoder API
Chuck Lever
1
-27
/
+20
2010-12-16
SUNRPC: Determine value of "nrprocs" automatically
Chuck Lever
1
-7
/
+3
2010-12-16
SUNRPC: Avoid return code checking in rpcbind XDR encoder functions
Chuck Lever
1
-39
/
+21
2010-10-26
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+3
2010-10-19
sunrpc: Don't return NULL from rpcb_create
Pavel Emelyanov
1
-1
/
+1
2010-10-01
sunrpc: Add net to rpc_create_args
Pavel Emelyanov
1
-0
/
+2
2010-09-21
SUNRPC: Correct an rpcbind debugging message
Chuck Lever
1
-2
/
+3
2010-09-17
SUNRPC: Remove rpcb_getport_sync()
Chuck Lever
1
-51
/
+0
2010-05-25
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...
Alexey Dobriyan
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-03
SUNRPC: Use soft connects for autobinding over TCP
Chuck Lever
1
-1
/
+1
2009-12-03
SUNRPC: Use TCP for local rpcbind upcalls
Chuck Lever
1
-2
/
+2
2009-12-03
SUNRPC: Use a cached RPC client and transport for rpcbind upcalls
Chuck Lever
1
-16
/
+77
2009-12-03
SUNRPC: Simplify synopsis of rpcb_local_clnt()
Chuck Lever
1
-7
/
+4
2009-08-09
SUNRPC: Eliminate PROC macro from rpcb_clnt
Chuck Lever
1
-22
/
+91
2009-08-09
SUNRPC: Clean up: Remove unused XDR decoder functions from rpcb_clnt.c
Chuck Lever
1
-81
/
+0
2009-08-09
SUNRPC: Introduce new xdr_stream-based decoders to rpcb_clnt.c
Chuck Lever
1
-3
/
+77
2009-08-09
SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSET
Chuck Lever
1
-0
/
+22
2009-08-09
SUNRPC: Clean up: Remove unused XDR encoder functions from rpcb_clnt.c
Chuck Lever
1
-34
/
+0
2009-08-09
SUNRPC: Introduce new xdr_stream-based encoders to rpcb_clnt.c
Chuck Lever
1
-1
/
+75
2009-08-09
SUNRPC: Remove duplicate universal address generation
Chuck Lever
1
-19
/
+29
2009-08-09
SUNRPC: Move XDR data type size macros
Chuck Lever
1
-25
/
+31
2009-03-28
SUNRPC: rpcb_register() should handle errors silently
Chuck Lever
1
-1
/
+1
2009-03-28
SUNRPC: Allow callers to pass rpcb_v4_register a NULL address
Chuck Lever
1
-10
/
+28
2009-03-28
SUNRPC: rpcbind actually interprets r_owner string
Chuck Lever
1
-3
/
+10
2009-03-28
SUNRPC: Clean up address type casts in rpcb_v4_register()
Chuck Lever
1
-14
/
+12
2009-03-28
SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC services
Chuck Lever
1
-17
/
+6
2009-03-28
SUNRPC: Don't flag empty RPCB_GETADDR reply as bogus
Chuck Lever
1
-3
/
+8
[next]