summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svcsock.h
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Remove unused declarationsYue Haibing2023-08-291-3/+0
* SUNRPC: remove timeout arg from svc_recv()NeilBrown2023-08-291-1/+1
* SUNRPC: change svc_recv() to return void.NeilBrown2023-08-291-1/+1
* SUNRPC: Revert e0a912e8ddbaChuck Lever2023-08-291-2/+0
* SUNRPC: Send RPC message on TCP with a single sock_sendmsg() callChuck Lever2023-08-291-0/+2
* nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2023-05-311-4/+3
* SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever2023-04-271-0/+2
* SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever2023-04-261-1/+1
* SUNRPC: Use TCP_CORK to optimise send performance on the serverTrond Myklebust2021-02-161-0/+2
* SUNRPC: Rename svc_sock::sk_reclenChuck Lever2020-05-181-3/+3
* SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-241-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-121-1/+1
|\
| * net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* | nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-03-311-0/+1
|/
* svcrpc: track rpc data length separately from sk_tcplenJ. Bruce Fields2012-12-041-2/+9
* svcrpc: don't byte-swap sk_reclen in placeJ. Bruce Fields2012-12-041-1/+11
* nfsd: remove unused listener-removal interfacesJ. Bruce Fields2012-09-101-3/+0
* SUNRPC: service destruction in network namespace contextStanislav Kinsbursky2012-02-151-1/+1
* svcrpc: destroy server sockets all at onceJ. Bruce Fields2011-12-061-1/+1
* SUNRPC: Don't wait for full record to receive tcp dataJ. Bruce Fields2011-04-071-0/+1
* rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields2011-01-111-1/+0
* nfsd41: sunrpc: Added rpc server-side backchannel handlingRahul Iyer2009-09-111-0/+1
* Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds2009-06-221-2/+5
|\
| * SUNRPC: pass buffer size to svc_sock_names()Chuck Lever2009-04-281-1/+3
| * SUNRPC: pass buffer size to svc_addsock()Chuck Lever2009-04-281-1/+2
* | nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backcha...Benny Halevy2009-06-171-0/+2
|/
* NLM: Remove unused argument from svc_addsock() functionChuck Lever2008-10-041-4/+1
* SUNRPC: Update RPC server's TCP record marker decoderChuck Lever2008-04-231-2/+2
* svc: Move the sockaddr information to svc_xprtTom Tucker2008-02-011-4/+0
* svc: Make deferral processing xprt independentTom Tucker2008-02-011-3/+0
* svc: Move the authinfo cache to svc_xprt.Tom Tucker2008-02-011-5/+0
* svc: Remove sk_lastrecvTom Tucker2008-02-011-1/+0
* svc: Make svc_send transport neutralTom Tucker2008-02-011-1/+0
* svc: Move sk_reserved to svc_xprtTom Tucker2008-02-011-2/+0
* svc: Make close transport independentTom Tucker2008-02-011-3/+1
* svc: Move sk_server and sk_pool to svc_xprtTom Tucker2008-02-011-2/+0
* svc: Move sk_flags to the svc_xprt structureTom Tucker2008-02-011-13/+0
* svc: Change sk_inuse to a krefTom Tucker2008-02-011-1/+0
* svc: Change services to use new svc_create_xprt serviceTom Tucker2008-02-011-1/+0
* svc: Add xpo_accept transport functionTom Tucker2008-02-011-0/+1
* svc: Move sk_sendto and sk_recvfrom to svc_xprt_classTom Tucker2008-02-011-3/+0
* svc: Make svc_sock the tcp/udp transportTom Tucker2008-02-011-0/+4
* SUNRPC server: record the destination address of a requestFrank van Maarseveen2007-07-101-0/+1
* knfsd: rename sk_defer_lock to sk_lockNeilBrown2007-05-091-1/+2
* [PATCH] knfsd: fix recently introduced problem with shutting down a busy NFS ...NeilBrown2007-03-061-1/+1
* [PATCH] knfsd: SUNRPC: Cache remote peer's address in svc_sockChuck Lever2007-02-121-0/+3
* [PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with...Chuck Lever2007-02-121-1/+1
* [PATCH] knfsd: SUNRPC: update internal API: separate pmap register and temp s...Chuck Lever2007-02-121-0/+7
* [PATCH] knfsd: fix a race in closing NFSd connectionsNeilBrown2007-02-091-1/+1