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
/
svc_xprt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-23
SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page fails
Jeff Layton
1
-3
/
+5
2008-04-23
SUNRPC: have svc_recv() check kthread_should_stop()
Jeff Layton
1
-2
/
+22
2008-03-17
[NET] endianness noise: INADDR_ANY
Al Viro
1
-1
/
+1
2008-02-01
SUNRPC: Move exported symbol definitions after function declaration part 2
Trond Myklebust
1
-0
/
+4
2008-02-01
svc: Add svc_xprt_names service to replace svc_sock_names
Tom Tucker
1
-0
/
+35
2008-02-01
knfsd: Support adding transports by writing portlist file
Tom Tucker
1
-0
/
+2
2008-02-01
svc: Add svc API that queries for a transport instance
Tom Tucker
1
-0
/
+35
2008-02-01
svc: Add /proc/sys/sunrpc/transport files
Tom Tucker
1
-0
/
+28
2008-02-01
svc: Add transport hdr size for defer/revisit
Tom Tucker
1
-9
/
+27
2008-02-01
svc: Move the xprt independent code to the svc_xprt.c file
Tom Tucker
1
-0
/
+753
2008-02-01
svc: Move create logic to common code
Tom Tucker
1
-18
/
+25
2008-02-01
svc: Move the sockaddr information to svc_xprt
Tom Tucker
1
-2
/
+29
2008-02-01
svc: Make deferral processing xprt independent
Tom Tucker
1
-0
/
+1
2008-02-01
svc: Move the authinfo cache to svc_xprt.
Tom Tucker
1
-0
/
+4
2008-02-01
svc: Make svc_send transport neutral
Tom Tucker
1
-0
/
+1
2008-02-01
svc: Make close transport independent
Tom Tucker
1
-0
/
+2
2008-02-01
svc: Move sk_server and sk_pool to svc_xprt
Tom Tucker
1
-1
/
+3
2008-02-01
svc: Change sk_inuse to a kref
Tom Tucker
1
-0
/
+16
2008-02-01
svc: Add a generic transport svc_create_xprt function
Tom Tucker
1
-0
/
+37
2008-02-01
svc: Add an svc transport class
Tom Tucker
1
-0
/
+83