summaryrefslogtreecommitdiff
path: root/net/sunrpc/svcsock.c
AgeCommit message (Expand)Author
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
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever
2020-09-21SUNRPC: Fix svc_flush_dcache()Chuck Lever
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-29SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGEChristophe Leroy
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-05-28ipv6: add ip6_sock_set_recvpktinfoChristoph Hellwig
2020-05-28ipv6: add ip6_sock_set_v6onlyChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig
2020-05-28net: add sock_no_lingerChristoph Hellwig
2020-05-20SUNRPC: Restructure svc_udp_recvfrom()Chuck Lever
2020-05-20SUNRPC: Refactor svc_recvfrom()Chuck Lever
2020-05-20SUNRPC: Clean up svc_release_skb() functionsChuck Lever
2020-05-20SUNRPC: Refactor recvfrom path dealing with incomplete TCP receivesChuck Lever
2020-05-20SUNRPC: Replace dprintk() call sites in TCP receive pathChuck Lever
2020-05-18SUNRPC: Restructure svc_tcp_recv_record()Chuck Lever
2020-05-18SUNRPC: Rename svc_sock::sk_reclenChuck Lever
2020-05-18SUNRPC: Replace dprintk call sites in TCP state change calloutsChuck Lever
2020-05-18SUNRPC: Add more svcsock tracepointsChuck Lever
2020-05-18SUNRPC: Remove "#include <trace/events/skb.h>"Chuck Lever
2020-05-18SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever
2020-05-18SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever
2020-04-17svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever
2020-03-16SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever
2020-03-16SUNRPC: Refactor xs_sendpages()Chuck Lever
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust
2019-02-21svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin
2018-12-27sunrpc: remove svc_tcp_bc_classVasily Averin
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin