summaryrefslogtreecommitdiff
path: root/net/sunrpc/svcsock.c
AgeCommit message (Expand)Author
2024-01-17SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()Lucas Stach
2024-01-07SUNRPC: remove printk when back channel request not foundDai Ngo
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-08-29SUNRPC: Reduce thread wake-up rate when receiving large RPC messagesChuck Lever
2023-08-29SUNRPC: Revert e0a912e8ddbaChuck Lever
2023-08-29SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec arrayChuck Lever
2023-08-29SUNRPC: Send RPC message on TCP with a single sock_sendmsg() callChuck Lever
2023-08-29SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever
2023-08-29SUNRPC: Fix the recent bv_offset fixChuck Lever
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-14sunrpc: set the bv_offset of first bvec in svc_tcp_sendmsgJeff Layton
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-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-12sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells
2023-06-05SUNRPC: Trace struct svc_sock lifetime eventsChuck Lever
2023-06-05SUNRPC: Improve observability in svc_tcp_accept()Chuck Lever
2023-06-05SUNRPC: Fix an incorrect commentChuck Lever
2023-06-05SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui
2023-05-31nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown
2023-05-05SUNRPC: Fix error handling in svc_setup_socket()Chuck Lever
2023-04-27SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever
2023-04-27SUNRPC: Recognize control messages in server-side TCP socket codeChuck Lever
2023-04-26SUNRPC: Ensure server-side sockets have a sock->fileChuck Lever
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-20SUNRPC: Remove ->xpo_secure_port()Chuck Lever
2023-02-03sunrpc: use bvec_set_page to initialize bvecsChristoph Hellwig
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2023-01-10Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-05-23SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever
2022-05-19SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever
2022-05-19SUNRPC: Remove dead code in svc_tcp_release_rqst()Chuck Lever
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: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust
2021-04-22SUNRPC: fix ternary sign expansion bug in tracingDan Carpenter
2021-03-22SUNRPC: Move svc_xprt_received() call sitesChuck Lever
2021-03-22svcrdma: Add a "deferred close" helperChuck Lever
2021-02-16SUNRPC: Further clean up svc_tcp_sendmsg()Chuck Lever
2021-02-16SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg()Trond Myklebust
2021-02-16SUNRPC: Use TCP_CORK to optimise send performance on the serverTrond Myklebust
2021-02-01SUNRPC: Fix NFS READs that start at non-page-aligned offsetsChuck Lever
2020-12-18SUNRPC: Handle TCP socket sends with kernel_sendpage() againChuck Lever