From: David S. Miller Date: Fri, 27 Jun 2014 19:51:00 +0000 (-0700) Subject: Merge branch 'tipc-next' X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0ff9275a4b1d6b1b0439a79c9cf7c03b38dbe24d;p=deliverable%2Flinux.git Merge branch 'tipc-next' Jon Maloy says: ==================== tipc: new unicast transmission code As a step towards making the data transmission code more maintainable and performant, we introduce a number of new functions, both for building, sending and rejecting messages. The new functions will eventually be used for alla data transmission, user data unicast, service internal messaging, and multicast/broadcast. We start with this series, where we introduce the functions, and let user data unicast and the internal connection protocol use them. The remaining users will come in a later series. There are only minor changes to data structures, and no protocol changes, so the older functions can still be used in parallel for some time. Until the old functions are removed, we use temporary names for the new functions, such as tipc_build_msg2, tipc_link_xmit2. It should be noted that the first two commits are unrelated to the rest of the series. ==================== Signed-off-by: David S. Miller --- 0ff9275a4b1d6b1b0439a79c9cf7c03b38dbe24d