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)
commit83a76006e06213160c4bb1e1a157e7707c504af6
treeddc7c941b0bbfa742645f609d7d3a46e55509f54
parentf4cee3af0dedf3270e6d615d772e3fbfa3200769
parent271c3b9b7bdae09c7da467ac1ae96e3298754977
Merge branch 'bindtodevice_tw_rst'

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>