index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtsock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-5
/
+5
2020-06-11
Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-2
/
+10
2020-05-28
ipv6: add ip6_sock_set_addr_preferences
Christoph Hellwig
1
-3
/
+4
2020-05-28
tcp: add tcp_sock_set_keepcnt
Christoph Hellwig
1
-2
/
+1
2020-05-28
tcp: add tcp_sock_set_keepintvl
Christoph Hellwig
1
-2
/
+1
2020-05-28
tcp: add tcp_sock_set_keepidle
Christoph Hellwig
1
-2
/
+1
2020-05-28
tcp: add tcp_sock_set_user_timeout
Christoph Hellwig
1
-2
/
+1
2020-05-28
net: add sock_set_reuseport
Christoph Hellwig
1
-16
/
+1
2020-05-28
net: add sock_set_keepalive
Christoph Hellwig
1
-3
/
+1
2020-05-18
SUNRPC: Move xpt_mutex into socket xpo_sendto methods
Chuck Lever
1
-2
/
+10
2020-04-17
SUNRPC: Fix backchannel RPC soft lockups
Chuck Lever
1
-0
/
+1
2020-04-07
Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+1
2020-03-16
SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends
Chuck Lever
1
-30
/
+9
2020-03-16
SUNRPC: Refactor xs_sendpages()
Chuck Lever
1
-129
/
+20
2020-03-16
SUNRPC: remove redundant assignments to variable status
Colin Ian King
1
-1
/
+1
2019-12-07
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+2
2019-11-21
SUNRPC: Fix backchannel latency metrics
Chuck Lever
1
-1
/
+2
2019-11-03
NFSv4.1: Don't rebind to the same source port when reconnecting to the server
Trond Myklebust
1
-1
/
+1
2019-10-10
SUNRPC: fix race to sk_err after xs_error_report
Benjamin Coddington
1
-9
/
+8
2019-09-17
SUNRPC: Don't receive TCP data into a request buffer that has been reset
Trond Myklebust
1
-1
/
+7
2019-07-18
SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request
Trond Myklebust
1
-0
/
+1
2019-07-18
SUNRPC: Fix up backchannel slot table accounting
Trond Myklebust
1
-0
/
+1
2019-07-12
Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...
Trond Myklebust
1
-21
/
+2
2019-07-09
xprtrdma: Modernize ops->connect
Chuck Lever
1
-21
/
+2
2019-07-06
SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock
Trond Myklebust
1
-12
/
+11
2019-07-06
SUNRPC: Replace direct task wakeups from softirq context
Trond Myklebust
1
-6
/
+72
2019-06-28
SUNRPC: Fix up calculation of client message length
Trond Myklebust
1
-8
/
+8
2019-04-25
SUNRPC: Add tracking of RPC level errors
Trond Myklebust
1
-0
/
+1
2019-04-25
SUNRPC: Refactor xprt_request_wait_receive()
Trond Myklebust
1
-4
/
+4
2019-03-26
SUNRPC: fix uninitialized variable warning
Alakesh Haloi
1
-2
/
+2
2019-03-15
SUNRPC: Fix a client regression when handling oversized replies
Trond Myklebust
1
-1
/
+1
2019-03-02
SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc
Trond Myklebust
1
-2
/
+2
2019-02-26
SUNRPC: Fix an Oops in udp_poll()
Trond Myklebust
1
-2
/
+19
2019-02-25
Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...
Trond Myklebust
1
-32
/
+67
2019-02-20
SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()
Trond Myklebust
1
-12
/
+4
2019-02-20
SUNRPC: Further cleanups of xs_sendpages()
Trond Myklebust
1
-10
/
+1
2019-02-20
SUNRPC: Convert socket page send code to use iov_iter()
Trond Myklebust
1
-36
/
+13
2019-02-20
SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()
Trond Myklebust
1
-15
/
+23
2019-02-20
SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receive
Trond Myklebust
1
-1
/
+4
2019-02-20
SUNRPC: Don't suppress socket errors when a message read completes
Trond Myklebust
1
-5
/
+2
2019-02-20
SUNRPC: Handle zero length fragments correctly
Trond Myklebust
1
-14
/
+29
2019-02-20
SUNRPC: Don't reset the stream record info when the receive worker is running
Trond Myklebust
1
-3
/
+9
2019-02-20
SUNRPC: Ensure rq_bytes_sent is reset before request transmission
Trond Myklebust
1
-2
/
+0
2019-02-20
SUNRPC: Use poll() to fix up the socket requeue races
Trond Myklebust
1
-2
/
+24
2019-02-20
SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs
Trond Myklebust
1
-3
/
+7
2019-02-13
SUNRPC: Remove rpc_xprt::tsh_size
Chuck Lever
1
-31
/
+60
2019-01-08
SUNRPC: Fix TCP receive code on archs with flush_dcache_page()
Trond Myklebust
1
-0
/
+22
2019-01-02
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-8
/
+2
2019-01-02
Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-12
/
+0
2019-01-02
SUNRPC: Fix some kernel doc complaints
Chuck Lever
1
-0
/
+2
[next]