summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton2016-10-281-0/+1
* sunrpc: fix write space race causing stallsDavid Vrabel2016-09-191-1/+10
* SUNRPC: Generalize the RPC buffer release APIChuck Lever2016-09-191-4/+2
* SUNRPC: Generalize the RPC buffer allocation APIChuck Lever2016-09-191-6/+11
* sunrpc: fix UDP memory accountingPaolo Abeni2016-09-031-1/+1
* SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust2016-08-051-6/+12
* SUNRPC: Fix reconnection timeoutsTrond Myklebust2016-08-051-7/+20
* SUNRPC: disable the use of IPv6 temporary addresses.NeilBrown2016-08-051-0/+11
* SUNRPC: Handle EADDRNOTAVAIL on connection failuresTrond Myklebust2016-08-011-0/+4
* Merge branch 'sunrpc'Trond Myklebust2016-07-241-48/+65
|\
| * SUNRPC: Fix suspicious enobufs issues.Trond Myklebust2016-06-131-6/+25
| * SUNRPC: RPC transport queue must be low latencyTrond Myklebust2016-06-131-3/+3
| * SUNRPC: Consolidate xs_tcp_data_ready and xs_data_readyTrond Myklebust2016-06-131-31/+7
| * SUNRPC: Small optimisation of client receiveTrond Myklebust2016-06-131-11/+33
* | sunrpc: Prevent resvport min/max inversion via sysfs and module parameterFrank Sorenson2016-07-191-1/+5
* | sunrpc: Prevent resvport min/max inversion via sysctlFrank Sorenson2016-07-191-2/+2
* | sunrpc: Fix reserved port range calculationFrank Sorenson2016-07-191-1/+1
* | rpc: share one xps between all backchannelsJ. Bruce Fields2016-06-151-0/+1
|/
* 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-271-2/+2
* | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-131-2/+1
* | sunrpc: do not pull udp headers on receiveWillem de Bruijn2016-04-111-3/+2
|/
* SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust2016-02-051-3/+1
* Merge branch 'bugfixes'Trond Myklebust2016-01-071-28/+21
|\
| * SUNRPC: Fixup socket wait for memoryTrond Myklebust2016-01-061-28/+21
* | SUNRPC: drop unused xs_reclassify_socketX() helpersStefan Hajnoczi2015-12-281-13/+1
|/
* 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
|\ \ | |/
OpenPOWER on IntegriCloud