summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)Author
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-21net: better track kernel sockets lifetimeEric Dumazet
2025-02-19SUNRPC: Handle -ETIMEDOUT return from tlshdBenjamin Coddington
2024-11-28sunrpc: fix one UAF issue caused by sunrpc kernel tcp socketLiu Jian
2024-11-28SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUTBenjamin Coddington
2024-11-28sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transportLiu Jian
2024-11-08SUNRPC: Fix a hang in TLS sock_close if sk_write_pendingBenjamin Coddington
2024-11-04sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown
2024-07-11net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann
2024-05-03net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-29Merge tag 'nfs-for-6.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-04-04SUNRPC: add a missing rpc_stat for TCP TLSOlga Kornievskaia
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-03-01SUNRPC: Remove stale commentsChuck Lever
2024-02-28SUNRPC: Add a transport callback to handle dequeuing of an RPC requestTrond Myklebust
2024-02-28SUNRPC: Don't retry using the same source port if connection failedTrond Myklebust
2023-10-22SUNRPC: Force close the socket when a hard error is reportedTrond Myklebust
2023-09-27SUNRPC/TLS: Lock the lower_xprt during the tls handshakeAnna Schumaker
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-08-24SUNRPC: Allow specification of TCP client connect timeout at setupTrond Myklebust
2023-08-24SUNRPC: Refactor and simplify connect timeoutTrond Myklebust
2023-08-24SUNRPC: Set the TCP_SYNCNT to match the socket timeoutTrond Myklebust
2023-07-28SUNRPC: Use new helpers to handle TLS AlertsChuck Lever
2023-07-28SUNRPC: Send TLS Closure alerts before closing a TCP socketChuck Lever
2023-07-28net/tls: Move TLS protocol elements to a separate headerChuck Lever
2023-06-19SUNRPC: Add a TCP-with-TLS RPC transport classChuck Lever
2023-06-19SUNRPC: Capture CMSG metadata on client-side receiveChuck Lever
2023-06-19SUNRPC: Ignore data_ready callbacks during TLS handshakesChuck Lever
2023-06-19SUNRPC: support abstract unix socket addressesNeilBrown
2023-04-11sunrpc: simplify one-level sysctl registration for xs_tunables_tableLuis Chamberlain
2023-03-23SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-06SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust
2022-10-03SUNRPC: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-27SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust
2022-07-23SUNRPC: Replace dprintk() call site in xs_data_readyChuck Lever
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-29Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust
2022-04-29SUNRPC: Ensure timely close of disconnected AF_LOCAL socketsTrond Myklebust
2022-04-28SUNRPC: Don't leak sockets in xs_local_connect()Trond Myklebust
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-04-07SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()Trond Myklebust
2022-04-07SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust