aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)Author
2014-02-11SUNRPC: Fix races in xs_nospace()Trond Myklebust
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-12-31SUNRPC: Add tracepoint for socket errorsTrond Myklebust
2013-12-31SUNRPC: Report connection error values to rpc_tasks on the pending queueTrond Myklebust
2013-12-10sunrpc: fix some typosWeng Meiling
2013-11-08SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust
2013-10-31SUNRPC: Cleanup xs_destroy()Trond Myklebust
2013-10-31SUNRPC: close a rare race in xs_tcp_setup_socket.NeilBrown
2013-10-28sunrpc: comment typo fixJ. Bruce Fields
2013-10-01SUNRPC: Only update the TCP connect cookie on a successful connectTrond Myklebust
2013-10-01SUNRPC: Enable the keepalive option for TCP socketsTrond Myklebust
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-09-04SUNRPC: Add tracepoints to help debug socket connection issuesTrond Myklebust
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-05-15sunrpc: server back channel needs no rpcbind methodJ. Bruce Fields
2013-04-26SUNRPC: attempt AF_LOCAL connect on setupJ. Bruce Fields
2013-04-26Merge Trond's nfs-for-nextJ. Bruce Fields
2013-04-14SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust
2013-03-25SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasksTrond Myklebust
2013-03-09sunrpc: don't attempt to cancel unitialized workJ. Bruce Fields
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-28SUNRPC: make AF_LOCAL connect synchronousJ. Bruce Fields
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
2013-02-01SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust
2013-02-01SUNRPC: Fix an RCU dereference in xs_local_rpcbindTrond Myklebust
2013-02-01SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust
2013-02-01SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust
2012-12-15SUNRPC: variable 'svsk' is unused in function bc_send_requestTrond Myklebust
2012-12-15SUNRPC: Handle ECONNREFUSED in xs_local_setup_socketTrond Myklebust
2012-11-04SUNRPC: remove BUG_ON from bc_mallocWeston Andros Adamson
2012-11-04SUNRPC: remove BUG_ONs from *_reclassify_socket*Weston Andros Adamson
2012-10-24SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust
2012-10-24SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust
2012-10-24Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust
2012-10-24SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust
2012-09-28SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust
2012-09-25SUNRPC: Set alloc_slot for backchannel tcp opsBryan Schumaker
2012-09-19SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust
2012-09-07SUNRPC: Fix a UDP transport regressionTrond Myklebust
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-07-31nfs: enable swap on NFSMel Gorman
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton
2012-07-05sunrpc: Don't do a dst_confirm() on an input routes.David S. Miller
2012-03-26sunrpc: skip portmap calls on sessions backchannelJ. Bruce Fields
2012-03-11SUNRPC: Fix a few sparse warningsTrond Myklebust