aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-12
|\
| * sunrpc: Remove sk_no_check settingTom Herbert2014-05-23
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-12
|\
| * net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* | Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-04-08
|\ \ | |/ |/|
| * SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failedKinglong Mee2014-03-30
| * NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2014-03-30
| * NFSD: Free backchannel xprt in bc_destroyKinglong Mee2014-03-30
| * SUNRPC: fix memory leak of peer addresses in XPRTKinglong Mee2014-03-28
* | SUNRPC: RPC callbacks may be split across several TCP segmentsTrond Myklebust2014-02-11
* | SUNRPC: Fix races in xs_nospace()Trond Myklebust2014-02-11
|/
* Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-01-30
|\
| * sunrpc: fix some typosWeng Meiling2013-12-10
* | Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-01-28
|\ \
| * | SUNRPC: Add tracepoint for socket errorsTrond Myklebust2013-12-31
| * | SUNRPC: Report connection error values to rpc_tasks on the pending queueTrond Myklebust2013-12-31
| |/
* / net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-14
|/
* SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust2013-11-08
* SUNRPC: Cleanup xs_destroy()Trond Myklebust2013-10-31
* SUNRPC: close a rare race in xs_tcp_setup_socket.NeilBrown2013-10-31
* sunrpc: comment typo fixJ. Bruce Fields2013-10-28
* SUNRPC: Only update the TCP connect cookie on a successful connectTrond Myklebust2013-10-01
* SUNRPC: Enable the keepalive option for TCP socketsTrond Myklebust2013-10-01
* Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-09-09
|\
| * SUNRPC: Add tracepoints to help debug socket connection issuesTrond Myklebust2013-09-04
* | net: add sk_stream_is_writeable() helperEric Dumazet2013-07-24
|/
* Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-11
|\
| * sunrpc: server back channel needs no rpcbind methodJ. Bruce Fields2013-05-15
* | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-13
|/
* SUNRPC: attempt AF_LOCAL connect on setupJ. Bruce Fields2013-04-26
* Merge Trond's nfs-for-nextJ. Bruce Fields2013-04-26
|\
| * SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust2013-04-14
| * SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasksTrond Myklebust2013-03-25
* | sunrpc: don't attempt to cancel unitialized workJ. Bruce Fields2013-03-09
|/
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-28
|\
| * SUNRPC: make AF_LOCAL connect synchronousJ. Bruce Fields2013-02-28
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-05
* | SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust2013-02-01
* | SUNRPC: Fix an RCU dereference in xs_local_rpcbindTrond Myklebust2013-02-01
* | SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust2013-02-01
* | SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust2013-02-01
|/
* SUNRPC: variable 'svsk' is unused in function bc_send_requestTrond Myklebust2012-12-15
* SUNRPC: Handle ECONNREFUSED in xs_local_setup_socketTrond Myklebust2012-12-15
* SUNRPC: remove BUG_ON from bc_mallocWeston Andros Adamson2012-11-04
* SUNRPC: remove BUG_ONs from *_reclassify_socket*Weston Andros Adamson2012-11-04
* SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust2012-10-24
* SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust2012-10-24
* Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust2012-10-24
* SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust2012-10-24