aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-20/+74
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-4/+4
2017-02-21sunrpc: silence uninitialized variable warningDan Carpenter1-1/+3
2017-02-10sunrpc: Allow xprt->ops->timer method to sleepChuck Lever1-0/+2
2017-02-09SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust1-4/+47
2017-02-09SUNRPC: Refactor TCP socket timeout code into a helper functionTrond Myklebust1-19/+26
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-1/+1
2016-10-28sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton1-0/+1
2016-10-22udp: use it's own memory accounting schemaPaolo Abeni1-1/+1
2016-09-19sunrpc: fix write space race causing stallsDavid Vrabel1-1/+10
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever1-4/+2
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever1-6/+11
2016-09-03sunrpc: fix UDP memory accountingPaolo Abeni1-1/+1
2016-08-05SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust1-6/+12
2016-08-05SUNRPC: Fix reconnection timeoutsTrond Myklebust1-7/+20
2016-08-05SUNRPC: disable the use of IPv6 temporary addresses.NeilBrown1-0/+11
2016-08-01SUNRPC: Handle EADDRNOTAVAIL on connection failuresTrond Myklebust1-0/+4
2016-07-24Merge branch 'sunrpc'Trond Myklebust1-48/+65
2016-07-19sunrpc: Prevent resvport min/max inversion via sysfs and module parameterFrank Sorenson1-1/+5
2016-07-19sunrpc: Prevent resvport min/max inversion via sysctlFrank Sorenson1-2/+2
2016-07-19sunrpc: Fix reserved port range calculationFrank Sorenson1-1/+1
2016-06-15rpc: share one xps between all backchannelsJ. Bruce Fields1-0/+1
2016-06-13SUNRPC: Fix suspicious enobufs issues.Trond Myklebust1-6/+25
2016-06-13SUNRPC: RPC transport queue must be low latencyTrond Myklebust1-3/+3
2016-06-13SUNRPC: Consolidate xs_tcp_data_ready and xs_data_readyTrond Myklebust1-31/+7
2016-06-13SUNRPC: Small optimisation of client receiveTrond Myklebust1-11/+33
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+6
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever1-0/+6
2016-05-13sunrpc: set SOCK_FASYNCEric Dumazet1-0/+3
2016-04-27net: udp: rename UDP_INC_STATS_BH()Eric Dumazet1-2/+2
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa1-2/+1
2016-04-11sunrpc: do not pull udp headers on receiveWillem de Bruijn1-3/+2
2016-02-05SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust1-3/+1
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