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