Re: [PATCH V2 net-next 1/3] tcp: introduce TCP experimental option for SMC

2015-07-15 Thread David Miller
From: Ursula Braun Date: Tue, 14 Jul 2015 14:42:33 +0200 > diff --git a/include/linux/tcp.h b/include/linux/tcp.h > index 48c3696..1b9a698 100644 > --- a/include/linux/tcp.h > +++ b/include/linux/tcp.h > @@ -90,15 +90,28 @@ struct tcp_options_received { > sack_ok : 4,/* SACK see

[PATCH V2 net-next 1/3] tcp: introduce TCP experimental option for SMC

2015-07-14 Thread Ursula Braun
From: Ursula Braun The SMC-R protocol defines dynamic discovery of peers. This is done by implementing experimental TCP options as defined in RFC6994. The TCP code needs to be extended to support RFC6994. Setting the TCP experimental option for SMC-R [2] will be triggered from kernel exploiters