aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-17[NET] endianness noise: INADDR_ANYAl Viro1-1/+1
2008-02-01SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust1-0/+4
2008-02-01svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker1-0/+35
2008-02-01knfsd: Support adding transports by writing portlist fileTom Tucker1-0/+2
2008-02-01svc: Add svc API that queries for a transport instanceTom Tucker1-0/+35
2008-02-01svc: Add /proc/sys/sunrpc/transport filesTom Tucker1-0/+28
2008-02-01svc: Add transport hdr size for defer/revisitTom Tucker1-9/+27
2008-02-01svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker1-0/+753
2008-02-01svc: Move create logic to common codeTom Tucker1-18/+25
2008-02-01svc: Move the sockaddr information to svc_xprtTom Tucker1-2/+29
2008-02-01svc: Make deferral processing xprt independentTom Tucker1-0/+1
2008-02-01svc: Move the authinfo cache to svc_xprt.Tom Tucker1-0/+4
2008-02-01svc: Make svc_send transport neutralTom Tucker1-0/+1
2008-02-01svc: Make close transport independentTom Tucker1-0/+2
2008-02-01svc: Move sk_server and sk_pool to svc_xprtTom Tucker1-1/+3
2008-02-01svc: Change sk_inuse to a krefTom Tucker1-0/+16
2008-02-01svc: Add a generic transport svc_create_xprt functionTom Tucker1-0/+37
2008-02-01svc: Add an svc transport classTom Tucker1-0/+83