summaryrefslogtreecommitdiff
path: root/net/sunrpc/svcsock.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-72/+59
2023-08-30SUNRPC: Reduce thread wake-up rate when receiving large RPC messagesChuck Lever1-1/+11
2023-08-30SUNRPC: Revert e0a912e8ddbaChuck Lever1-6/+0
2023-08-30SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec arrayChuck Lever1-11/+13
2023-08-30SUNRPC: Send RPC message on TCP with a single sock_sendmsg() callChuck Lever1-15/+18
2023-08-30SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever1-44/+20
2023-08-30SUNRPC: 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-29SUNRPC: Use new helpers to handle TLS AlertsChuck Lever1-22/+25
2023-07-29SUNRPC: Send TLS Closure alerts before closing a TCP socketChuck Lever1-0/+2
2023-07-29net/tls: Move TLS protocol elements to a separate headerChuck Lever1-0/+1
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-26/+12
2023-06-13sunrpc: 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-06SUNRPC: Fix error handling in svc_setup_socket()Chuck Lever1-12/+4
2023-04-28SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever1-3/+98
2023-04-28SUNRPC: 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-23Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-2/+2
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus 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-11Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus 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-27Merge 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
2022-05-19SUNRPC: Remove dead code in svc_tcp_release_rqst()Chuck Lever1-9/+0
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+9
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-3/+6
2022-04-07SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust1-1/+3
2021-04-22SUNRPC: fix ternary sign expansion bug in tracingDan Carpenter1-1/+1
2021-03-22SUNRPC: Move svc_xprt_received() call sitesChuck Lever1-2/+7
2021-03-22svcrdma: Add a "deferred close" helperChuck Lever1-9/+6
2021-02-16SUNRPC: Further clean up svc_tcp_sendmsg()Chuck Lever1-8/+7
2021-02-16SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg()Trond Myklebust1-9/+3
2021-02-16SUNRPC: Use TCP_CORK to optimise send performance on the serverTrond Myklebust1-1/+7
2021-02-01SUNRPC: Fix NFS READs that start at non-page-aligned offsetsChuck Lever1-3/+4
2020-12-18SUNRPC: Handle TCP socket sends with kernel_sendpage() againChuck Lever1-1/+85
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever1-4/+4
2020-09-21SUNRPC: Fix svc_flush_dcache()Chuck Lever1-1/+1