summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva2021-02-011-0/+1
* net: sunrpc: xprtsock.c: Corrected few spellings ,in commentsBhaskar Chowdhury2021-02-011-5/+5
* SUNRPC: correct error code comment in xs_tcp_setup_socket()Calum Mackay2021-02-011-4/+2
* sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni2020-12-141-1/+2
* SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-021-0/+4
* SUNRPC: Replace dprintk() call site in xs_nospace()Chuck Lever2020-09-211-4/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-5/+5
* Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-06-111-2/+10
|\
| * SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever2020-05-181-2/+10
* | ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig2020-05-281-3/+4
* | tcp: add tcp_sock_set_keepcntChristoph Hellwig2020-05-281-2/+1
* | tcp: add tcp_sock_set_keepintvlChristoph Hellwig2020-05-281-2/+1
* | tcp: add tcp_sock_set_keepidleChristoph Hellwig2020-05-281-2/+1
* | tcp: add tcp_sock_set_user_timeoutChristoph Hellwig2020-05-281-2/+1
* | net: add sock_set_reuseportChristoph Hellwig2020-05-281-16/+1
* | net: add sock_set_keepaliveChristoph Hellwig2020-05-281-3/+1
|/
* SUNRPC: Fix backchannel RPC soft lockupsChuck Lever2020-04-171-0/+1
* Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-071-1/+1
|\
| * SUNRPC: remove redundant assignments to variable statusColin Ian King2020-03-161-1/+1
* | SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever2020-03-161-30/+9
* | SUNRPC: Refactor xs_sendpages()Chuck Lever2020-03-161-129/+20
|/
* Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-12-071-1/+2
|\
| * SUNRPC: Fix backchannel latency metricsChuck Lever2019-11-211-1/+2
* | NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2019-11-031-1/+1
* | SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington2019-10-101-9/+8
|/
* SUNRPC: Don't receive TCP data into a request buffer that has been resetTrond Myklebust2019-09-171-1/+7
* SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust2019-07-181-0/+1
* SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-181-0/+1
* Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-07-121-21/+2
|\
| * xprtrdma: Modernize ops->connectChuck Lever2019-07-091-21/+2
* | SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust2019-07-061-12/+11
* | SUNRPC: Replace direct task wakeups from softirq contextTrond Myklebust2019-07-061-6/+72
* | SUNRPC: Fix up calculation of client message lengthTrond Myklebust2019-06-281-8/+8
|/
* SUNRPC: Add tracking of RPC level errorsTrond Myklebust2019-04-251-0/+1
* SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust2019-04-251-4/+4
* SUNRPC: fix uninitialized variable warningAlakesh Haloi2019-03-261-2/+2
* SUNRPC: Fix a client regression when handling oversized repliesTrond Myklebust2019-03-151-1/+1
* SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust2019-03-021-2/+2
* SUNRPC: Fix an Oops in udp_poll()Trond Myklebust2019-02-261-2/+19
* Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-251-32/+67
|\
| * SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-131-31/+60
* | SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()Trond Myklebust2019-02-201-12/+4
* | SUNRPC: Further cleanups of xs_sendpages()Trond Myklebust2019-02-201-10/+1
* | SUNRPC: Convert socket page send code to use iov_iter()Trond Myklebust2019-02-201-36/+13
* | SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()Trond Myklebust2019-02-201-15/+23
* | SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receiveTrond Myklebust2019-02-201-1/+4
* | SUNRPC: Don't suppress socket errors when a message read completesTrond Myklebust2019-02-201-5/+2
* | SUNRPC: Handle zero length fragments correctlyTrond Myklebust2019-02-201-14/+29
* | SUNRPC: Don't reset the stream record info when the receive worker is runningTrond Myklebust2019-02-201-3/+9