]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit06d2213949ebf923631dba119b9fe226ee6cb82a
treeddc7c941b0bbfa742645f609d7d3a46e55509f54
parent231b39f55bebdd3d286afe6f33b206b4f633c184
parent796a5faf35522605636ba3d5e82849e4a0ee1f0b
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>