summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-0/+1
|\
| * sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton2016-10-281-0/+1
* | udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-1/+1
* | udp: use it's own memory accounting schemaPaolo Abeni2016-10-221-1/+1
|/
* sunrpc: fix write space race causing stallsDavid Vrabel2016-09-191-1/+10
* SUNRPC: Generalize the RPC buffer release APIChuck Lever2016-09-191-4/+2Star
* 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/+7Star
| * 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-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