]> Pileus Git - ~andy/linux/commit
Merge branch 'tipc'
authorDavid S. Miller <davem@davemloft.net>
Tue, 7 Jan 2014 23:44:35 +0000 (18:44 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Jan 2014 23:44:35 +0000 (18:44 -0500)
commit8752b5caed54baa36c056b5c279ccdcf2805b9f6
treea60f322078d1d53319ef2ece706ac96470bf3cc0
parentfd44b93cb5eee218231f6ce5883df937b3b9c3eb
parent581465fa285863344efc233bc546823bfabd295f
Merge branch 'tipc'

Jon Maloy says:

====================
tipc: link setup and failover improvements

This series consists of four unrelated commits with different purposes.

- Commit #1 is purely cosmetic and pedagogic, hopefully making the
  failover/tunneling logics slightly easier to understand.
- Commit #2 fixes a bug that has always been in the code, but was not
  discovered until very recently.
- Commit #3 fixes a non-fatal race issue in the neighbour discovery
  code.
- Commit #4 removes an unnecessary indirection step during link
  startup.
====================

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