]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDS: Re-add TCP transport to RDS
authorAndy Grover <andy.grover@oracle.com>
Wed, 12 Aug 2009 19:25:20 +0000 (12:25 -0700)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 7 Jul 2015 23:41:17 +0000 (16:41 -0700)
commit1fa68b397c26b00b4f863a4eddad9079a6952664
tree825345867dcbd1141a6d30a0193a614e103eaa8a
parent483231d3d4175cf57123a61a5c0abf6467bc26ea
RDS: Re-add TCP transport to RDS

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

Signed-off-by: Andy Grover <andy.grover@oracle.com>
include/linux/rds.h
net/rds/tcp.c [new file with mode: 0644]
net/rds/tcp.h [new file with mode: 0644]
net/rds/tcp_connect.c [new file with mode: 0644]
net/rds/tcp_listen.c [new file with mode: 0644]
net/rds/tcp_recv.c [new file with mode: 0644]
net/rds/tcp_send.c [new file with mode: 0644]
net/rds/tcp_stats.c [new file with mode: 0644]