]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tipc'
authorDavid S. Miller <davem@davemloft.net>
Sun, 26 Jul 2015 23:31:50 +0000 (16:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 Jul 2015 23:31:50 +0000 (16:31 -0700)
commit86633165673d52497289a8e39a01853057e00616
treea76895b3294564437b327e95dd1742daebbd56a9
parentf8f72fc4c91ffb9c681562829a48eedb6b955617
parentb81b1d4629514b95fe1611196f7bb4fdb822f3ef
Merge branch 'tipc'

Jon Maloy says:

====================
tipc: clean up socket message reception

Despite recent improvements the message reception code in socket.c is
perceived as obscure and hard to follow, especially regarding the logics
for message rejection. With the commits in this series we try to remedy
this situation.
====================

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