Merge branch 'tcp-flowlabel'
authorDavid S. Miller <davem@davemloft.net>
Thu, 6 Jun 2019 02:05:01 +0000 (19:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Jun 2019 02:05:35 +0000 (19:05 -0700)
commitec01147a4bceabe092e569874582644625e6ad42
tree6ba062d780e3eab0159704ffca00e167021de7af
parente736bf72af568d0a04f186e1c5dde6789b19c35e
parent50a8accf10627b343109a9c9d5c361751bf753b0
Merge branch 'tcp-flowlabel'

Eric Dumazet says:

====================
ipv6: tcp: more control on RST flowlabels

First patch allows to reflect incoming IPv6 flowlabel
on RST packets sent when no socket could handle the packet.

Second patch makes sure we send the same flowlabel
for RST or ACK packets on behalf of TIME_WAIT sockets.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>