summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svcsock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-2/+2
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
* | SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGEChristophe Leroy2020-06-291-0/+1
|/
* Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-06-111-195/+205
|\
| * SUNRPC: Restructure svc_udp_recvfrom()Chuck Lever2020-05-201-25/+35
| * SUNRPC: Refactor svc_recvfrom()Chuck Lever2020-05-201-41/+68
| * SUNRPC: Clean up svc_release_skb() functionsChuck Lever2020-05-201-8/+15
| * SUNRPC: Refactor recvfrom path dealing with incomplete TCP receivesChuck Lever2020-05-201-20/+19
| * SUNRPC: Replace dprintk() call sites in TCP receive pathChuck Lever2020-05-201-14/+2
| * SUNRPC: Restructure svc_tcp_recv_record()Chuck Lever2020-05-181-26/+25
| * SUNRPC: Rename svc_sock::sk_reclenChuck Lever2020-05-181-3/+3
| * SUNRPC: Replace dprintk call sites in TCP state change calloutsChuck Lever2020-05-181-29/+6
| * SUNRPC: Add more svcsock tracepointsChuck Lever2020-05-181-20/+10
| * SUNRPC: Remove "#include <trace/events/skb.h>"Chuck Lever2020-05-181-1/+0
| * SUNRPC: Trace a few more generic svc_xprt eventsChuck Lever2020-05-181-12/+0
| * SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever2020-05-181-0/+25
* | ipv6: add ip6_sock_set_recvpktinfoChristoph Hellwig2020-05-281-8/+2
* | ipv6: add ip6_sock_set_v6onlyChristoph Hellwig2020-05-281-5/+1
* | ipv4: add ip_sock_set_pktinfoChristoph Hellwig2020-05-281-3/+2
* | net: add sock_no_lingerChristoph Hellwig2020-05-281-10/+2
|/
* svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever2020-04-171-0/+4
* SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever2020-03-161-137/+62
* SUNRPC: Refactor xs_sendpages()Chuck Lever2020-03-161-0/+1
* nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-03-161-0/+8
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-241-1/+3
* svcrpc: fix UDP on servers with lots of threadsJ. Bruce Fields2019-02-211-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-031-1/+1
|\
| * sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-011-1/+1
* | sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2018-12-271-17/+0
* | sunrpc: remove svc_tcp_bc_classVasily Averin2018-12-271-101/+0
* | sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2018-12-271-2/+0
* | sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-271-1/+1
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-1/+1
|\
| * Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsAl Viro2018-11-011-3/+3
| |\
| * | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-10-301-39/+14
|\ \ \ | |_|/ |/| |
| * | SUNRPC: Simplify TCP receive codeTrond Myklebust2018-10-291-39/+14
| |/
* / SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust2018-09-301-3/+3
|/
* Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-04-051-2/+6
|\
| * sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever2018-04-031-0/+1
| * svc: Simplify ->xpo_secure_portChuck Lever2018-04-031-2/+5
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-5/+8
|/
* Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-02-081-14/+0
|\
| * sunrpc: remove dead code in svc_sock_setbufsizeChristoph Hellwig2018-02-051-14/+0
* | svc_recvfrom(): switch to sock_recvmsg()Al Viro2017-12-021-2/+2
|/
* Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-09-111-3/+3
|\
| * SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust2017-08-181-3/+3
* | merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields2017-09-051-2/+20
|\ \
| * | net: sunrpc: svcsock: fix NULL-pointer exceptionVadim Lomovtsev2017-08-241-2/+20
| |/