index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtsock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Cleanup to remove xs_tcp_close()
Trond Myklebust
2015-02-10
1
-6
/
+1
*
SUNRPC: Fix stupid typo in xs_sock_set_reuseport
Trond Myklebust
2015-02-09
1
-2
/
+3
*
SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUG
Trond Myklebust
2015-02-09
1
-2
/
+2
*
SUNRPC: Handle connection reset more efficiently.
Trond Myklebust
2015-02-09
1
-16
/
+18
*
SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag
Trond Myklebust
2015-02-09
1
-1
/
+0
*
SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_release
Trond Myklebust
2015-02-09
1
-5
/
+1
*
SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connection
Trond Myklebust
2015-02-09
1
-2
/
+2
*
SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORT
Trond Myklebust
2015-02-09
1
-3
/
+0
*
SUNRPC: Remove TCP socket linger code
Trond Myklebust
2015-02-09
1
-35
/
+0
*
SUNRPC: Remove TCP client connection reset hack
Trond Myklebust
2015-02-08
1
-66
/
+1
*
SUNRPC: TCP/UDP always close the old socket before reconnecting
Trond Myklebust
2015-02-08
1
-2
/
+3
*
SUNRPC: Add helpers to prevent socket create from racing
Trond Myklebust
2015-02-08
1
-2
/
+5
*
SUNRPC: Ensure xs_reset_transport() resets the close connection flags
Trond Myklebust
2015-02-08
1
-16
/
+13
*
SUNRPC: Do not clear the source port in xs_reset_transport
Trond Myklebust
2015-02-08
1
-2
/
+0
*
SUNRPC: Handle EADDRINUSE on connect
Trond Myklebust
2015-02-08
1
-0
/
+2
*
SUNRPC: Set SO_REUSEPORT socket option for TCP connections
Trond Myklebust
2015-02-08
1
-4
/
+49
*
sunrpc: eliminate RPC_DEBUG
Jeff Layton
2014-11-24
1
-4
/
+4
*
sunrpc: add tracepoints in xs_tcp_data_recv
Jeff Layton
2014-11-24
1
-59
/
+2
*
sunrpc: add new tracepoints in xprt handling code
Jeff Layton
2014-11-24
1
-1
/
+7
*
NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()
NeilBrown
2014-09-25
1
-10
/
+0
*
rpc: Add -EPERM processing for xs_udp_send_request()
Jason Baron
2014-09-24
1
-0
/
+6
*
rpc: return sent and err from xs_sendpages()
Jason Baron
2014-09-24
1
-39
/
+42
*
SUNRPC: Don't wake tasks during connection abort
Benjamin Coddington
2014-09-24
1
-0
/
+4
*
rpc: xs_bind - do not bind when requesting a random ephemeral port
Chris Perl
2014-09-10
1
-2
/
+18
*
replace strict_strto calls
Daniel Walter
2014-07-12
1
-2
/
+2
*
SUNRPC: Ensure that we handle ENOBUFS errors correctly.
Trond Myklebust
2014-06-30
1
-0
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-06-12
1
-3
/
+0
|
\
|
*
sunrpc: Remove sk_no_check setting
Tom Herbert
2014-05-23
1
-3
/
+0
*
|
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
2014-04-18
1
-8
/
+8
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-04-12
1
-4
/
+4
|
\
|
*
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
2014-04-11
1
-4
/
+4
*
|
Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2014-04-08
1
-17
/
+17
|
\
\
|
|
/
|
/
|
|
*
SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failed
Kinglong Mee
2014-03-30
1
-0
/
+2
|
*
NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp
Kinglong Mee
2014-03-30
1
-9
/
+0
|
*
NFSD: Free backchannel xprt in bc_destroy
Kinglong Mee
2014-03-30
1
-0
/
+4
|
*
SUNRPC: fix memory leak of peer addresses in XPRT
Kinglong Mee
2014-03-28
1
-8
/
+11
*
|
SUNRPC: RPC callbacks may be split across several TCP segments
Trond Myklebust
2014-02-11
1
-20
/
+8
*
|
SUNRPC: Fix races in xs_nospace()
Trond Myklebust
2014-02-11
1
-1
/
+5
|
/
*
Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2014-01-30
1
-4
/
+3
|
\
|
*
sunrpc: fix some typos
Weng Meiling
2013-12-10
1
-4
/
+3
*
|
Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2014-01-28
1
-5
/
+37
|
\
\
|
*
|
SUNRPC: Add tracepoint for socket errors
Trond Myklebust
2013-12-31
1
-0
/
+1
|
*
|
SUNRPC: Report connection error values to rpc_tasks on the pending queue
Trond Myklebust
2013-12-31
1
-5
/
+36
|
|
/
*
/
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
2014-01-14
1
-1
/
+1
|
/
*
SUNRPC: Fix a data corruption issue when retransmitting RPC calls
Trond Myklebust
2013-11-08
1
-7
/
+21
*
SUNRPC: Cleanup xs_destroy()
Trond Myklebust
2013-10-31
1
-10
/
+5
*
SUNRPC: close a rare race in xs_tcp_setup_socket.
NeilBrown
2013-10-31
1
-4
/
+9
*
sunrpc: comment typo fix
J. Bruce Fields
2013-10-28
1
-2
/
+2
*
SUNRPC: Only update the TCP connect cookie on a successful connect
Trond Myklebust
2013-10-01
1
-1
/
+1
*
SUNRPC: Enable the keepalive option for TCP sockets
Trond Myklebust
2013-10-01
1
-0
/
+13
[next]