summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
...
* | SUNRPC: Clean up transport write space handlingTrond Myklebust2018-09-301-22/+11Star
* | SUNRPC: Turn off throttling of RPC slots for TCP socketsTrond Myklebust2018-09-301-1/+1
* | SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust2018-09-301-0/+4
* | SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust2018-09-301-14/+13Star
* | SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust2018-09-301-15/+15
* | SUNRPC: Simplify dealing with aborted partially transmitted messagesTrond Myklebust2018-09-301-26/+25Star
* | SUNRPC: Add socket transmit queue offset trackingTrond Myklebust2018-09-301-18/+22
* | SUNRPC: Move reset of TCP state variables into the reconnect codeTrond Myklebust2018-09-301-7/+6Star
* | SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust2018-09-301-89/+89
|/
* sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+0Star
* SUNRPC: Add a ->free_slot transport calloutChuck Lever2018-05-071-0/+4
* Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-04-121-0/+4
|\
| * SUNRPC: Make RTT measurement more precise (Send)Chuck Lever2018-04-101-0/+3
| * SUNRPC: Move xprt_update_rtt callsiteChuck Lever2018-04-101-0/+1
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-2/+1Star
|/
* SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible contextTrond Myklebust2018-02-091-2/+2
* SUNRPC: Ensure we always close the socket after a connection shuts downTrond Myklebust2018-02-061-13/+10Star
* SUNRPC: Add explicit rescheduling points in the receive pathTrond Myklebust2018-01-151-2/+19
* SUNRPC: Chunk reading of replies from the serverTrond Myklebust2018-01-151-4/+11
* Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-021-0/+2
|\
| * SUNRPC: Handle ENETDOWN errorsTrond Myklebust2017-11-301-0/+1
| * SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust2017-11-291-0/+1
* | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-171-0/+4
|\|
| * net: sunrpc: mark expected switch fall-throughsGustavo A. R. Silva2017-11-171-0/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* sunrpc: remove redundant initialization of sockColin Ian King2017-10-021-1/+1
* Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2017-09-051-4/+4
|\
| * sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever2017-08-011-4/+4
* | SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust2017-08-181-14/+16
* | SUNRPC: Cleanup xs_tcp_read_common()Trond Myklebust2017-08-161-17/+8Star
* | SUNRPC: Don't loop forever in xs_tcp_data_receive()Trond Myklebust2017-08-161-6/+7
* | SUNRPC: Don't hold the transport lock when receiving backchannel dataTrond Myklebust2017-08-161-4/+1Star
* | SUNRPC: Don't hold the transport lock across socket copy operationsTrond Myklebust2017-08-161-5/+18
|/
* net/sunrpc/xprt_sock: fix regression in connection error reporting.NeilBrown2017-07-211-0/+2
* SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()NeilBrown2017-05-311-1/+6
* Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-021-20/+74
|\
| * sunrpc: silence uninitialized variable warningDan Carpenter2017-02-211-1/+3
| * sunrpc: Allow xprt->ops->timer method to sleepChuck Lever2017-02-101-0/+2
| * SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust2017-02-091-4/+47
| * SUNRPC: Refactor TCP socket timeout code into a helper functionTrond Myklebust2017-02-091-19/+26
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-0/+1
|\
| * sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton2016-10-281-0/+1
* | udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-1/+1
* | udp: use it's own memory accounting schemaPaolo Abeni2016-10-221-1/+1
|/
* sunrpc: fix write space race causing stallsDavid Vrabel2016-09-191-1/+10
* SUNRPC: Generalize the RPC buffer release APIChuck Lever2016-09-191-4/+2Star
* SUNRPC: Generalize the RPC buffer allocation APIChuck Lever2016-09-191-6/+11
* sunrpc: fix UDP memory accountingPaolo Abeni2016-09-031-1/+1
* SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust2016-08-051-6/+12