summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* missing bits of "iov_iter: Separate type from direction and use accessor func...Al Viro2018-11-011-2/+2
* Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-10-181-2/+8
|\
| * sunrpc: Report connect_time in secondsChuck Lever2018-10-021-2/+2
| * sunrpc: Fix connect metricsChuck Lever2018-10-021-4/+6
* | sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields2018-10-181-16/+18
* | SUNRPC: Clean up xs_udp_data_receive()Trond Myklebust2018-09-301-12/+5
* | SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust2018-09-301-121/+16
* | SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()Trond Myklebust2018-09-301-41/+30
* | SUNRPC: Simplify TCP receive code by switching to using iteratorsTrond Myklebust2018-09-301-364/+333
* | SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust2018-09-301-7/+4
* | SUNRPC: Clean up transport write space handlingTrond Myklebust2018-09-301-22/+11
* | 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/+13
* | 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/+25
* | 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/+6
* | SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust2018-09-301-89/+89
|/
* sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+0
* 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/+1
|/
* 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-051-13/+10
* SUNRPC: Add explicit rescheduling points in the receive pathTrond Myklebust2018-01-141-2/+19
* SUNRPC: Chunk reading of replies from the serverTrond Myklebust2018-01-141-4/+11
* Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-011-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-011-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/+8
* | 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/+1
* | 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-011-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
OpenPOWER on IntegriCloud