Age | Commit message (Expand) | Author |
2014-06-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-05-23 | sunrpc: Remove sk_no_check setting | Tom Herbert |
2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra |
2014-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2014-04-11 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller |
2014-04-08 | Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2014-03-30 | SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failed | Kinglong Mee |
2014-03-30 | NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp | Kinglong Mee |
2014-03-30 | NFSD: Free backchannel xprt in bc_destroy | Kinglong Mee |
2014-03-28 | SUNRPC: fix memory leak of peer addresses in XPRT | Kinglong Mee |
2014-02-11 | SUNRPC: RPC callbacks may be split across several TCP segments | Trond Myklebust |
2014-02-11 | SUNRPC: Fix races in xs_nospace() | Trond Myklebust |
2014-01-30 | Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2014-01-28 | Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2014-01-14 | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane |
2013-12-31 | SUNRPC: Add tracepoint for socket errors | Trond Myklebust |
2013-12-31 | SUNRPC: Report connection error values to rpc_tasks on the pending queue | Trond Myklebust |
2013-12-10 | sunrpc: fix some typos | Weng Meiling |
2013-11-08 | SUNRPC: Fix a data corruption issue when retransmitting RPC calls | Trond Myklebust |
2013-10-31 | SUNRPC: Cleanup xs_destroy() | Trond Myklebust |
2013-10-31 | SUNRPC: close a rare race in xs_tcp_setup_socket. | NeilBrown |
2013-10-28 | sunrpc: comment typo fix | J. Bruce Fields |
2013-10-01 | SUNRPC: Only update the TCP connect cookie on a successful connect | Trond Myklebust |
2013-10-01 | SUNRPC: Enable the keepalive option for TCP sockets | Trond Myklebust |
2013-09-09 | Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2013-09-04 | SUNRPC: Add tracepoints to help debug socket connection issues | Trond Myklebust |
2013-07-24 | net: add sk_stream_is_writeable() helper | Eric Dumazet |
2013-07-11 | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2013-06-13 | net: Convert uses of typedef ctl_table to struct ctl_table | Joe Perches |
2013-05-15 | sunrpc: server back channel needs no rpcbind method | J. Bruce Fields |
2013-04-26 | SUNRPC: attempt AF_LOCAL connect on setup | J. Bruce Fields |
2013-04-26 | Merge Trond's nfs-for-next | J. Bruce Fields |
2013-04-14 | SUNRPC: Allow rpc_create() to request that TCP slots be unlimited | Trond Myklebust |
2013-03-25 | SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks | Trond Myklebust |
2013-03-09 | sunrpc: don't attempt to cancel unitialized work | J. Bruce Fields |
2013-02-28 | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2013-02-28 | SUNRPC: make AF_LOCAL connect synchronous | J. Bruce Fields |
2013-02-05 | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ... | Jeff Layton |
2013-02-01 | SUNRPC: Pass pointers to struct rpc_xprt to the congestion window | Trond Myklebust |
2013-02-01 | SUNRPC: Fix an RCU dereference in xs_local_rpcbind | Trond Myklebust |
2013-02-01 | SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback | Trond Myklebust |
2013-02-01 | SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference() | Trond Myklebust |
2012-12-15 | SUNRPC: variable 'svsk' is unused in function bc_send_request | Trond Myklebust |
2012-12-15 | SUNRPC: Handle ECONNREFUSED in xs_local_setup_socket | Trond Myklebust |
2012-11-04 | SUNRPC: remove BUG_ON from bc_malloc | Weston Andros Adamson |
2012-11-04 | SUNRPC: remove BUG_ONs from *_reclassify_socket* | Weston Andros Adamson |
2012-10-24 | SUNRPC: Get rid of the xs_error_report socket callback | Trond Myklebust |
2012-10-24 | SUNRPC: Prevent races in xs_abort_connection() | Trond Myklebust |
2012-10-24 | Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..." | Trond Myklebust |
2012-10-24 | SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAIT | Trond Myklebust |