pull request: batman-adv 2012-06-28
Message ID | 1340876067-28333-1-git-send-email-ordex@autistici.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers |
Return-Path: <ordex@autistici.org> Received: from contumacia.investici.org (contumacia.investici.org [178.255.144.35]) by open-mesh.org (Postfix) with ESMTPS id 24D69600748 for <b.a.t.m.a.n@lists.open-mesh.org>; Thu, 28 Jun 2012 11:34:24 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=pass (1024-bit key; insecure key) header.i=@autistici.org; dkim-adsp=pass Received: from [178.255.144.35] (contumacia [178.255.144.35]) (Authenticated sender: ordex@autistici.org) by localhost (Postfix) with ESMTPSA id 36A10E8715; Thu, 28 Jun 2012 09:34:20 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 contumacia.investici.org 36A10E8715 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1340876063; bh=Y2kUk3hLWb7GNDMwfQvQy3XVQkdyIHse1HeNaT5LtiQ=; h=From:To:Cc:Subject:Date:Message-Id; b=A93cuPTZubiBYX2d8XdYAyBwDnBZ42pq2EdSA/u0qTZgpi7Slqo3rl2sSLBO564wz y72M+qZ7gKQhzRmKjn3A06/3pQ7Gmnn3kBhRVUDr/osaDRbL/Q1eRdV2ZbKUjoYAZj exEE+Rcc0jRxgx2Nof3IY+CmrV4VQBKM0cYOfsII= From: Antonio Quartulli <ordex@autistici.org> To: davem@davemloft.net Date: Thu, 28 Jun 2012 11:34:09 +0200 Message-Id: <1340876067-28333-1-git-send-email-ordex@autistici.org> X-Mailer: git-send-email 1.7.9.4 Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org Subject: [B.A.T.M.A.N.] pull request: batman-adv 2012-06-28 X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n@lists.open-mesh.org> List-Id: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n.lists.open-mesh.org> List-Unsubscribe: <https://lists.open-mesh.org/mm/options/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=unsubscribe> List-Archive: <http://lists.open-mesh.org/pipermail/b.a.t.m.a.n> List-Post: <mailto:b.a.t.m.a.n@lists.open-mesh.org> List-Help: <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=help> List-Subscribe: <https://lists.open-mesh.org/mm/listinfo/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=subscribe> X-List-Received-Date: Thu, 28 Jun 2012 09:34:24 -0000 |
Pull-request
git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davemMessage
Antonio Quartulli
June 28, 2012, 9:34 a.m. UTC
this is another set of patches I'd like to see included in net-next/linux-3.6. Here you have some more patches aimed to clean our namespace, a minor cleanup for the vis code that eliminates a useless intermediate buffer used to provide the output and two other minor cleanups for the TranslationTable code. Tell me if there is any problem! Thank you, Antonio The following changes since commit 160eb5a6b14ca2eab5c598bdbbb24c24624bad34: ipv4: Kill early demux method return value. (2012-06-27 22:01:22 -0700) 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 42d0b044b7c9e5821f1bf3e2b4ea7861417c11c2: batman-adv: Prefix main defines with BATADV_ (2012-06-28 08:45:05 +0200) ---------------------------------------------------------------- Included changes: - another batch of patches meant to clean batman-adv namespace - deletion of an obsolete intermediate buffer used in the visualization code to print the output - TT code cleanups ---------------------------------------------------------------- Antonio Quartulli (2): batman-adv: clear ADD+DEL (and viceversa) events in the same orig-interval batman-adv: beautify tt_global_add() argument list Sven Eckelmann (16): batman-adv: Prefix unicast local static functions with batadv_ batman-adv: Prefix vis local static functions with batadv_ batman-adv: Prefix main local static functions with batadv_ batman-adv: Prefix remaining function like macros with batadv_ batman-adv: Directly print to seq_file in vis batman-adv: Prefix local defines with BATADV_ batman-adv: Prefix debugfs defines with BATADV_ batman-adv: Prefix sysfs defines with BATADV_ batman-adv: Prefix bridge_loop_avoidance defines with BATADV_ batman-adv: Prefix gateway defines with BATADV_ batman-adv: Prefix icmp_socket defines with BATADV_ batman-adv: Prefix packet defines with BATADV_ batman-adv: Prefix types defines with BATADV_ batman-adv: Prefix unicast defines with BATADV_ batman-adv: Prefix vis defines with BATADV_ batman-adv: Prefix main defines with BATADV_ net/batman-adv/bat_debugfs.c | 34 +-- net/batman-adv/bat_debugfs.h | 2 +- net/batman-adv/bat_iv_ogm.c | 125 ++++++---- net/batman-adv/bat_sysfs.c | 228 +++++++++-------- net/batman-adv/bat_sysfs.h | 4 +- net/batman-adv/bitarray.c | 20 +- net/batman-adv/bitarray.h | 4 +- net/batman-adv/bridge_loop_avoidance.c | 24 +- net/batman-adv/bridge_loop_avoidance.h | 2 +- net/batman-adv/gateway_client.c | 32 +-- net/batman-adv/gateway_common.c | 26 +- net/batman-adv/gateway_common.h | 6 +- net/batman-adv/hard-interface.c | 50 ++-- net/batman-adv/icmp_socket.c | 6 +- net/batman-adv/icmp_socket.h | 2 +- net/batman-adv/main.c | 91 +++---- net/batman-adv/main.h | 101 ++++---- net/batman-adv/originator.c | 34 +-- net/batman-adv/packet.h | 12 +- net/batman-adv/ring_buffer.c | 4 +- net/batman-adv/routing.c | 32 +-- net/batman-adv/send.c | 6 +- net/batman-adv/soft-interface.c | 24 +- net/batman-adv/translation-table.c | 163 +++++++----- net/batman-adv/translation-table.h | 4 +- net/batman-adv/types.h | 19 +- net/batman-adv/unicast.c | 37 +-- net/batman-adv/unicast.h | 4 +- net/batman-adv/vis.c | 422 ++++++++++++++------------------ net/batman-adv/vis.h | 2 +- 30 files changed, 780 insertions(+), 740 deletions(-)
Comments
From: Antonio Quartulli <ordex@autistici.org> Date: Thu, 28 Jun 2012 11:34:09 +0200 > this is another set of patches I'd like to see included in net-next/linux-3.6. > Here you have some more patches aimed to clean our namespace, a minor cleanup > for the vis code that eliminates a useless intermediate buffer used to > provide the output and two other minor cleanups for the TranslationTable code. Pulled, thanks.