Re: [PATCH net-next] tcp/dccp: fix ireq->pktopts race

2015-11-02 Thread David Miller
From: Eric Dumazet Date: Fri, 30 Oct 2015 09:46:12 -0700 > From: Eric Dumazet > > IPv6 request sockets store a pointer to skb containing the SYN packet > to be able to transfer it to full blown socket when 3WHS is done > (ireq->pktopts -> np->pktoptions) > > As explained in commit 5e0724d027f0

[PATCH net-next] tcp/dccp: fix ireq->pktopts race

2015-10-30 Thread Eric Dumazet
From: Eric Dumazet IPv6 request sockets store a pointer to skb containing the SYN packet to be able to transfer it to full blown socket when 3WHS is done (ireq->pktopts -> np->pktoptions) As explained in commit 5e0724d027f0 ("tcp/dccp: fix hashdance race for passive sessions"), we must transfer