summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: clean up some inconsistent indentingJiapeng Chong2022-01-061-1/+1
* SUNRPC: use different lock keys for INET6 and LOCALNeilBrown2021-11-221-5/+5
* SUNRPC: Prevent immediate close+reconnectTrond Myklebust2021-11-041-1/+1
* SUNRPC: Fix races when closing the socketTrond Myklebust2021-11-041-0/+1
* SUNRPC: Clean up xs_tcp_setup_sock()Trond Myklebust2021-11-011-40/+28
* SUNRPC: Replace use of socket sk_callback_lock with sock_lockTrond Myklebust2021-11-011-27/+11
* Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-041-4/+11
|\
| * SUNRPC: Tweak TCP socket shutdown in the RPC clientTrond Myklebust2021-08-271-3/+6
| * SUNRPC: Simplify socket shutdown when not reusing TCP portsTrond Myklebust2021-08-271-0/+4
| * sunrpc: Fix return value of get_srcport()Anna Schumaker2021-08-091-1/+1
* | params: lift param_set_uint_minmax to common codeSagi Grimberg2021-08-161-18/+0
|/
* Merge part 2 of branch 'sysfs-devel'Trond Myklebust2021-07-081-0/+7
|\
| * SUNRPC query transport's source portOlga Kornievskaia2021-07-081-0/+7
* | Merge branch 'sysfs-devel'Trond Myklebust2021-07-081-0/+9
|\|
| * sunrpc: keep track of the xprt_class in rpc_xprt structureOlga Kornievskaia2021-07-081-0/+9
* | SUNRPC: prevent port reuse on transports which don't request it.NeilBrown2021-06-211-1/+2
|/
* SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnectedTrond Myklebust2021-05-201-0/+2
* SUNRPC: Ensure the transport backchannel associationBenjamin Coddington2021-04-051-0/+4
* SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust2021-04-051-1/+4
* 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