]> git.baikalelectronics.ru Git - kernel.git/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)
commit3af1189091088edee50d5659af335a0a1a8417e9
treea60f322078d1d53319ef2ece706ac96470bf3cc0
parentcf833c0f2f7405965afd37dde1d65a24bf5fbcc4
parente5b7441fa92143fe61493015f643ad6d718b64e6
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>