aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-01sunrpc: remove redundant initialization of sockColin Ian King1-1/+1
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-nextTrond Myklebust1-4/+4
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust1-14/+16
2017-08-16SUNRPC: Cleanup xs_tcp_read_common()Trond Myklebust1-17/+8
2017-08-16SUNRPC: Don't loop forever in xs_tcp_data_receive()Trond Myklebust1-6/+7
2017-08-16SUNRPC: Don't hold the transport lock when receiving backchannel dataTrond Myklebust1-4/+1
2017-08-16SUNRPC: Don't hold the transport lock across socket copy operationsTrond Myklebust1-5/+18
2017-08-01sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever1-4/+4
2017-07-21net/sunrpc/xprt_sock: fix regression in connection error reporting.NeilBrown1-0/+2
2017-05-31SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()NeilBrown1-1/+6
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