- 75eb6af SUNRPC: Add a TCP-with-TLS RPC transport class by Chuck Lever · 1 year, 9 months ago
- dea034b SUNRPC: Capture CMSG metadata on client-side receive by Chuck Lever · 1 year, 9 months ago
- 0d3ca07 SUNRPC: Ignore data_ready callbacks during TLS handshakes by Chuck Lever · 1 year, 9 months ago
- 4388ce0 SUNRPC: support abstract unix socket addresses by NeilBrown · 1 year, 10 months ago
- c946cb6 sunrpc: simplify one-level sysctl registration for xs_tunables_table by Luis Chamberlain · 2 years ago
- 943d045 SUNRPC: fix shutdown of NFS TCP client socket by Siddharth Kawar · 2 years ago
- 40e0b09 net/sock: Introduce trace_sk_data_ready() by Peilin Ye · 2 years, 2 months ago
- 9812386 Treewide: Stop corrupting socket's task_frag by Benjamin Coddington · 2 years, 3 months ago
- 75f4d9a Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 3 months ago
- de4eda9 use less confusing names for iov_iter direction initializers by Al Viro · 2 years, 6 months ago
- 8032bf1 treewide: use get_random_u32_below() instead of deprecated function by Jason A. Donenfeld · 2 years, 5 months ago
- f1947d7 Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 2 years, 5 months ago
- 81895a6 treewide: use prandom_u32_max() when possible, part 1 by Jason A. Donenfeld · 2 years, 5 months ago
- 3949419 SUNRPC: Fix races with rpc_killall_tasks() by Trond Myklebust · 2 years, 5 months ago
- 15bcdc92 SUNRPC: move from strlcpy with unused retval to strscpy by Wolfram Sang · 2 years, 7 months ago
- 72691a2 SUNRPC: Don't reuse bvec on retransmission of the request by Trond Myklebust · 2 years, 8 months ago
- f67939e4 SUNRPC: Replace dprintk() call site in xs_data_ready by Chuck Lever · 2 years, 8 months ago
- 9b19e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 10 months ago
- a3d0562 Revert "SUNRPC: attempt AF_LOCAL connect on setup" by Trond Myklebust · 2 years, 11 months ago
- efce2d0 SUNRPC: Ensure timely close of disconnected AF_LOCAL sockets by Trond Myklebust · 2 years, 11 months ago
- aad41a7 SUNRPC: Don't leak sockets in xs_local_connect() by Trond Myklebust · 2 years, 11 months ago
- edf45f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Paolo Abeni · 2 years, 11 months ago
- ec09526 net: remove noblock parameter from recvmsg() entities by Oliver Hartkopp · 2 years, 11 months ago
- ff053db SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg() by Trond Myklebust · 3 years ago
- f004320 SUNRPC: Ensure we flush any closed sockets before xs_xprt_free() by Trond Myklebust · 3 years ago
- eb07d5a SUNRPC: handle malloc failure in ->request_prepare by NeilBrown · 3 years ago
- 421ab1b SUNRPC: Do not dereference non-socket transports in sysfs by Trond Myklebust · 3 years ago
- b264801 SUNRPC: Make the rpciod and xprtiod slab allocation modes consistent by Trond Myklebust · 3 years ago
- d0afde5 SUNRPC: Improve accuracy of socket ENOBUFS determination by Trond Myklebust · 3 years ago
- 2790a62 SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACE by Trond Myklebust · 3 years ago
- 7496b59f SUNRPC: Fix socket waits for write buffer space by Trond Myklebust · 3 years ago
- 3b21f75 SUNRPC: Only save the TCP source port after the connection is complete by Trond Myklebust · 3 years ago
- 89f42494 SUNRPC: Don't call connect() more than once on a TCP socket by Trond Myklebust · 3 years ago
- 693486d SUNRPC: change locking for xs_swap_enable/disable by NeilBrown · 3 years ago
- 8db55a0 SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC by NeilBrown · 3 years ago
- b49ea67 SUNRPC: lock against ->sock changing during sysfs read by NeilBrown · 3 years, 2 months ago
- c4f03966 SUNRPC: clean up some inconsistent indenting by Jiapeng Chong · 3 years, 4 months ago
- 064a917 SUNRPC: use different lock keys for INET6 and LOCAL by NeilBrown · 3 years, 4 months ago
- 3be232f SUNRPC: Prevent immediate close+reconnect by Trond Myklebust · 3 years, 5 months ago
- d896ba8 SUNRPC: Fix races when closing the socket by Trond Myklebust · 3 years, 4 months ago
- 280254b SUNRPC: Clean up xs_tcp_setup_sock() by Trond Myklebust · 3 years, 4 months ago
- ea9afca SUNRPC: Replace use of socket sk_callback_lock with sock_lock by Trond Myklebust · 3 years, 4 months ago
- 0961f0c Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years, 6 months ago
- 7c81e6a SUNRPC: Tweak TCP socket shutdown in the RPC client by Trond Myklebust · 3 years, 7 months ago
- 0a6ff58 SUNRPC: Simplify socket shutdown when not reusing TCP ports by Trond Myklebust · 3 years, 7 months ago
- 2a14c9a params: lift param_set_uint_minmax to common code by Sagi Grimberg · 3 years, 9 months ago
- 5d46dd0 sunrpc: Fix return value of get_srcport() by Anna Schumaker · 3 years, 8 months ago
- 878b3df Merge part 2 of branch 'sysfs-devel' by Trond Myklebust · 3 years, 9 months ago
- 526fca3 Merge branch 'sysfs-devel' by Trond Myklebust · 3 years, 9 months ago
- a848248 SUNRPC query transport's source port by Olga Kornievskaia · 3 years, 9 months ago
- d3abc73 sunrpc: keep track of the xprt_class in rpc_xprt structure by Olga Kornievskaia · 3 years, 9 months ago
- bc1c56e SUNRPC: prevent port reuse on transports which don't request it. by NeilBrown · 3 years, 9 months ago
- d275880 SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnected by Trond Myklebust · 3 years, 10 months ago
- 98b5cee SUNRPC: Ensure the transport backchannel association by Benjamin Coddington · 4 years ago
- d737e5d SUNRPC: Set TCP_CORK until the transmit queue is empty by Trond Myklebust · 4 years, 1 month ago
- 93f479d SUNRPC: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 4 months ago
- 12b20ce net: sunrpc: xprtsock.c: Corrected few spellings ,in comments by Bhaskar Chowdhury · 4 years, 4 months ago
- 8c71139 SUNRPC: correct error code comment in xs_tcp_setup_socket() by Calum Mackay · 4 years, 5 months ago
- ac9645c sunrpc: fix xs_read_xdr_buf for partial pages receive by Dan Aloni · 4 years, 3 months ago
- d5aa6b2 SUNRPC: xprt_load_transport() needs to support the netid "rdma6" by Trond Myklebust · 4 years, 4 months ago
- 015747d SUNRPC: Replace dprintk() call site in xs_nospace() by Chuck Lever · 4 years, 8 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 9 months ago
- c742b63 Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 9 months ago
- 18d5ad6 ipv6: add ip6_sock_set_addr_preferences by Christoph Hellwig · 4 years, 10 months ago
- 480aeb9 tcp: add tcp_sock_set_keepcnt by Christoph Hellwig · 4 years, 10 months ago
- d41ecaa tcp: add tcp_sock_set_keepintvl by Christoph Hellwig · 4 years, 10 months ago
- 71c48eb tcp: add tcp_sock_set_keepidle by Christoph Hellwig · 4 years, 10 months ago
- c488aea tcp: add tcp_sock_set_user_timeout by Christoph Hellwig · 4 years, 10 months ago
- fe31a32 net: add sock_set_reuseport by Christoph Hellwig · 4 years, 10 months ago
- ce3d954 net: add sock_set_keepalive by Christoph Hellwig · 4 years, 10 months ago
- ca4faf5 SUNRPC: Move xpt_mutex into socket xpo_sendto methods by Chuck Lever · 4 years, 10 months ago
- 6221f1d SUNRPC: Fix backchannel RPC soft lockups by Chuck Lever · 5 years ago
- 04de788 Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 5 years ago
- da1661b SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends by Chuck Lever · 5 years ago
- 9e55eef4 SUNRPC: Refactor xs_sendpages() by Chuck Lever · 5 years ago
- 68e9a24 SUNRPC: remove redundant assignments to variable status by Colin Ian King · 5 years ago
- 911d137 Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago
- 8729aab SUNRPC: Fix backchannel latency metrics by Chuck Lever · 5 years ago
- e6237b6 NFSv4.1: Don't rebind to the same source port when reconnecting to the server by Trond Myklebust · 5 years ago
- af84537 SUNRPC: fix race to sk_err after xs_error_report by Benjamin Coddington · 5 years ago
- 45835a6 SUNRPC: Don't receive TCP data into a request buffer that has been reset by Trond Myklebust · 5 years ago
- 7536908 SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request by Trond Myklebust · 6 years ago
- 7402a4f SUNRPC: Fix up backchannel slot table accounting by Trond Myklebust · 6 years ago
- 347543e Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 6 years ago
- 675dd90 xprtrdma: Modernize ops->connect by Chuck Lever · 6 years ago
- b5e9241 SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock by Trond Myklebust · 6 years ago
- 4f8943f SUNRPC: Replace direct task wakeups from softirq context by Trond Myklebust · 6 years ago
- 7e3d362 SUNRPC: Fix up calculation of client message length by Trond Myklebust · 6 years ago
- 5ad64b3 SUNRPC: Add tracking of RPC level errors by Trond Myklebust · 6 years ago
- 8ba6a92 SUNRPC: Refactor xprt_request_wait_receive() by Trond Myklebust · 6 years ago
- 01f2f5b SUNRPC: fix uninitialized variable warning by Alakesh Haloi · 6 years ago
- 9734ad5 SUNRPC: Fix a client regression when handling oversized replies by Trond Myklebust · 6 years ago
- 12a3ad6 SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc by Trond Myklebust · 6 years ago
- a73881c SUNRPC: Fix an Oops in udp_poll() by Trond Myklebust · 6 years ago
- 06b5fc3 Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 6 years ago
- 6f903b11 SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages() by Trond Myklebust · 6 years ago
- c87dc4c SUNRPC: Further cleanups of xs_sendpages() by Trond Myklebust · 6 years ago
- 0472e47 SUNRPC: Convert socket page send code to use iov_iter() by Trond Myklebust · 6 years ago
- e791f8e SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec() by Trond Myklebust · 6 years ago