| Commit message (Expand) | Author | Age | Files | Lines |
* | svc: Add svc_xprt_names service to replace svc_sock_names | Tom Tucker | 2008-02-01 | 1 | -0/+1 |
* | svc: Add svc API that queries for a transport instance | Tom Tucker | 2008-02-01 | 1 | -0/+1 |
* | svc: Add /proc/sys/sunrpc/transport files | Tom Tucker | 2008-02-01 | 1 | -0/+1 |
* | svc: Move the xprt independent code to the svc_xprt.c file | Tom Tucker | 2008-02-01 | 1 | -0/+27 |
* | svc: Move the sockaddr information to svc_xprt | Tom Tucker | 2008-02-01 | 1 | -0/+51 |
* | svc: Make deferral processing xprt independent | Tom Tucker | 2008-02-01 | 1 | -0/+2 |
* | svc: Move the authinfo cache to svc_xprt. | Tom Tucker | 2008-02-01 | 1 | -0/+4 |
* | svc: Change svc_sock_received to svc_xprt_received and export it | Tom Tucker | 2008-02-01 | 1 | -1/+1 |
* | svc: Make svc_send transport neutral | Tom Tucker | 2008-02-01 | 1 | -0/+1 |
* | svc: Move sk_reserved to svc_xprt | Tom Tucker | 2008-02-01 | 1 | -0/+1 |
* | svc: Make close transport independent | Tom Tucker | 2008-02-01 | 1 | -0/+2 |
* | svc: Move sk_server and sk_pool to svc_xprt | Tom Tucker | 2008-02-01 | 1 | -1/+5 |
* | svc: Move sk_flags to the svc_xprt structure | Tom Tucker | 2008-02-01 | 1 | -0/+12 |
* | svc: Change sk_inuse to a kref | Tom Tucker | 2008-02-01 | 1 | -0/+8 |
* | svc: Add a generic transport svc_create_xprt function | Tom Tucker | 2008-02-01 | 1 | -0/+4 |
* | svc: Add xpo_accept transport function | Tom Tucker | 2008-02-01 | 1 | -0/+1 |
* | svc: Add a transport function that checks for write space | Tom Tucker | 2008-02-01 | 1 | -0/+1 |
* | svc: Add xpo_prep_reply_hdr | Tom Tucker | 2008-02-01 | 1 | -0/+1 |
* | svc: Add per-transport delete functions | Tom Tucker | 2008-02-01 | 1 | -0/+2 |
* | svc: Add transport specific xpo_release function | Tom Tucker | 2008-02-01 | 1 | -0/+1 |
* | svc: Move sk_sendto and sk_recvfrom to svc_xprt_class | Tom Tucker | 2008-02-01 | 1 | -0/+2 |
* | svc: Add a max payload value to the transport | Tom Tucker | 2008-02-01 | 1 | -0/+1 |
* | svc: Add an svc transport class | Tom Tucker | 2008-02-01 | 1 | -0/+31 |