aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc/xprtsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+22
2024-03-01SUNRPC: Remove stale commentsChuck Lever1-9/+0
2024-02-28SUNRPC: Add a transport callback to handle dequeuing of an RPC requestTrond Myklebust1-0/+13
2024-02-28SUNRPC: Don't retry using the same source port if connection failedTrond Myklebust1-1/+9
2023-10-22SUNRPC: Force close the socket when a hard error is reportedTrond Myklebust1-9/+5
2023-09-27SUNRPC/TLS: Lock the lower_xprt during the tls handshakeAnna Schumaker1-0/+6
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-15/+40
2023-08-24SUNRPC: Allow specification of TCP client connect timeout at setupTrond Myklebust1-2/+5
2023-08-24SUNRPC: Refactor and simplify connect timeoutTrond Myklebust1-13/+21
2023-08-24SUNRPC: Set the TCP_SYNCNT to match the socket timeoutTrond Myklebust1-0/+14
2023-07-28SUNRPC: Use new helpers to handle TLS AlertsChuck Lever1-19/+23
2023-07-28SUNRPC: Send TLS Closure alerts before closing a TCP socketChuck Lever1-0/+2
2023-07-28net/tls: Move TLS protocol elements to a separate headerChuck Lever1-0/+1
2023-06-19SUNRPC: Add a TCP-with-TLS RPC transport classChuck Lever1-0/+370
2023-06-19SUNRPC: Capture CMSG metadata on client-side receiveChuck Lever1-2/+47
2023-06-19SUNRPC: Ignore data_ready callbacks during TLS handshakesChuck Lever1-0/+6
2023-06-19SUNRPC: support abstract unix socket addressesNeilBrown1-2/+7
2023-04-11sunrpc: simplify one-level sysctl registration for xs_tunables_tableLuis Chamberlain1-11/+2
2023-03-23SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar1-0/+1
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+3
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington1-0/+3
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-3/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-06SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust1-2/+1
2022-10-03SUNRPC: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-27SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust1-10/+2
2022-07-23SUNRPC: Replace dprintk() call site in xs_data_readyChuck Lever1-2/+4
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+31
2022-04-29Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust1-3/+0
2022-04-29SUNRPC: Ensure timely close of disconnected AF_LOCAL socketsTrond Myklebust1-0/+21
2022-04-28SUNRPC: Don't leak sockets in xs_local_connect()Trond Myklebust1-1/+10
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-6/+27
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-1/+1
2022-04-07SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()Trond Myklebust1-2/+13
2022-04-07SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust1-3/+13
2022-03-29SUNRPC: handle malloc failure in ->request_prepareNeilBrown1-2/+2
2022-03-25SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust1-2/+24
2022-03-22SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust1-5/+6
2022-03-22SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust1-35/+18
2022-03-22SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust1-18/+4
2022-03-22SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust1-15/+39
2022-03-22SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust1-2/+3
2022-03-22SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust1-10/+12
2022-03-13SUNRPC: change locking for xs_swap_enable/disableNeilBrown1-15/+11
2022-03-13SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown1-0/+8
2022-02-08SUNRPC: lock against ->sock changing during sysfs readNeilBrown1-1/+6
2022-01-06SUNRPC: clean up some inconsistent indentingJiapeng Chong1-1/+1