OSDN Git Service

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)
commit1d70ec70ef3b5e3e5536d21d8fc82b25aba62d97
treea76895b3294564437b327e95dd1742daebbd56a9
parenta69e5a0dcfa4ea3e92b3cc0f17a39f1d88045c11
parentcda3696d3d26eb798c94de0dab5bd66ddb5627cb
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>