Skip to content
Commit 0798311c authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'tcp-bhash2-fixes'



Kuniyuki Iwashima says:

===================
tcp: Fix bhash2 and TIME_WAIT regression.

We forgot to add twsk to bhash2.  Therefore TIME_WAIT sockets cannot
prevent bind() to the same local address and port.

Changes:
  v1:
    * Patch 1:
      * Add tw_bind2_node in inet_timewait_sock instead of
        moving sk_bind2_node from struct sock to struct
	sock_common.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 40cab44b 2c042e8e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment