index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtsock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-19
SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose
Trond Myklebust
1
-1
/
+0
2015-09-18
SUNRPC: Ensure that we wait for connections to complete before retrying
Trond Myklebust
1
-3
/
+8
2015-09-17
SUNRPC: Fix races between socket connection and destroy code
Trond Myklebust
1
-0
/
+3
2015-08-30
SUNRPC: Prevent SYN+SYNACK+RST storms
Trond Myklebust
1
-0
/
+2
2015-08-29
SUNRPC: xs_reset_transport must mark the connection as disconnected
Trond Myklebust
1
-0
/
+1
2015-08-20
SUNRPC: Allow sockets to do GFP_NOIO allocations
Trond Myklebust
1
-3
/
+3
2015-08-17
SUNRPC: Fix a thinko in xs_connect()
Trond Myklebust
1
-4
/
+5
2015-07-28
Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-8
/
+17
2015-07-28
SUNRPC: Report TCP errors to the caller
Trond Myklebust
1
-7
/
+6
2015-07-27
sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.
NeilBrown
1
-0
/
+9
2015-07-03
SUNRPC: Don't confuse ENOBUFS with a write_space issue
Trond Myklebust
1
-1
/
+2
2015-07-02
Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-43
/
+108
2015-06-20
SUNRPC: Set the TCP user timeout option on client sockets
Trond Myklebust
1
-0
/
+7
2015-06-20
SUNRPC: Ensure we release the TCP socket once it has been closed
Trond Myklebust
1
-18
/
+22
2015-06-11
SUNRPC: Transport fault injection
Chuck Lever
1
-0
/
+10
2015-06-11
sunrpc: turn swapper_enable/disable functions into rpc_xprt_ops
Jeff Layton
1
-6
/
+25
2015-06-11
sunrpc: lock xprt before trying to set memalloc on the sockets
Jeff Layton
1
-8
/
+27
2015-06-11
sunrpc: if we're closing down a socket, clear memalloc on it first
Jeff Layton
1
-0
/
+3
2015-06-11
sunrpc: make xprt->swapper an atomic_t
Jeff Layton
1
-13
/
+25
2015-06-11
sunrpc: keep a count of swapfiles associated with the rpc_clnt
Jeff Layton
1
-2
/
+1
2015-06-02
SUNRPC: drop stale doc comments in xprtsock.c
Stefan Hajnoczi
1
-8
/
+0
2015-05-28
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
1
-3
/
+3
2015-02-10
SUNRPC: Cleanup to remove xs_tcp_close()
Trond Myklebust
1
-6
/
+1
2015-02-10
SUNRPC: Fix stupid typo in xs_sock_set_reuseport
Trond Myklebust
1
-2
/
+3
2015-02-09
SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUG
Trond Myklebust
1
-2
/
+2
2015-02-09
SUNRPC: Handle connection reset more efficiently.
Trond Myklebust
1
-16
/
+18
2015-02-09
SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag
Trond Myklebust
1
-1
/
+0
2015-02-09
SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_release
Trond Myklebust
1
-5
/
+1
2015-02-09
SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connection
Trond Myklebust
1
-2
/
+2
2015-02-09
SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORT
Trond Myklebust
1
-3
/
+0
2015-02-09
SUNRPC: Remove TCP socket linger code
Trond Myklebust
1
-35
/
+0
2015-02-09
SUNRPC: Remove TCP client connection reset hack
Trond Myklebust
1
-66
/
+1
2015-02-09
SUNRPC: TCP/UDP always close the old socket before reconnecting
Trond Myklebust
1
-2
/
+3
2015-02-09
SUNRPC: Add helpers to prevent socket create from racing
Trond Myklebust
1
-2
/
+5
2015-02-09
SUNRPC: Ensure xs_reset_transport() resets the close connection flags
Trond Myklebust
1
-16
/
+13
2015-02-09
SUNRPC: Do not clear the source port in xs_reset_transport
Trond Myklebust
1
-2
/
+0
2015-02-09
SUNRPC: Handle EADDRINUSE on connect
Trond Myklebust
1
-0
/
+2
2015-02-09
SUNRPC: Set SO_REUSEPORT socket option for TCP connections
Trond Myklebust
1
-4
/
+49
2014-11-25
sunrpc: eliminate RPC_DEBUG
Jeff Layton
1
-4
/
+4
2014-11-24
sunrpc: add tracepoints in xs_tcp_data_recv
Jeff Layton
1
-59
/
+2
2014-11-24
sunrpc: add new tracepoints in xprt handling code
Jeff Layton
1
-1
/
+7
2014-09-25
NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()
NeilBrown
1
-10
/
+0
2014-09-25
rpc: Add -EPERM processing for xs_udp_send_request()
Jason Baron
1
-0
/
+6
2014-09-25
rpc: return sent and err from xs_sendpages()
Jason Baron
1
-39
/
+42
2014-09-25
SUNRPC: Don't wake tasks during connection abort
Benjamin Coddington
1
-0
/
+4
2014-09-10
rpc: xs_bind - do not bind when requesting a random ephemeral port
Chris Perl
1
-2
/
+18
2014-07-13
replace strict_strto calls
Daniel Walter
1
-2
/
+2
2014-06-30
SUNRPC: Ensure that we handle ENOBUFS errors correctly.
Trond Myklebust
1
-0
/
+5
2014-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+0
2014-05-24
sunrpc: Remove sk_no_check setting
Tom Herbert
1
-3
/
+0
[next]