aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-29SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGEChristophe Leroy1-0/+1
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-195/+205
2020-05-28ipv6: add ip6_sock_set_recvpktinfoChristoph Hellwig1-8/+2
2020-05-28ipv6: add ip6_sock_set_v6onlyChristoph Hellwig1-5/+1
2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig1-3/+2
2020-05-28net: add sock_no_lingerChristoph Hellwig1-10/+2
2020-05-20SUNRPC: Restructure svc_udp_recvfrom()Chuck Lever1-25/+35
2020-05-20SUNRPC: Refactor svc_recvfrom()Chuck Lever1-41/+68
2020-05-20SUNRPC: Clean up svc_release_skb() functionsChuck Lever1-8/+15
2020-05-20SUNRPC: Refactor recvfrom path dealing with incomplete TCP receivesChuck Lever1-20/+19
2020-05-20SUNRPC: Replace dprintk() call sites in TCP receive pathChuck Lever1-14/+2
2020-05-18SUNRPC: Restructure svc_tcp_recv_record()Chuck Lever1-26/+25
2020-05-18SUNRPC: Rename svc_sock::sk_reclenChuck Lever1-3/+3
2020-05-18SUNRPC: Replace dprintk call sites in TCP state change calloutsChuck Lever1-29/+6
2020-05-18SUNRPC: Add more svcsock tracepointsChuck Lever1-20/+10
2020-05-18SUNRPC: Remove "#include <trace/events/skb.h>"Chuck Lever1-1/+0
2020-05-18SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever1-12/+0
2020-05-18SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever1-0/+25
2020-04-17svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever1-0/+4
2020-03-16SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever1-137/+62
2020-03-16SUNRPC: Refactor xs_sendpages()Chuck Lever1-0/+1
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever1-0/+8
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust1-1/+3
2019-02-21svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields1-10/+10
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-1/+1
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin1-17/+0
2018-12-27sunrpc: remove svc_tcp_bc_classVasily Averin1-101/+0
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin1-2/+0
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-11-01Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsAl Viro1-3/+3
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-39/+14
2018-10-29SUNRPC: Simplify TCP receive codeTrond Myklebust1-39/+14
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust1-3/+3
2018-04-05Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+6
2018-04-03sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever1-0/+1
2018-04-03svc: Simplify ->xpo_secure_portChuck Lever1-2/+5
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-5/+8
2018-02-08Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-14/+0
2018-02-05sunrpc: remove dead code in svc_sock_setbufsizeChristoph Hellwig1-14/+0
2017-12-02svc_recvfrom(): switch to sock_recvmsg()Al Viro1-2/+2
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-3/+3
2017-09-05merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields1-2/+20
2017-08-24sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever1-3/+3
2017-08-24net: sunrpc: svcsock: fix NULL-pointer exceptionVadim Lomovtsev1-2/+20
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust1-3/+3
2017-03-09SUNRPC/backchanel: set XPT_CONG_CTRL flag for bc xprtKinglong Mee1-0/+1