aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-07Merge branch 'bugfixes'Trond Myklebust1-28/+21
2016-01-06SUNRPC: Fixup socket wait for memoryTrond Myklebust1-28/+21
2015-12-28SUNRPC: drop unused xs_reclassify_socketX() helpersStefan Hajnoczi1-13/+1
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-7/+7
2015-11-03SUNRPC: fix variable typeAndrzej Hajda1-1/+1
2015-11-02Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust1-0/+17
2015-11-02NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever1-0/+12
2015-11-02SUNRPC: Abstract backchannel operationsChuck Lever1-0/+5
2015-10-08SUNRPC: Use MSG_SENDPAGE_NOTLAST in xs_send_pagedata()Trond Myklebust1-1/+3
2015-10-08SUNRPC: Move AF_LOCAL receive data path into a workqueue contextTrond Myklebust1-30/+42
2015-10-08SUNRPC: Move UDP receive data path into a workqueue contextTrond Myklebust1-23/+61
2015-10-08SUNRPC: Move TCP receive data path into a workqueue contextTrond Myklebust1-15/+36
2015-10-08SUNRPC: Refactor TCP receiveTrond Myklebust1-15/+29
2015-09-19SUNRPC: xs_sock_mark_closed() does not need to trigger socket autocloseTrond Myklebust1-1/+0
2015-09-17SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust1-3/+8
2015-09-17SUNRPC: Fix races between socket connection and destroy codeTrond Myklebust1-0/+3
2015-08-29SUNRPC: Prevent SYN+SYNACK+RST stormsTrond Myklebust1-0/+2
2015-08-29SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust1-0/+1
2015-08-19SUNRPC: Allow sockets to do GFP_NOIO allocationsTrond Myklebust1-3/+3
2015-08-17SUNRPC: Fix a thinko in xs_connect()Trond Myklebust1-4/+5
2015-07-28Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+17
2015-07-27SUNRPC: Report TCP errors to the callerTrond Myklebust1-7/+6
2015-07-27sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.NeilBrown1-0/+9
2015-07-03SUNRPC: Don't confuse ENOBUFS with a write_space issueTrond Myklebust1-1/+2
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-43/+108
2015-06-20SUNRPC: Set the TCP user timeout option on client socketsTrond Myklebust1-0/+7
2015-06-19SUNRPC: Ensure we release the TCP socket once it has been closedTrond Myklebust1-18/+22
2015-06-10SUNRPC: Transport fault injectionChuck Lever1-0/+10
2015-06-10sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton1-6/+25
2015-06-10sunrpc: lock xprt before trying to set memalloc on the socketsJeff Layton1-8/+27
2015-06-10sunrpc: if we're closing down a socket, clear memalloc on it firstJeff Layton1-0/+3
2015-06-10sunrpc: make xprt->swapper an atomic_tJeff Layton1-13/+25
2015-06-10sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton1-2/+1
2015-06-02SUNRPC: drop stale doc comments in xprtsock.cStefan Hajnoczi1-8/+0
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-3/+3
2015-02-10SUNRPC: Cleanup to remove xs_tcp_close()Trond Myklebust1-6/+1
2015-02-09SUNRPC: Fix stupid typo in xs_sock_set_reuseportTrond Myklebust1-2/+3
2015-02-09SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUGTrond Myklebust1-2/+2
2015-02-09SUNRPC: Handle connection reset more efficiently.Trond Myklebust1-16/+18
2015-02-09SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust1-1/+0
2015-02-09SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseTrond Myklebust1-5/+1
2015-02-09SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connectionTrond Myklebust1-2/+2
2015-02-09SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust1-3/+0
2015-02-09SUNRPC: Remove TCP socket linger codeTrond Myklebust1-35/+0
2015-02-08SUNRPC: Remove TCP client connection reset hackTrond Myklebust1-66/+1
2015-02-08SUNRPC: TCP/UDP always close the old socket before reconnectingTrond Myklebust1-2/+3
2015-02-08SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust1-2/+5
2015-02-08SUNRPC: Ensure xs_reset_transport() resets the close connection flagsTrond Myklebust1-16/+13
2015-02-08SUNRPC: Do not clear the source port in xs_reset_transportTrond Myklebust1-2/+0
2015-02-08SUNRPC: Handle EADDRINUSE on connectTrond Myklebust1-0/+2