aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAge
* missing bits of "iov_iter: Separate type from direction and use accessor func...Al Viro2018-11-01
* Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-10-18
|\
| * sunrpc: Report connect_time in secondsChuck Lever2018-10-02
| * sunrpc: Fix connect metricsChuck Lever2018-10-02
* | sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields2018-10-18
* | SUNRPC: Clean up xs_udp_data_receive()Trond Myklebust2018-09-30
* | SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust2018-09-30
* | SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()Trond Myklebust2018-09-30
* | SUNRPC: Simplify TCP receive code by switching to using iteratorsTrond Myklebust2018-09-30
* | SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust2018-09-30
* | SUNRPC: Clean up transport write space handlingTrond Myklebust2018-09-30
* | SUNRPC: Turn off throttling of RPC slots for TCP socketsTrond Myklebust2018-09-30
* | SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust2018-09-30
* | SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust2018-09-30
* | SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust2018-09-30
* | SUNRPC: Simplify dealing with aborted partially transmitted messagesTrond Myklebust2018-09-30
* | SUNRPC: Add socket transmit queue offset trackingTrond Myklebust2018-09-30
* | SUNRPC: Move reset of TCP state variables into the reconnect codeTrond Myklebust2018-09-30
* | SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust2018-09-30
|/
* sunrpc: whitespace fixesStephen Hemminger2018-07-31
* SUNRPC: Add a ->free_slot transport calloutChuck Lever2018-05-07
* Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-04-12
|\
| * SUNRPC: Make RTT measurement more precise (Send)Chuck Lever2018-04-10
| * SUNRPC: Move xprt_update_rtt callsiteChuck Lever2018-04-10
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
|/
* SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible contextTrond Myklebust2018-02-09
* SUNRPC: Ensure we always close the socket after a connection shuts downTrond Myklebust2018-02-05
* SUNRPC: Add explicit rescheduling points in the receive pathTrond Myklebust2018-01-14
* SUNRPC: Chunk reading of replies from the serverTrond Myklebust2018-01-14
* Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-01
|\
| * SUNRPC: Handle ENETDOWN errorsTrond Myklebust2017-11-30
| * SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust2017-11-29
* | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-17
|\|
| * net: sunrpc: mark expected switch fall-throughsGustavo A. R. Silva2017-11-17
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* sunrpc: remove redundant initialization of sockColin Ian King2017-10-01
* Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2017-09-05
|\
| * sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever2017-08-01
* | SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust2017-08-18
* | SUNRPC: Cleanup xs_tcp_read_common()Trond Myklebust2017-08-16
* | SUNRPC: Don't loop forever in xs_tcp_data_receive()Trond Myklebust2017-08-16
* | SUNRPC: Don't hold the transport lock when receiving backchannel dataTrond Myklebust2017-08-16
* | SUNRPC: Don't hold the transport lock across socket copy operationsTrond Myklebust2017-08-16
|/
* net/sunrpc/xprt_sock: fix regression in connection error reporting.NeilBrown2017-07-21
* SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()NeilBrown2017-05-31
* Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-01
|\
| * sunrpc: silence uninitialized variable warningDan Carpenter2017-02-21
| * sunrpc: Allow xprt->ops->timer method to sleepChuck Lever2017-02-10
| * SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust2017-02-09
| * SUNRPC: Refactor TCP socket timeout code into a helper functionTrond Myklebust2017-02-09