Merge branch 'bindtodevice_tw_rst'
authorDavid S. Miller <davem@davemloft.net>
Tue, 22 Dec 2015 22:03:06 +0000 (17:03 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Dec 2015 22:03:06 +0000 (17:03 -0500)
Florian Westphal says:

====================
tcp: honour SO_BINDTODEVICE for TW_RST case too

This is V2, this time as a small series since I followed Erics advice
to split this into smaller chunks, I hope this makes it easier to
review.

First patch adds inet_sk_transparent helper.
Second patch contains an if/else swap that I split from the
original TW_RST v1 one.
Third patch is the actual change without the superfluous sock_net change.
====================

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

Trivial merge