aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)Author
2022-05-18SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva
2022-05-18SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust
2022-05-18SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust
2022-05-18SUNRPC: Prevent immediate close+reconnectTrond Myklebust
2022-05-12Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust
2022-04-13SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust
2021-09-18sunrpc: Fix return value of get_srcport()Anna Schumaker
2021-09-18SUNRPC query transport's source portOlga Kornievskaia
2021-07-20SUNRPC: prevent port reuse on transports which don't request it.NeilBrown
2020-12-30sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni
2020-12-30SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust
2020-09-21SUNRPC: Replace dprintk() call site in xs_nospace()Chuck Lever
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-05-28ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig
2020-05-28net: add sock_set_reuseportChristoph Hellwig
2020-05-28net: add sock_set_keepaliveChristoph Hellwig
2020-05-18SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsChuck Lever
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-03-16SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever
2020-03-16SUNRPC: Refactor xs_sendpages()Chuck Lever
2020-03-16SUNRPC: remove redundant assignments to variable statusColin Ian King
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-11-21SUNRPC: Fix backchannel latency metricsChuck Lever
2019-11-03NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust
2019-10-10SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington
2019-09-17SUNRPC: Don't receive TCP data into a request buffer that has been resetTrond Myklebust
2019-07-18SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-07-09xprtrdma: Modernize ops->connectChuck Lever
2019-07-06SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust
2019-07-06SUNRPC: Replace direct task wakeups from softirq contextTrond Myklebust
2019-06-28SUNRPC: Fix up calculation of client message lengthTrond Myklebust
2019-04-25SUNRPC: Add tracking of RPC level errorsTrond Myklebust
2019-04-25SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust
2019-03-26SUNRPC: fix uninitialized variable warningAlakesh Haloi
2019-03-15SUNRPC: Fix a client regression when handling oversized repliesTrond Myklebust
2019-03-02SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust
2019-02-26SUNRPC: Fix an Oops in udp_poll()Trond Myklebust
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-02-20SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()Trond Myklebust
2019-02-20SUNRPC: Further cleanups of xs_sendpages()Trond Myklebust
2019-02-20SUNRPC: Convert socket page send code to use iov_iter()Trond Myklebust