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