]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit10f9f9b718487a471a4004bad121ef0dd8886bcf
tree6ba062d780e3eab0159704ffca00e167021de7af
parentfc9134feba79f45dbd1f1777db3c53cb37d9507f
parent9ee93906c95bfc769d9a1ce680ee6cffe68f2380
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>