aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc_xprt.h
Commit message (Expand)AuthorAge
* NFS do not find client in NFSv4 pg_authenticateAndy Adamson2011-01-25
* Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-14
|\
| * rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields2011-01-11
| * sunrpc: remove xpt_poolNeilBrown2010-12-17
* | NFS associate sessionid with callback connectionAndy Adamson2011-01-06
|/
* nfsd4: fix 4.1 connection registration raceJ. Bruce Fields2010-11-02
* nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields2010-10-01
* sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov2010-10-01
* sunrpc: Add net argument to svc_create_xprtPavel Emelyanov2010-10-01
* sunrpc: Tag svc_xprt with netPavel Emelyanov2010-09-27
* nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer2009-09-11
* NFSD: Prevent a buffer overflow in svc_xprt_names()Chuck Lever2009-04-28
* SUNRPC: Fix error return value of svc_addr_len()Chuck Lever2009-04-28
* SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever2009-03-28
* SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever2009-03-28
* SUNRPC: Clean up static inline functions in svc_xprt.hChuck Lever2009-03-28
* misc: replace NIPQUAD()Harvey Harrison2008-10-31
* net: replace %p6 with %pI6Harvey Harrison2008-10-29
* net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-29
* svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker2008-02-01
* svc: Add svc API that queries for a transport instanceTom Tucker2008-02-01
* svc: Add /proc/sys/sunrpc/transport filesTom Tucker2008-02-01
* svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker2008-02-01
* svc: Move the sockaddr information to svc_xprtTom Tucker2008-02-01
* svc: Make deferral processing xprt independentTom Tucker2008-02-01
* svc: Move the authinfo cache to svc_xprt.Tom Tucker2008-02-01
* svc: Change svc_sock_received to svc_xprt_received and export itTom Tucker2008-02-01
* svc: Make svc_send transport neutralTom Tucker2008-02-01
* svc: Move sk_reserved to svc_xprtTom Tucker2008-02-01
* svc: Make close transport independentTom Tucker2008-02-01
* svc: Move sk_server and sk_pool to svc_xprtTom Tucker2008-02-01
* svc: Move sk_flags to the svc_xprt structureTom Tucker2008-02-01
* svc: Change sk_inuse to a krefTom Tucker2008-02-01
* svc: Add a generic transport svc_create_xprt functionTom Tucker2008-02-01
* svc: Add xpo_accept transport functionTom Tucker2008-02-01
* svc: Add a transport function that checks for write spaceTom Tucker2008-02-01
* svc: Add xpo_prep_reply_hdrTom Tucker2008-02-01
* svc: Add per-transport delete functionsTom Tucker2008-02-01
* svc: Add transport specific xpo_release functionTom Tucker2008-02-01
* svc: Move sk_sendto and sk_recvfrom to svc_xprt_classTom Tucker2008-02-01
* svc: Add a max payload value to the transportTom Tucker2008-02-01
* svc: Add an svc transport classTom Tucker2008-02-01