aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc_xprt.h
Commit message (Expand)AuthorAge
* sunrpc: don't call sleeping functions from the notifier block callbacksScott Mayhew2017-01-26
* sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew2016-11-14
* SUNRPC: Remove unused callback xpo_adjust_wspace()Trond Myklebust2016-07-13
* SUNRPC: Add a server side per-connection limitTrond Myklebust2016-07-13
* rpc: share one xps between all backchannelsJ. Bruce Fields2016-06-15
* sunrpc: Add a function to close temporary transports immediatelyScott Mayhew2015-12-23
* nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton2015-08-10
* sunrpc: eliminate the XPT_DETACHED flagJeff Layton2014-12-01
* SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedTrond Myklebust2014-07-29
* svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever2014-07-18
* SUNRPC: track whether a request is coming from a loop-back interface.NeilBrown2014-05-22
* NFSD: Ignore client's source port on RDMA transportsChuck Lever2014-05-22
* svcrpc: make svc_xprt_received staticJ. Bruce Fields2012-08-21
* svcrpc: don't bother checking bad svc_addr_len resultJ. Bruce Fields2012-08-21
* svcrpc: share some setup of listening socketsJ. Bruce Fields2012-08-21
* SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky2012-01-31
* SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky2011-12-06
* svcrpc: make svc_delete_xprt staticJ. Bruce Fields2011-12-06
* include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-10-31
* 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