summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc_xprt.h
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: change svc_xprt::xpt_flags bits to enumChuck Lever2023-08-291-17/+21
* SUNRPC: always free ctxt when freeing deferred requestNeilBrown2023-05-141-1/+1
* SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever2023-04-271-1/+4
* SUNRPC: Remove ->xpo_secure_port()Chuck Lever2023-02-201-1/+0
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+1
|\
| * SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet2022-01-281-0/+1
* | SUNRPC: Teach server to recognize RPC_AUTH_TLSChuck Lever2022-02-281-0/+1
* | SUNRPC: Remove svc_shutdown_net()Chuck Lever2022-02-281-0/+1
* | SUNRPC: Rename svc_close_xprt()Chuck Lever2022-02-281-1/+1
* | SUNRPC: Rename svc_create_xprt()Chuck Lever2022-02-281-3/+4
* | SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2022-02-281-1/+0
|/
* SUNRPC: Export svc_xprt_received()Chuck Lever2021-03-221-0/+1
* svcrdma: Add a "deferred close" helperChuck Lever2021-03-221-0/+1
* SUNRPC: Rename svc_encode_read_payload()Chuck Lever2020-11-301-2/+2
* SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever2020-05-181-0/+6
* nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-03-161-0/+2
* SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-241-1/+3
* sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2018-12-271-1/+0
* SUNRPC: Clean up transport write space handlingTrond Myklebust2018-09-301-1/+0
* sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever2018-04-031-0/+4
* svc: Simplify ->xpo_secure_portChuck Lever2018-04-031-1/+1
* 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