summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-01-281-5/+37
|\
| * SUNRPC: Add tracepoint for socket errorsTrond Myklebust2013-12-311-0/+1
| * SUNRPC: Report connection error values to rpc_tasks on the pending queueTrond Myklebust2013-12-311-5/+36
* | net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-151-1/+1
|/
* SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust2013-11-081-7/+21
* SUNRPC: Cleanup xs_destroy()Trond Myklebust2013-10-311-10/+5Star
* SUNRPC: close a rare race in xs_tcp_setup_socket.NeilBrown2013-10-311-4/+9
* sunrpc: comment typo fixJ. Bruce Fields2013-10-281-2/+2
* SUNRPC: Only update the TCP connect cookie on a successful connectTrond Myklebust2013-10-021-1/+1
* SUNRPC: Enable the keepalive option for TCP socketsTrond Myklebust2013-10-021-0/+13
* Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-09-091-1/+12
|\
| * SUNRPC: Add tracepoints to help debug socket connection issuesTrond Myklebust2013-09-041-1/+12
* | net: add sk_stream_is_writeable() helperEric Dumazet2013-07-251-1/+1
|/
* Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-111-1/+0Star
|\
| * sunrpc: server back channel needs no rpcbind methodJ. Bruce Fields2013-05-151-1/+0Star
* | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-2/+2
|/
* SUNRPC: attempt AF_LOCAL connect on setupJ. Bruce Fields2013-04-261-0/+3
* Merge Trond's nfs-for-nextJ. Bruce Fields2013-04-261-5/+9
|\
| * SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust2013-04-141-1/+5
| * SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasksTrond Myklebust2013-03-251-4/+4
* | sunrpc: don't attempt to cancel unitialized workJ. Bruce Fields2013-03-091-5/+10
|/
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-011-8/+27
|\
| * SUNRPC: make AF_LOCAL connect synchronousJ. Bruce Fields2013-02-281-8/+27
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-0/+1
* | SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust2013-02-011-3/+3
* | SUNRPC: Fix an RCU dereference in xs_local_rpcbindTrond Myklebust2013-02-011-1/+3
* | SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust2013-02-011-2/+2
* | SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust2013-02-011-1/+1
|/
* SUNRPC: variable 'svsk' is unused in function bc_send_requestTrond Myklebust2012-12-151-2/+0Star
* SUNRPC: Handle ECONNREFUSED in xs_local_setup_socketTrond Myklebust2012-12-151-0/+4
* SUNRPC: remove BUG_ON from bc_mallocWeston Andros Adamson2012-11-041-2/+4
* SUNRPC: remove BUG_ONs from *_reclassify_socket*Weston Andros Adamson2012-11-041-3/+4
* SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust2012-10-241-25/+0Star
* SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust2012-10-241-5/+8
* Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust2012-10-241-1/+1
* SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust2012-10-241-0/+1
* SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust2012-09-281-18/+0Star
* SUNRPC: Set alloc_slot for backchannel tcp opsBryan Schumaker2012-09-251-0/+1
* SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust2012-09-201-5/+16
* SUNRPC: Fix a UDP transport regressionTrond Myklebust2012-09-071-0/+3
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-011-0/+43
|\
| * nfs: enable swap on NFSMel Gorman2012-08-011-0/+43
* | Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-08-011-0/+10
|\ \ | |/ |/|
| * nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-07-311-0/+10
* | sunrpc: Don't do a dst_confirm() on an input routes.David S. Miller2012-07-051-3/+0Star
|/
* sunrpc: skip portmap calls on sessions backchannelJ. Bruce Fields2012-03-261-0/+1
* SUNRPC: Fix a few sparse warningsTrond Myklebust2012-03-121-5/+5
* SUNRPC: add sending,pending queue and max slot to xprt statsAndy Adamson2012-02-161-6/+17
* SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust2011-11-221-2/+1Star
* SUNRPC: destroy freshly allocated transport in case of sockaddr init errorStanislav Kinsbursky2011-11-101-1/+3