History log of /net/rds/tcp_stats.c
Revision Date Author Comments
3e878b8d54e0fc12df363ee8e4a638c8147aac98 02-Jul-2011 Greg Dietsche <Gregory.Dietsche@cuw.edu> net: rds: fix const array syntax

Correct the syntax so that both array and pointer are const.

Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
70041088e3b976627ba9a183b812f39ef8a9ba0e 21-Aug-2009 Andy Grover <andy.grover@oracle.com> RDS: Add TCP transport to RDS

This code allows RDS to be tunneled over a TCP connection.

RDMA operations are disabled when using TCP transport,
but this frees RDS from the IB/RDMA stack dependency, and allows
it to be used with standard Ethernet adapters, or in a VM.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>