]> git.karo-electronics.de Git - linux-beck.git/commit
Merge branch 'tipc-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 31 Jul 2015 00:25:15 +0000 (17:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 Jul 2015 00:25:15 +0000 (17:25 -0700)
commit1df33a11454de804661c8e19cd0e464914eefc6d
tree7d1135b020321fd3bd06f9bd6dbc1837380858f8
parent29a3060aa7cc2e5cfaabeb935fafb832b9b33ad4
parent440d8963cd590ec9387d76a36e60c02da9ed944d
Merge branch 'tipc-next'

Jon Maloy says:

====================
tipc: separate link aggregation from link layer

We continue the work on separating the roles of the link aggregation and
link layers, as well as making code cleanups in general.

This second commit batch focuses on moving the orchestration of link
failover and synchronization to the node level, as well as preparing the
node lock structure for further future impovements. We also make some
changes to message delivery between link and socket layer, in order to
make this mechanism safer and less obscure.
====================

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