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
2018-04-12
Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+4
2018-04-10
SUNRPC: Make RTT measurement more precise (Send)
Chuck Lever
1
-0
/
+3
2018-04-10
SUNRPC: Move xprt_update_rtt callsite
Chuck Lever
1
-0
/
+1
2018-02-12
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
1
-2
/
+1
2018-02-09
SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context
Trond Myklebust
1
-2
/
+2
2018-02-05
SUNRPC: Ensure we always close the socket after a connection shuts down
Trond Myklebust
1
-13
/
+10
2018-01-14
SUNRPC: Add explicit rescheduling points in the receive path
Trond Myklebust
1
-2
/
+19
2018-01-14
SUNRPC: Chunk reading of replies from the server
Trond Myklebust
1
-4
/
+11
2017-12-01
Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+2
2017-11-30
SUNRPC: Handle ENETDOWN errors
Trond Myklebust
1
-0
/
+1
2017-11-29
SUNRPC: Allow connect to return EHOSTUNREACH
Trond Myklebust
1
-0
/
+1
2017-11-17
Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+4
2017-11-17
net: sunrpc: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-01
sunrpc: remove redundant initialization of sock
Colin Ian King
1
-1
/
+1
2017-09-05
Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...
Trond Myklebust
1
-4
/
+4
2017-08-18
SUNRPC: Add a separate spinlock to protect the RPC request receive list
Trond Myklebust
1
-14
/
+16
2017-08-16
SUNRPC: Cleanup xs_tcp_read_common()
Trond Myklebust
1
-17
/
+8
2017-08-16
SUNRPC: Don't loop forever in xs_tcp_data_receive()
Trond Myklebust
1
-6
/
+7
2017-08-16
SUNRPC: Don't hold the transport lock when receiving backchannel data
Trond Myklebust
1
-4
/
+1
2017-08-16
SUNRPC: Don't hold the transport lock across socket copy operations
Trond Myklebust
1
-5
/
+18
2017-08-01
sunrpc: Const-ify all instances of struct rpc_xprt_ops
Chuck Lever
1
-4
/
+4
2017-07-21
net/sunrpc/xprt_sock: fix regression in connection error reporting.
NeilBrown
1
-0
/
+2
2017-05-31
SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()
NeilBrown
1
-1
/
+6
2017-03-01
Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-20
/
+74
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-4
/
+4
2017-02-21
sunrpc: silence uninitialized variable warning
Dan Carpenter
1
-1
/
+3
2017-02-10
sunrpc: Allow xprt->ops->timer method to sleep
Chuck Lever
1
-0
/
+2
2017-02-09
SUNRPC: Allow changing of the TCP timeout parameters on the fly
Trond Myklebust
1
-4
/
+47
2017-02-09
SUNRPC: Refactor TCP socket timeout code into a helper function
Trond Myklebust
1
-19
/
+26
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2016-11-07
udp: do fwd memory scheduling on dequeue
Paolo Abeni
1
-1
/
+1
2016-10-28
sunrpc: fix some missing rq_rbuffer assignments
Jeff Layton
1
-0
/
+1
2016-10-22
udp: use it's own memory accounting schema
Paolo Abeni
1
-1
/
+1
2016-09-19
sunrpc: fix write space race causing stalls
David Vrabel
1
-1
/
+10
2016-09-19
SUNRPC: Generalize the RPC buffer release API
Chuck Lever
1
-4
/
+2
2016-09-19
SUNRPC: Generalize the RPC buffer allocation API
Chuck Lever
1
-6
/
+11
2016-09-03
sunrpc: fix UDP memory accounting
Paolo Abeni
1
-1
/
+1
2016-08-05
SUNRPC: Limit the reconnect backoff timer to the max RPC message timeout
Trond Myklebust
1
-6
/
+12
2016-08-05
SUNRPC: Fix reconnection timeouts
Trond Myklebust
1
-7
/
+20
2016-08-05
SUNRPC: disable the use of IPv6 temporary addresses.
NeilBrown
1
-0
/
+11
2016-08-01
SUNRPC: Handle EADDRNOTAVAIL on connection failures
Trond Myklebust
1
-0
/
+4
2016-07-24
Merge branch 'sunrpc'
Trond Myklebust
1
-48
/
+65
2016-07-19
sunrpc: Prevent resvport min/max inversion via sysfs and module parameter
Frank Sorenson
1
-1
/
+5
2016-07-19
sunrpc: Prevent resvport min/max inversion via sysctl
Frank Sorenson
1
-2
/
+2
2016-07-19
sunrpc: Fix reserved port range calculation
Frank Sorenson
1
-1
/
+1
2016-06-15
rpc: share one xps between all backchannels
J. Bruce Fields
1
-0
/
+1
2016-06-13
SUNRPC: Fix suspicious enobufs issues.
Trond Myklebust
1
-6
/
+25
2016-06-13
SUNRPC: RPC transport queue must be low latency
Trond Myklebust
1
-3
/
+3
2016-06-13
SUNRPC: Consolidate xs_tcp_data_ready and xs_data_ready
Trond Myklebust
1
-31
/
+7
[next]