Age | Commit message (Expand) | Author | Files | Lines |
2009-09-11 | nfsd41: sunrpc: Added rpc server-side backchannel handling | Rahul Iyer | 1 | -0/+1 |
2009-04-28 | NFSD: Prevent a buffer overflow in svc_xprt_names() | Chuck Lever | 1 | -1/+1 |
2009-04-28 | SUNRPC: Fix error return value of svc_addr_len() | Chuck Lever | 1 | -2/+3 |
2009-03-28 | SUNRPC: Change svc_create_xprt() to take a @family argument | Chuck Lever | 1 | -1/+2 |
2009-03-28 | SUNRPC: Clean up svc_find_xprt() calling sequence | Chuck Lever | 1 | -1/+2 |
2009-03-28 | SUNRPC: Clean up static inline functions in svc_xprt.h | Chuck Lever | 1 | -20/+26 |
2008-10-31 | misc: replace NIPQUAD() | Harvey Harrison | 1 | -2/+2 |
2008-10-29 | net: replace %p6 with %pI6 | Harvey Harrison | 1 | -1/+1 |
2008-10-29 | net: replace uses of NIP6_FMT with %p6 | Harvey Harrison | 1 | -2/+2 |
2008-02-02 | svc: Add svc_xprt_names service to replace svc_sock_names | Tom Tucker | 1 | -0/+1 |
2008-02-02 | svc: Add svc API that queries for a transport instance | Tom Tucker | 1 | -0/+1 |
2008-02-02 | svc: Add /proc/sys/sunrpc/transport files | Tom Tucker | 1 | -0/+1 |
2008-02-02 | svc: Move the xprt independent code to the svc_xprt.c file | Tom Tucker | 1 | -0/+27 |
2008-02-02 | svc: Move the sockaddr information to svc_xprt | Tom Tucker | 1 | -0/+51 |
2008-02-02 | svc: Make deferral processing xprt independent | Tom Tucker | 1 | -0/+2 |
2008-02-02 | svc: Move the authinfo cache to svc_xprt. | Tom Tucker | 1 | -0/+4 |
2008-02-02 | svc: Change svc_sock_received to svc_xprt_received and export it | Tom Tucker | 1 | -1/+1 |
2008-02-02 | svc: Make svc_send transport neutral | Tom Tucker | 1 | -0/+1 |
2008-02-02 | svc: Move sk_reserved to svc_xprt | Tom Tucker | 1 | -0/+1 |
2008-02-02 | svc: Make close transport independent | Tom Tucker | 1 | -0/+2 |
2008-02-02 | svc: Move sk_server and sk_pool to svc_xprt | Tom Tucker | 1 | -1/+5 |
2008-02-02 | svc: Move sk_flags to the svc_xprt structure | Tom Tucker | 1 | -0/+12 |
2008-02-02 | svc: Change sk_inuse to a kref | Tom Tucker | 1 | -0/+8 |
2008-02-02 | svc: Add a generic transport svc_create_xprt function | Tom Tucker | 1 | -0/+4 |
2008-02-02 | svc: Add xpo_accept transport function | Tom Tucker | 1 | -0/+1 |
2008-02-02 | svc: Add a transport function that checks for write space | Tom Tucker | 1 | -0/+1 |
2008-02-02 | svc: Add xpo_prep_reply_hdr | Tom Tucker | 1 | -0/+1 |
2008-02-02 | svc: Add per-transport delete functions | Tom Tucker | 1 | -0/+2 |
2008-02-02 | svc: Add transport specific xpo_release function | Tom Tucker | 1 | -0/+1 |
2008-02-02 | svc: Move sk_sendto and sk_recvfrom to svc_xprt_class | Tom Tucker | 1 | -0/+2 |
2008-02-02 | svc: Add a max payload value to the transport | Tom Tucker | 1 | -0/+1 |
2008-02-02 | svc: Add an svc transport class | Tom Tucker | 1 | -0/+31 |