aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19nfsd: unregister with rpcbind when deleting a transportOlga Kornievskaia1-0/+2
2025-08-06sunrpc: fix handling of server side tls alertsOlga Kornievskaia1-8/+35
2025-07-14sunrpc: make svc_tcp_sendmsg() take a signed sentp pointerJeff Layton1-3/+2
2025-05-15sunrpc: Adjust size of socket's receive page array dynamicallyChuck Lever1-2/+6
2025-05-15sunrpc: Replace the rq_bvec array with dynamically-allocated memoryChuck Lever1-4/+3
2025-05-11sunrpc: allow SOMAXCONN backlogged TCP connectionsJeff Layton1-1/+1
2025-02-21net: better track kernel sockets lifetimeEric Dumazet1-4/+1
2025-01-21Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"Chuck Lever1-11/+1
2024-11-30Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+4
2024-11-28sunrpc: fix one UAF issue caused by sunrpc kernel tcp socketLiu Jian1-0/+4
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin1-4/+2
2024-09-01SUNRPC: make various functions static, or not exported.NeilBrown1-1/+0
2024-04-04SUNRPC: Fix a slow server-side memory leak with RPC-over-TCPChuck Lever1-9/+1
2024-01-17SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()Lucas Stach1-2/+2
2024-01-07SUNRPC: remove printk when back channel request not foundDai Ngo1-12/+2
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-72/+59
2023-08-29SUNRPC: Reduce thread wake-up rate when receiving large RPC messagesChuck Lever1-1/+11
2023-08-29SUNRPC: Revert e0a912e8ddbaChuck Lever1-6/+0
2023-08-29SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec arrayChuck Lever1-11/+13
2023-08-29SUNRPC: Send RPC message on TCP with a single sock_sendmsg() callChuck Lever1-15/+18
2023-08-29SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever1-44/+20
2023-08-29SUNRPC: Fix the recent bv_offset fixChuck Lever1-1/+3
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2023-08-14sunrpc: set the bv_offset of first bvec in svc_tcp_sendmsgJeff Layton1-0/+3
2023-07-28SUNRPC: Use new helpers to handle TLS AlertsChuck Lever1-22/+25
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-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-26/+12
2023-06-12sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-26/+12
2023-06-05SUNRPC: Trace struct svc_sock lifetime eventsChuck Lever1-1/+3
2023-06-05SUNRPC: Improve observability in svc_tcp_accept()Chuck Lever1-7/+2
2023-06-05SUNRPC: Fix an incorrect commentChuck Lever1-1/+1
2023-06-05SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui1-12/+11
2023-05-31nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-18/+6
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown1-14/+16
2023-05-05SUNRPC: Fix error handling in svc_setup_socket()Chuck Lever1-12/+4
2023-04-27SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever1-3/+98
2023-04-27SUNRPC: Recognize control messages in server-side TCP socket codeChuck Lever1-2/+46
2023-04-26SUNRPC: Ensure server-side sockets have a sock->fileChuck Lever1-7/+18
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-2/+2
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+5
2023-02-20SUNRPC: Remove ->xpo_secure_port()Chuck Lever1-2/+2
2023-02-03sunrpc: use bvec_set_page to initialize bvecsChristoph Hellwig1-5/+2
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+5
2023-01-10Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-4/+4
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever1-4/+4
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-15/+4
2022-05-23SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever1-4/+4
2022-05-19SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever1-2/+0