]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tipc-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2014 04:38:26 +0000 (21:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2014 04:38:26 +0000 (21:38 -0700)
commit8bfb9b31f1d671f36c992d99709009f15afa300b
tree9eadd99bdd4bf1a5d2197e3bc2340decc0c683f3
parentb9a2cf30f2b15e332938f44e3fa21b154a31d7ed
parent58185c0ae0420b2af1c65f0c686f794a642d3074
Merge branch 'tipc-next'

Jon Maloy says:

====================
tipc: multicast and internal users to new send functions

We move the remaining data transmit users: multicast, name table
distributor, and link internal protocols to use the new data
transmission framework introduced in a previous commit series
("tipc: new unicast transmission code").

Finally, we remove the code obsoleted by the new functions.

v2: - Fixed a braindead, but harmless return sequence in commit #3, as
      reported by David Miller.
    - Rebased series to 3.16.0-rc5+
====================

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