index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svcsock.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2022-05-27
1
-15
/
+4
|
\
|
*
SUNRPC: Use RMW bitops in single-threaded hot paths
Chuck Lever
2022-05-23
1
-4
/
+4
|
*
SUNRPC: Remove svc_rqst::rq_xprt_hlen
Chuck Lever
2022-05-19
1
-2
/
+0
|
*
SUNRPC: Remove dead code in svc_tcp_release_rqst()
Chuck Lever
2022-05-19
1
-9
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-15
1
-4
/
+9
|
\
|
|
*
SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()
Trond Myklebust
2022-04-07
1
-3
/
+6
|
*
SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()
Trond Myklebust
2022-04-07
1
-1
/
+3
*
|
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-12
1
-1
/
+1
|
/
*
SUNRPC: fix ternary sign expansion bug in tracing
Dan Carpenter
2021-04-22
1
-1
/
+1
*
SUNRPC: Move svc_xprt_received() call sites
Chuck Lever
2021-03-22
1
-2
/
+7
*
svcrdma: Add a "deferred close" helper
Chuck Lever
2021-03-22
1
-9
/
+6
*
SUNRPC: Further clean up svc_tcp_sendmsg()
Chuck Lever
2021-02-16
1
-8
/
+7
*
SUNRPC: Remove redundant socket flags from svc_tcp_sendmsg()
Trond Myklebust
2021-02-16
1
-9
/
+3
*
SUNRPC: Use TCP_CORK to optimise send performance on the server
Trond Myklebust
2021-02-16
1
-1
/
+7
*
SUNRPC: Fix NFS READs that start at non-page-aligned offsets
Chuck Lever
2021-02-01
1
-3
/
+4
*
SUNRPC: Handle TCP socket sends with kernel_sendpage() again
Chuck Lever
2020-12-18
1
-1
/
+85
*
SUNRPC: Rename svc_encode_read_payload()
Chuck Lever
2020-11-30
1
-4
/
+4
*
SUNRPC: Fix svc_flush_dcache()
Chuck Lever
2020-09-21
1
-1
/
+1
*
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-04
1
-2
/
+2
|
\
|
*
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-2
/
+2
*
|
SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE
Christophe Leroy
2020-06-29
1
-0
/
+1
|
/
*
Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2020-06-11
1
-195
/
+205
|
\
|
*
SUNRPC: Restructure svc_udp_recvfrom()
Chuck Lever
2020-05-20
1
-25
/
+35
|
*
SUNRPC: Refactor svc_recvfrom()
Chuck Lever
2020-05-20
1
-41
/
+68
|
*
SUNRPC: Clean up svc_release_skb() functions
Chuck Lever
2020-05-20
1
-8
/
+15
|
*
SUNRPC: Refactor recvfrom path dealing with incomplete TCP receives
Chuck Lever
2020-05-20
1
-20
/
+19
|
*
SUNRPC: Replace dprintk() call sites in TCP receive path
Chuck Lever
2020-05-20
1
-14
/
+2
|
*
SUNRPC: Restructure svc_tcp_recv_record()
Chuck Lever
2020-05-18
1
-26
/
+25
|
*
SUNRPC: Rename svc_sock::sk_reclen
Chuck Lever
2020-05-18
1
-3
/
+3
|
*
SUNRPC: Replace dprintk call sites in TCP state change callouts
Chuck Lever
2020-05-18
1
-29
/
+6
|
*
SUNRPC: Add more svcsock tracepoints
Chuck Lever
2020-05-18
1
-20
/
+10
|
*
SUNRPC: Remove "#include <trace/events/skb.h>"
Chuck Lever
2020-05-18
1
-1
/
+0
|
*
SUNRPC: Trace a few more generic svc_xprt events
Chuck Lever
2020-05-18
1
-12
/
+0
|
*
SUNRPC: Move xpt_mutex into socket xpo_sendto methods
Chuck Lever
2020-05-18
1
-0
/
+25
*
|
ipv6: add ip6_sock_set_recvpktinfo
Christoph Hellwig
2020-05-28
1
-8
/
+2
*
|
ipv6: add ip6_sock_set_v6only
Christoph Hellwig
2020-05-28
1
-5
/
+1
*
|
ipv4: add ip_sock_set_pktinfo
Christoph Hellwig
2020-05-28
1
-3
/
+2
*
|
net: add sock_no_linger
Christoph Hellwig
2020-05-28
1
-10
/
+2
|
/
*
svcrdma: Fix leak of svc_rdma_recv_ctxt objects
Chuck Lever
2020-04-17
1
-0
/
+4
*
SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends
Chuck Lever
2020-03-16
1
-137
/
+62
*
SUNRPC: Refactor xs_sendpages()
Chuck Lever
2020-03-16
1
-0
/
+1
*
nfsd: Fix NFSv4 READ on RDMA when using readv
Chuck Lever
2020-03-16
1
-0
/
+8
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
SUNRPC: Cache the process user cred in the RPC server listener
Trond Myklebust
2019-04-24
1
-1
/
+3
*
svcrpc: fix UDP on servers with lots of threads
J. Bruce Fields
2019-02-21
1
-10
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-01-03
1
-1
/
+1
|
\
|
*
sock: Make sock->sk_stamp thread-safe
Deepa Dinamani
2019-01-01
1
-1
/
+1
*
|
sunrpc: remove unused xpo_prep_reply_hdr callback
Vasily Averin
2018-12-28
1
-17
/
+0
*
|
sunrpc: remove svc_tcp_bc_class
Vasily Averin
2018-12-28
1
-101
/
+0
*
|
sunrpc: replace svc_serv->sv_bc_xprt by boolean flag
Vasily Averin
2018-12-28
1
-2
/
+0
[next]