summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)Author
2021-07-08Merge part 2 of branch 'sysfs-devel'Trond Myklebust
2021-07-08Merge branch 'sysfs-devel'Trond Myklebust
2021-07-08SUNRPC query transport's source portOlga Kornievskaia
2021-07-08sunrpc: keep track of the xprt_class in rpc_xprt structureOlga Kornievskaia
2021-06-21SUNRPC: prevent port reuse on transports which don't request it.NeilBrown
2021-05-20SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnectedTrond Myklebust
2021-04-05SUNRPC: Ensure the transport backchannel associationBenjamin Coddington
2021-04-05SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust
2021-02-01SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-02-01net: sunrpc: xprtsock.c: Corrected few spellings ,in commentsBhaskar Chowdhury
2021-02-01SUNRPC: correct error code comment in xs_tcp_setup_socket()Calum Mackay
2020-12-14sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni
2020-12-02SUNRPC: 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