linux/net/rds
Sowmini Varadhan 087d975353 rds: tcp: canonical connection order for all paths with index > 0
The rds_connect_worker() has a bug in the check that enforces the
canonical connection order described in the comments of
rds_tcp_state_change(). The intention is to make sure that all
the multipath connections are always initiated by the smaller IP
address via rds_start_mprds. To achieve this, rds_connection_worker
should check that cp_index > 0.

Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-04-02 19:41:00 -07:00
..
Kconfig
Makefile
af_rds.c
bind.c
cong.c
connection.c rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked ERROR by an intervening FIN 2017-04-02 19:41:00 -07:00
ib.c rds: remove unnecessary returned value check 2017-03-03 09:51:22 -08:00
ib.h
ib_cm.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-03-15 11:59:10 -07:00
ib_fmr.c rds: ib: unmap the scatter/gather list when error 2017-03-13 23:20:05 -07:00
ib_frmr.c
ib_mr.h rds: ib: add the static type to the function 2017-03-13 23:20:05 -07:00
ib_rdma.c
ib_recv.c
ib_ring.c
ib_send.c
ib_stats.c
ib_sysctl.c
info.c
info.h
loop.c
loop.h
message.c
page.c
rdma.c
rdma_transport.c
rdma_transport.h
rds.h rds: tcp: Take explicit refcounts on struct net 2017-03-07 14:09:59 -08:00
rds_single_path.h
recv.c
send.c
stats.c
sysctl.c
tcp.c rds: tcp: Sequence teardown of listen and acceptor sockets to avoid races 2017-03-07 14:09:59 -08:00
tcp.h rds: tcp: Sequence teardown of listen and acceptor sockets to avoid races 2017-03-07 14:09:59 -08:00
tcp_connect.c
tcp_listen.c net: Work around lockdep limitation in sockets that use sockets 2017-03-09 18:23:27 -08:00
tcp_recv.c
tcp_send.c
tcp_stats.c
threads.c rds: tcp: canonical connection order for all paths with index > 0 2017-04-02 19:41:00 -07:00
transport.c rds: remove unnecessary returned value check 2017-03-03 09:51:22 -08:00