summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-7/+7
* SUNRPC: fix variable typeAndrzej Hajda2015-11-031-1/+1
* Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-11-021-0/+17
|\
| * NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever2015-11-021-0/+12
| * SUNRPC: Abstract backchannel operationsChuck Lever2015-11-021-0/+5
* | SUNRPC: Use MSG_SENDPAGE_NOTLAST in xs_send_pagedata()Trond Myklebust2015-10-081-1/+3
* | SUNRPC: Move AF_LOCAL receive data path into a workqueue contextTrond Myklebust2015-10-081-30/+42
* | SUNRPC: Move UDP receive data path into a workqueue contextTrond Myklebust2015-10-081-23/+61
* | SUNRPC: Move TCP receive data path into a workqueue contextTrond Myklebust2015-10-081-15/+36
* | SUNRPC: Refactor TCP receiveTrond Myklebust2015-10-081-15/+29
|/
* SUNRPC: xs_sock_mark_closed() does not need to trigger socket autocloseTrond Myklebust2015-09-191-1/+0
* SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust2015-09-171-3/+8
* SUNRPC: Fix races between socket connection and destroy codeTrond Myklebust2015-09-171-0/+3
* SUNRPC: Prevent SYN+SYNACK+RST stormsTrond Myklebust2015-08-291-0/+2
* SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust2015-08-291-0/+1
* SUNRPC: Allow sockets to do GFP_NOIO allocationsTrond Myklebust2015-08-191-3/+3
* SUNRPC: Fix a thinko in xs_connect()Trond Myklebust2015-08-171-4/+5
* Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-281-8/+17
|\
| * SUNRPC: Report TCP errors to the callerTrond Myklebust2015-07-271-7/+6
| * sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.NeilBrown2015-07-271-0/+9
| * SUNRPC: Don't confuse ENOBUFS with a write_space issueTrond Myklebust2015-07-031-1/+2
* | Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-021-43/+108
|\ \ | |/
| * SUNRPC: Set the TCP user timeout option on client socketsTrond Myklebust2015-06-201-0/+7
| * SUNRPC: Ensure we release the TCP socket once it has been closedTrond Myklebust2015-06-191-18/+22
| * SUNRPC: Transport fault injectionChuck Lever2015-06-101-0/+10
| * sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton2015-06-101-6/+25
| * sunrpc: lock xprt before trying to set memalloc on the socketsJeff Layton2015-06-101-8/+27
| * sunrpc: if we're closing down a socket, clear memalloc on it firstJeff Layton2015-06-101-0/+3
| * sunrpc: make xprt->swapper an atomic_tJeff Layton2015-06-101-13/+25
| * sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2015-06-101-2/+1
| * SUNRPC: drop stale doc comments in xprtsock.cStefan Hajnoczi2015-06-021-8/+0
* | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-3/+3
|/
* SUNRPC: Cleanup to remove xs_tcp_close()Trond Myklebust2015-02-101-6/+1
* SUNRPC: Fix stupid typo in xs_sock_set_reuseportTrond Myklebust2015-02-091-2/+3
* SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUGTrond Myklebust2015-02-091-2/+2
* SUNRPC: Handle connection reset more efficiently.Trond Myklebust2015-02-091-16/+18
* SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust2015-02-091-1/+0
* SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseTrond Myklebust2015-02-091-5/+1
* SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connectionTrond Myklebust2015-02-091-2/+2
* SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust2015-02-091-3/+0
* SUNRPC: Remove TCP socket linger codeTrond Myklebust2015-02-091-35/+0
* SUNRPC: Remove TCP client connection reset hackTrond Myklebust2015-02-081-66/+1
* SUNRPC: TCP/UDP always close the old socket before reconnectingTrond Myklebust2015-02-081-2/+3
* SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust2015-02-081-2/+5
* SUNRPC: Ensure xs_reset_transport() resets the close connection flagsTrond Myklebust2015-02-081-16/+13
* SUNRPC: Do not clear the source port in xs_reset_transportTrond Myklebust2015-02-081-2/+0
* SUNRPC: Handle EADDRINUSE on connectTrond Myklebust2015-02-081-0/+2
* SUNRPC: Set SO_REUSEPORT socket option for TCP connectionsTrond Myklebust2015-02-081-4/+49
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-4/+4
* sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton2014-11-241-59/+2
OpenPOWER on IntegriCloud