summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Use new helpers to handle TLS AlertsChuck Lever2023-07-281-19/+23
* SUNRPC: Send TLS Closure alerts before closing a TCP socketChuck Lever2023-07-281-0/+2
* net/tls: Move TLS protocol elements to a separate headerChuck Lever2023-07-281-0/+1
* SUNRPC: Add a TCP-with-TLS RPC transport classChuck Lever2023-06-191-0/+370
* SUNRPC: Capture CMSG metadata on client-side receiveChuck Lever2023-06-191-2/+47
* SUNRPC: Ignore data_ready callbacks during TLS handshakesChuck Lever2023-06-191-0/+6
* SUNRPC: support abstract unix socket addressesNeilBrown2023-06-191-2/+7
* sunrpc: simplify one-level sysctl registration for xs_tunables_tableLuis Chamberlain2023-04-111-11/+2
* SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar2023-03-231-0/+1
* net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
* Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+3
* Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-3/+3
|\
| * use less confusing names for iov_iter direction initializersAl Viro2022-11-251-3/+3
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* | SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust2022-10-061-2/+1
* | SUNRPC: move from strlcpy with unused retval to strscpyWolfram Sang2022-10-031-1/+1
|/
* SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust2022-07-271-10/+2
* SUNRPC: Replace dprintk() call site in xs_data_readyChuck Lever2022-07-231-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-4/+31
|\
| * Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust2022-04-291-3/+0
| * SUNRPC: Ensure timely close of disconnected AF_LOCAL socketsTrond Myklebust2022-04-291-0/+21
| * SUNRPC: Don't leak sockets in xs_local_connect()Trond Myklebust2022-04-281-1/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-6/+27
|\|
| * SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()Trond Myklebust2022-04-071-2/+13
| * SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2022-04-071-3/+13
| * SUNRPC: handle malloc failure in ->request_prepareNeilBrown2022-03-291-2/+2
* | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-1/+1
|/
* SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust2022-03-251-2/+24
* SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust2022-03-221-5/+6
* SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust2022-03-221-35/+18
* SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust2022-03-221-18/+4
* SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust2022-03-221-15/+39
* SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust2022-03-221-2/+3
* SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust2022-03-221-10/+12
* SUNRPC: change locking for xs_swap_enable/disableNeilBrown2022-03-131-15/+11
* SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown2022-03-131-0/+8
* SUNRPC: lock against ->sock changing during sysfs readNeilBrown2022-02-081-1/+6
* 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
|/