summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)Author
2015-09-19SUNRPC: xs_sock_mark_closed() does not need to trigger socket autocloseTrond Myklebust
2015-09-17SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust
2015-09-17SUNRPC: Fix races between socket connection and destroy codeTrond Myklebust
2015-08-29SUNRPC: Prevent SYN+SYNACK+RST stormsTrond Myklebust
2015-08-29SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust
2015-08-19SUNRPC: Allow sockets to do GFP_NOIO allocationsTrond Myklebust
2015-08-17SUNRPC: Fix a thinko in xs_connect()Trond Myklebust
2015-07-28Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-07-27SUNRPC: Report TCP errors to the callerTrond Myklebust
2015-07-27sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.NeilBrown
2015-07-03SUNRPC: Don't confuse ENOBUFS with a write_space issueTrond Myklebust
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-06-20SUNRPC: Set the TCP user timeout option on client socketsTrond Myklebust
2015-06-19SUNRPC: Ensure we release the TCP socket once it has been closedTrond Myklebust
2015-06-10SUNRPC: Transport fault injectionChuck Lever
2015-06-10sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton
2015-06-10sunrpc: lock xprt before trying to set memalloc on the socketsJeff Layton
2015-06-10sunrpc: if we're closing down a socket, clear memalloc on it firstJeff Layton
2015-06-10sunrpc: make xprt->swapper an atomic_tJeff Layton
2015-06-10sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton
2015-06-02SUNRPC: drop stale doc comments in xprtsock.cStefan Hajnoczi
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez
2015-02-10SUNRPC: Cleanup to remove xs_tcp_close()Trond Myklebust
2015-02-09SUNRPC: Fix stupid typo in xs_sock_set_reuseportTrond Myklebust
2015-02-09SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUGTrond Myklebust
2015-02-09SUNRPC: Handle connection reset more efficiently.Trond Myklebust
2015-02-09SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust
2015-02-09SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseTrond Myklebust
2015-02-09SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connectionTrond Myklebust
2015-02-09SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust
2015-02-09SUNRPC: Remove TCP socket linger codeTrond Myklebust
2015-02-08SUNRPC: Remove TCP client connection reset hackTrond Myklebust
2015-02-08SUNRPC: TCP/UDP always close the old socket before reconnectingTrond Myklebust
2015-02-08SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust
2015-02-08SUNRPC: Ensure xs_reset_transport() resets the close connection flagsTrond Myklebust
2015-02-08SUNRPC: Do not clear the source port in xs_reset_transportTrond Myklebust
2015-02-08SUNRPC: Handle EADDRINUSE on connectTrond Myklebust
2015-02-08SUNRPC: Set SO_REUSEPORT socket option for TCP connectionsTrond Myklebust
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton
2014-11-24sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton
2014-11-24sunrpc: add new tracepoints in xprt handling codeJeff Layton
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown
2014-09-24rpc: Add -EPERM processing for xs_udp_send_request()Jason Baron
2014-09-24rpc: return sent and err from xs_sendpages()Jason Baron
2014-09-24SUNRPC: Don't wake tasks during connection abortBenjamin Coddington
2014-09-10rpc: xs_bind - do not bind when requesting a random ephemeral portChris Perl
2014-07-12replace strict_strto callsDaniel Walter
2014-06-30SUNRPC: Ensure that we handle ENOBUFS errors correctly.Trond Myklebust
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-05-23sunrpc: Remove sk_no_check settingTom Herbert