summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc_xprt.h
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever2017-08-241-2/+2
* sunrpc: flag transports as having congestion controlJeff Layton2017-02-241-0/+1
* sunrpc: don't call sleeping functions from the notifier block callbacksScott Mayhew2017-01-121-0/+1
* sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew2016-11-141-0/+1
* SUNRPC: Remove unused callback xpo_adjust_wspace()Trond Myklebust2016-07-131-1/+0
* SUNRPC: Add a server side per-connection limitTrond Myklebust2016-07-131-0/+1
* rpc: share one xps between all backchannelsJ. Bruce Fields2016-06-151-0/+1
* sunrpc: Add a function to close temporary transports immediatelyScott Mayhew2015-12-231-0/+1
* nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton2015-08-101-0/+1
* sunrpc: eliminate the XPT_DETACHED flagJeff Layton2014-12-011-4/+3
* SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedTrond Myklebust2014-07-291-0/+1
* svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever2014-07-181-0/+1
* SUNRPC: track whether a request is coming from a loop-back interface.NeilBrown2014-05-221-0/+1
* NFSD: Ignore client's source port on RDMA transportsChuck Lever2014-05-221-0/+1
* 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
OpenPOWER on IntegriCloud