aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
Commit message (Expand)AuthorAge
* SUNRPC: Cleanup to remove xs_tcp_close()Trond Myklebust2015-02-10
* SUNRPC: Fix stupid typo in xs_sock_set_reuseportTrond Myklebust2015-02-09
* SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUGTrond Myklebust2015-02-09
* SUNRPC: Handle connection reset more efficiently.Trond Myklebust2015-02-09
* SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust2015-02-09
* SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseTrond Myklebust2015-02-09
* SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connectionTrond Myklebust2015-02-09
* SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust2015-02-09
* SUNRPC: Remove TCP socket linger codeTrond Myklebust2015-02-09
* SUNRPC: Remove TCP client connection reset hackTrond Myklebust2015-02-08
* SUNRPC: TCP/UDP always close the old socket before reconnectingTrond Myklebust2015-02-08
* SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust2015-02-08
* SUNRPC: Ensure xs_reset_transport() resets the close connection flagsTrond Myklebust2015-02-08
* SUNRPC: Do not clear the source port in xs_reset_transportTrond Myklebust2015-02-08
* SUNRPC: Handle EADDRINUSE on connectTrond Myklebust2015-02-08
* SUNRPC: Set SO_REUSEPORT socket option for TCP connectionsTrond Myklebust2015-02-08
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-24
* sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton2014-11-24
* sunrpc: add new tracepoints in xprt handling codeJeff Layton2014-11-24
* NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown2014-09-25
* rpc: Add -EPERM processing for xs_udp_send_request()Jason Baron2014-09-24
* rpc: return sent and err from xs_sendpages()Jason Baron2014-09-24
* SUNRPC: Don't wake tasks during connection abortBenjamin Coddington2014-09-24
* rpc: xs_bind - do not bind when requesting a random ephemeral portChris Perl2014-09-10
* replace strict_strto callsDaniel Walter2014-07-12
* SUNRPC: Ensure that we handle ENOBUFS errors correctly.Trond Myklebust2014-06-30
* 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