summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc_xprt.h
Commit message (Expand)AuthorAgeFilesLines
* svcrpc: make svc_xprt_received staticJ. Bruce Fields2012-08-211-1/+0
* svcrpc: don't bother checking bad svc_addr_len resultJ. Bruce Fields2012-08-211-2/+1
* svcrpc: share some setup of listening socketsJ. Bruce Fields2012-08-211-0/+1
* SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky2012-01-311-1/+2
* SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky2011-12-061-1/+1
* svcrpc: make svc_delete_xprt staticJ. Bruce Fields2011-12-061-1/+0
* include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-10-311-1/+2
* NFS do not find client in NFSv4 pg_authenticateAndy Adamson2011-01-251-1/+0
* Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-141-1/+1
|\
| * rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields2011-01-111-0/+1
| * sunrpc: remove xpt_poolNeilBrown2010-12-171-1/+0
* | NFS associate sessionid with callback connectionAndy Adamson2011-01-061-0/+1
|/
* nfsd4: fix 4.1 connection registration raceJ. Bruce Fields2010-11-021-4/+14
* nfsd: provide callbacks on svc_xprt deletionJ. Bruce Fields2010-10-011-0/+25
* sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov2010-10-011-0/+1
* sunrpc: Add net argument to svc_create_xprtPavel Emelyanov2010-10-011-2/+2
* sunrpc: Tag svc_xprt with netPavel Emelyanov2010-09-271-0/+2
* nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer2009-09-111-0/+1
* NFSD: Prevent a buffer overflow in svc_xprt_names()Chuck Lever2009-04-281-1/+1
* SUNRPC: Fix error return value of svc_addr_len()Chuck Lever2009-04-281-2/+3
* SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever2009-03-281-1/+2
* SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever2009-03-281-1/+2
* SUNRPC: Clean up static inline functions in svc_xprt.hChuck Lever2009-03-281-20/+26
* misc: replace NIPQUAD()Harvey Harrison2008-10-311-2/+2
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-281-2/+2
* svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker2008-02-011-0/+1
* svc: Add svc API that queries for a transport instanceTom Tucker2008-02-011-0/+1
* svc: Add /proc/sys/sunrpc/transport filesTom Tucker2008-02-011-0/+1
* svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker2008-02-011-0/+27
* svc: Move the sockaddr information to svc_xprtTom Tucker2008-02-011-0/+51
* svc: Make deferral processing xprt independentTom Tucker2008-02-011-0/+2
* svc: Move the authinfo cache to svc_xprt.Tom Tucker2008-02-011-0/+4
* svc: Change svc_sock_received to svc_xprt_received and export itTom Tucker2008-02-011-1/+1
* svc: Make svc_send transport neutralTom Tucker2008-02-011-0/+1
* svc: Move sk_reserved to svc_xprtTom Tucker2008-02-011-0/+1
* svc: Make close transport independentTom Tucker2008-02-011-0/+2
* svc: Move sk_server and sk_pool to svc_xprtTom Tucker2008-02-011-1/+5
* svc: Move sk_flags to the svc_xprt structureTom Tucker2008-02-011-0/+12
* svc: Change sk_inuse to a krefTom Tucker2008-02-011-0/+8
* svc: Add a generic transport svc_create_xprt functionTom Tucker2008-02-011-0/+4
* svc: Add xpo_accept transport functionTom Tucker2008-02-011-0/+1
* svc: Add a transport function that checks for write spaceTom Tucker2008-02-011-0/+1
* svc: Add xpo_prep_reply_hdrTom Tucker2008-02-011-0/+1
* svc: Add per-transport delete functionsTom Tucker2008-02-011-0/+2
* svc: Add transport specific xpo_release functionTom Tucker2008-02-011-0/+1
* svc: Move sk_sendto and sk_recvfrom to svc_xprt_classTom Tucker2008-02-011-0/+2
* svc: Add a max payload value to the transportTom Tucker2008-02-011-0/+1
* svc: Add an svc transport classTom Tucker2008-02-011-0/+31