summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-05-261-0/+6
|\
| * sunrpc: Advertise maximum backchannel payload sizeChuck Lever2016-05-171-0/+6
* | sunrpc: set SOCK_FASYNCEric Dumazet2016-05-131-0/+3
* | net: udp: rename UDP_INC_STATS_BH()Eric Dumazet2016-04-281-2/+2
* | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-141-2/+1Star
* | sunrpc: do not pull udp headers on receiveWillem de Bruijn2016-04-111-3/+2Star
|/
* SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust2016-02-061-3/+1Star
* Merge branch 'bugfixes'Trond Myklebust2016-01-081-28/+21Star
|\
| * SUNRPC: Fixup socket wait for memoryTrond Myklebust2016-01-061-28/+21Star
* | SUNRPC: drop unused xs_reclassify_socketX() helpersStefan Hajnoczi2015-12-281-13/+1Star
|/
* 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/+0Star
* SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust2015-09-181-3/+8
* SUNRPC: Fix races between socket connection and destroy codeTrond Myklebust2015-09-171-0/+3
* SUNRPC: Prevent SYN+SYNACK+RST stormsTrond Myklebust2015-08-301-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-201-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/+6Star
| * 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-201-18/+22
| * SUNRPC: Transport fault injectionChuck Lever2015-06-111-0/+10
| * sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton2015-06-111-6/+25
| * sunrpc: lock xprt before trying to set memalloc on the socketsJeff Layton2015-06-111-8/+27
| * sunrpc: if we're closing down a socket, clear memalloc on it firstJeff Layton2015-06-111-0/+3
| * sunrpc: make xprt->swapper an atomic_tJeff Layton2015-06-111-13/+25
| * sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2015-06-111-2/+1Star
| * SUNRPC: drop stale doc comments in xprtsock.cStefan Hajnoczi2015-06-021-8/+0Star
* | 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/+1Star
* 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/+0Star
* SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseTrond Myklebust2015-02-091-5/+1Star
* 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/+0Star