index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svcsock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-16
SUNRPC: Further clean up svc_tcp_sendmsg()
Chuck Lever
1
-8
/
+7
2021-02-16
SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg()
Trond Myklebust
1
-9
/
+3
2021-02-16
SUNRPC: Use TCP_CORK to optimise send performance on the server
Trond Myklebust
1
-1
/
+7
2021-02-01
SUNRPC: Fix NFS READs that start at non-page-aligned offsets
Chuck Lever
1
-3
/
+4
2020-12-18
SUNRPC: Handle TCP socket sends with kernel_sendpage() again
Chuck Lever
1
-1
/
+85
2020-11-30
SUNRPC: Rename svc_encode_read_payload()
Chuck Lever
1
-4
/
+4
2020-09-21
SUNRPC: Fix svc_flush_dcache()
Chuck Lever
1
-1
/
+1
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-2
/
+2
2020-06-29
SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE
Christophe Leroy
1
-0
/
+1
2020-06-11
Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-195
/
+205
2020-05-28
ipv6: add ip6_sock_set_recvpktinfo
Christoph Hellwig
1
-8
/
+2
2020-05-28
ipv6: add ip6_sock_set_v6only
Christoph Hellwig
1
-5
/
+1
2020-05-28
ipv4: add ip_sock_set_pktinfo
Christoph Hellwig
1
-3
/
+2
2020-05-28
net: add sock_no_linger
Christoph Hellwig
1
-10
/
+2
2020-05-21
SUNRPC: Restructure svc_udp_recvfrom()
Chuck Lever
1
-25
/
+35
2020-05-21
SUNRPC: Refactor svc_recvfrom()
Chuck Lever
1
-41
/
+68
2020-05-20
SUNRPC: Clean up svc_release_skb() functions
Chuck Lever
1
-8
/
+15
2020-05-20
SUNRPC: Refactor recvfrom path dealing with incomplete TCP receives
Chuck Lever
1
-20
/
+19
2020-05-20
SUNRPC: Replace dprintk() call sites in TCP receive path
Chuck Lever
1
-14
/
+2
2020-05-18
SUNRPC: Restructure svc_tcp_recv_record()
Chuck Lever
1
-26
/
+25
2020-05-18
SUNRPC: Rename svc_sock::sk_reclen
Chuck Lever
1
-3
/
+3
2020-05-18
SUNRPC: Replace dprintk call sites in TCP state change callouts
Chuck Lever
1
-29
/
+6
2020-05-18
SUNRPC: Add more svcsock tracepoints
Chuck Lever
1
-20
/
+10
2020-05-18
SUNRPC: Remove "#include <trace/events/skb.h>"
Chuck Lever
1
-1
/
+0
2020-05-18
SUNRPC: Trace a few more generic svc_xprt events
Chuck Lever
1
-12
/
+0
2020-05-18
SUNRPC: Move xpt_mutex into socket xpo_sendto methods
Chuck Lever
1
-0
/
+25
2020-04-17
svcrdma: Fix leak of svc_rdma_recv_ctxt objects
Chuck Lever
1
-0
/
+4
2020-03-16
SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends
Chuck Lever
1
-137
/
+62
2020-03-16
SUNRPC: Refactor xs_sendpages()
Chuck Lever
1
-0
/
+1
2020-03-16
nfsd: Fix NFSv4 READ on RDMA when using readv
Chuck Lever
1
-0
/
+8
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-24
SUNRPC: Cache the process user cred in the RPC server listener
Trond Myklebust
1
-1
/
+3
2019-02-21
svcrpc: fix UDP on servers with lots of threads
J. Bruce Fields
1
-10
/
+10
2019-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2019-01-01
sock: Make sock->sk_stamp thread-safe
Deepa Dinamani
1
-1
/
+1
2018-12-28
sunrpc: remove unused xpo_prep_reply_hdr callback
Vasily Averin
1
-17
/
+0
2018-12-28
sunrpc: remove svc_tcp_bc_class
Vasily Averin
1
-101
/
+0
2018-12-28
sunrpc: replace svc_serv->sv_bc_xprt by boolean flag
Vasily Averin
1
-2
/
+0
2018-12-28
sunrpc: use-after-free in svc_process_common()
Vasily Averin
1
-1
/
+1
2018-11-02
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2018-11-02
Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Al Viro
1
-3
/
+3
2018-10-30
Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-39
/
+14
2018-10-29
SUNRPC: Simplify TCP receive code
Trond Myklebust
1
-39
/
+14
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
1
-1
/
+1
2018-09-30
SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
Trond Myklebust
1
-3
/
+3
2018-04-06
Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-2
/
+6
2018-04-03
sunrpc: Save remote presentation address in svc_xprt for trace events
Chuck Lever
1
-0
/
+1
2018-04-03
svc: Simplify ->xpo_secure_port
Chuck Lever
1
-2
/
+5
2018-02-12
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
1
-5
/
+8
[next]