index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svc_xprt.c
Age
Commit message (
Expand
)
Author
2008-05-19
svc: Remove unused header files from svc_xprt.c
Tom Tucker
2008-05-19
svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueue
Tom Tucker
2008-04-23
SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page fails
Jeff Layton
2008-04-23
SUNRPC: have svc_recv() check kthread_should_stop()
Jeff Layton
2008-03-17
[NET] endianness noise: INADDR_ANY
Al Viro
2008-02-01
SUNRPC: Move exported symbol definitions after function declaration part 2
Trond Myklebust
2008-02-01
svc: Add svc_xprt_names service to replace svc_sock_names
Tom Tucker
2008-02-01
knfsd: Support adding transports by writing portlist file
Tom Tucker
2008-02-01
svc: Add svc API that queries for a transport instance
Tom Tucker
2008-02-01
svc: Add /proc/sys/sunrpc/transport files
Tom Tucker
2008-02-01
svc: Add transport hdr size for defer/revisit
Tom Tucker
2008-02-01
svc: Move the xprt independent code to the svc_xprt.c file
Tom Tucker
2008-02-01
svc: Move create logic to common code
Tom Tucker
2008-02-01
svc: Move the sockaddr information to svc_xprt
Tom Tucker
2008-02-01
svc: Make deferral processing xprt independent
Tom Tucker
2008-02-01
svc: Move the authinfo cache to svc_xprt.
Tom Tucker
2008-02-01
svc: Make svc_send transport neutral
Tom Tucker
2008-02-01
svc: Make close transport independent
Tom Tucker
2008-02-01
svc: Move sk_server and sk_pool to svc_xprt
Tom Tucker
2008-02-01
svc: Change sk_inuse to a kref
Tom Tucker
2008-02-01
svc: Add a generic transport svc_create_xprt function
Tom Tucker
2008-02-01
svc: Add an svc transport class
Tom Tucker