From patchwork Wed Nov 21 12:11:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Antonio Quartulli X-Patchwork-Id: 200663 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id C3C9E2C009F for ; Wed, 21 Nov 2012 23:12:58 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752284Ab2KUMMz (ORCPT ); Wed, 21 Nov 2012 07:12:55 -0500 Received: from contumacia.investici.org ([178.255.144.35]:50387 "EHLO contumacia.investici.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751428Ab2KUMMy (ORCPT ); Wed, 21 Nov 2012 07:12:54 -0500 Received: from [178.255.144.35] (contumacia [178.255.144.35]) (Authenticated sender: ordex@autistici.org) by localhost (Postfix) with ESMTPSA id 1F9A6E88C0; Wed, 21 Nov 2012 12:12:49 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 contumacia.investici.org 1F9A6E88C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1353499971; bh=gSuX4rqaWuOjg0nHfqfCgvje86cCeIGA/e5FQKBPR9Q=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type: Content-Transfer-Encoding; b=GOe9JOSUnJuvQP6e6Eq/IQ7YvsdUU84ggB+qSFlYX8+KQpx5LVp2iUa2/yorillNT xtpExhqrEV6B2XAUCQ8zo7+DxnEhwXl2Vs+BNB1vWkbAT/9pgwJt2MRYOUHxhI7UMn MW7WZEDjHPP0YnkTM0StsvHiAMuc3pHTwJgJnSV0= From: Antonio Quartulli To: davem@davemloft.net Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Subject: pull request: batman-adv 2012-11-21 Date: Wed, 21 Nov 2012 13:11:50 +0100 Message-Id: <1353499919-28596-1-git-send-email-ordex@autistici.org> X-Mailer: git-send-email 1.8.0 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello David, here is again our changeset intended for net-next/linux-3.8. Since the last pull request I removed the patch we were discussing about (the one exporting the batman-adv compatibility version) as we intend to do not provide the user the feeling of being "incompatible everyday". As we discussed some time ago, we are doing what we can to speed our stabilisation process up and we are not going to break compatibility anymore before we ultimate such process. However, I see that every now and then you have the feeling we are not really doing so. In that case, please, point out what you think is not adequate so that we can quickly fix it. Again: we want to stabilise the protocol/messages format and any help/suggestion from you or the other maintainers is always well accepted (other than being "rude" only or not answering at all. When you do so, then we have to spend the entire day in trying to decrypt what was wrong and what we should do to address the problem, limiting our fun and productivity). Please pull or let me know if there is any other problem in this batch. Thank you very much, Antonio The following changes since commit de4594a51c904ddcd6c3a6cdd100f7c1d94d3239: sctp: send abort chunk when max_retrans exceeded (2012-11-20 15:50:37 -0500) are available in the git repository at: git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davem for you to fetch changes up to e022b956c11084f3ee1c6ece523e14ac07b7c645: batman-adv: Use packing of 2 for all headers before an ethernet header (2012-11-21 12:35:47 +0100) ---------------------------------------------------------------- Included changes: - Increase batman-adv version - Bridge Loop Avoidance: compute checksum (using crc32) on skb fragments instead of linearising it - sort the sysfs documentation - some other minor cleanups ---------------------------------------------------------------- Antonio Quartulli (1): batman-adv: support array of debugfs general attributes Marek Lindner (1): batman-adv: sysfs documentation should keep alphabetical order Martin Hundebøll (1): batman-adv: Add wrapper to look up neighbor and send skb Simon Wunderlich (2): batman-adv: fix bla compare function batman-adv: Fix broadcast duplist for fragmentation Sven Eckelmann (4): batman-adv: Mark best gateway in transtable_global debugfs batman-adv: Add function to calculate crc32c for the skb payload batman-adv: Start new development cycle batman-adv: Use packing of 2 for all headers before an ethernet header .../ABI/testing/sysfs-class-net-batman-adv | 11 +- Documentation/ABI/testing/sysfs-class-net-mesh | 40 +++--- net/batman-adv/Kconfig | 1 + net/batman-adv/bridge_loop_avoidance.c | 36 +++-- net/batman-adv/bridge_loop_avoidance.h | 6 +- net/batman-adv/debugfs.c | 34 +++-- net/batman-adv/main.c | 34 +++++ net/batman-adv/main.h | 3 +- net/batman-adv/packet.h | 16 ++- net/batman-adv/routing.c | 45 ++---- net/batman-adv/send.c | 33 +++++ net/batman-adv/send.h | 3 + net/batman-adv/translation-table.c | 155 +++++++++++---------- net/batman-adv/types.h | 2 +- net/batman-adv/unicast.c | 8 +- net/batman-adv/vis.c | 35 ++--- 16 files changed, 268 insertions(+), 194 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html