aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)Author
2022-05-12Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust
2020-12-30SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust
2019-12-01sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields
2019-11-24sunrpc: Fix connect metricsChuck Lever
2019-01-13SUNRPC: Fix a race with XPRT_CONNECTINGTrond 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
2017-02-09SUNRPC: Refactor TCP socket timeout code into a helper functionTrond Myklebust
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni
2016-10-28sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton
2016-10-22udp: use it's own memory accounting schemaPaolo Abeni
2016-09-19sunrpc: fix write space race causing stallsDavid Vrabel
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever
2016-09-03sunrpc: fix UDP memory accountingPaolo Abeni
2016-08-05SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust
2016-08-05SUNRPC: Fix reconnection timeoutsTrond Myklebust
2016-08-05SUNRPC: disable the use of IPv6 temporary addresses.NeilBrown
2016-08-01SUNRPC: Handle EADDRNOTAVAIL on connection failuresTrond Myklebust
2016-07-24Merge branch 'sunrpc'Trond Myklebust