pull request: batman-adv 2012-06-21
Message ID | 1340297876-29923-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 D3552600735 for <b.a.t.m.a.n@lists.open-mesh.org>; Thu, 21 Jun 2012 18:57:47 +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 63CB4E88A6; Thu, 21 Jun 2012 16:57:46 +0000 (UTC) X-DKIM: Sendmail DKIM Filter v2.8.2 contumacia.investici.org 63CB4E88A6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1340297866; bh=H1U6GM0Ty2p3cDIv1yAwP7Qac8eySl0ei2aAJccRAu0=; h=From:To:Cc:Subject:Date:Message-Id; b=KZDYd5hJTyQ2/Xx8PYJt37kOKOY2CyoVwhXi39JM93F0wTBN2MmfavP2RMpfGCTUl DmnJcGL2J4M/zpj/ssPjyI2NyvDQ5CBJniFusTA2zCw5KFJXRgVBrh8Lw41pYODdHV aJDTDzq0Qtq4hHTjciJPvv/nDYW7oYGWiOSKdsfQ= From: Antonio Quartulli <ordex@autistici.org> To: davem@davemloft.net Date: Thu, 21 Jun 2012 18:57:36 +0200 Message-Id: <1340297876-29923-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-21 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, 21 Jun 2012 16:57:48 -0000 |
Pull-request
git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davemMessage
Antonio Quartulli
June 21, 2012, 4:57 p.m. UTC
Hello David, here is another set of changes intended for net-next/linux-3.6. From 1/20 to 19/20 you have our first set of changes aiming to rename the exported symbols, as you suggested some time ago. Patch 20/20 restyles all the comments in our code in order to follow the new guidelines. Thank you, Antonio The following changes since commit 41063e9dd11956f2d285e12e4342e1d232ba0ea2: ipv4: Early TCP socket demux. (2012-06-19 21:22:05 -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 9cfc7bd608b97463993b4f3e4775d99022253f8d: batman-adv: Reformat multiline comments to consistent style (2012-06-20 22:15:33 +0200) ---------------------------------------------------------------- Included changes: - first set of patches that add the batadv_ prefix to all the exported symbols - restyling of comments ---------------------------------------------------------------- Sven Eckelmann (20): batman-adv: Prefix bat_algo non-static functions with batadv_ batman-adv: Prefix bat_debugfs non-static functions with batadv_ batman-adv: Prefix bat_sysfs non-static functions with batadv_ batman-adv: Prefix bitarray non-static functions with batadv_ batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_ batman-adv: Prefix gateway-client non-static functions with batadv_ batman-adv: Prefix gateway-common non-static functions with batadv_ batman-adv: Prefix hard-interface non-static functions with batadv_ batman-adv: Prefix hash non-static functions with batadv_ batman-adv: Prefix icmp-socket non-static functions with batadv_ batman-adv: Prefix originator non-static functions with batadv_ batman-adv: Prefix ring_buffer non-static functions with batadv_ batman-adv: Prefix routing non-static functions with batadv_ batman-adv: Prefix send non-static functions with batadv_ batman-adv: Prefix soft-interface non-static functions with batadv_ batman-adv: Prefix translation-table non-static functions with batadv_ batman-adv: Prefix unicast non-static functions with batadv_ batman-adv: Prefix vis non-static functions with batadv_ batman-adv: Prefix main non-static functions with batadv_ batman-adv: Reformat multiline comments to consistent style net/batman-adv/bat_algo.h | 6 +- net/batman-adv/bat_debugfs.c | 35 ++-- net/batman-adv/bat_debugfs.h | 13 +- net/batman-adv/bat_iv_ogm.c | 205 ++++++++++++----------- net/batman-adv/bat_sysfs.c | 53 +++--- net/batman-adv/bat_sysfs.h | 18 +- net/batman-adv/bitarray.c | 25 ++- net/batman-adv/bitarray.h | 14 +- net/batman-adv/bridge_loop_avoidance.c | 113 +++++-------- net/batman-adv/bridge_loop_avoidance.h | 71 ++++---- net/batman-adv/gateway_client.c | 134 +++++++-------- net/batman-adv/gateway_client.h | 30 ++-- net/batman-adv/gateway_common.c | 18 +- net/batman-adv/gateway_common.h | 9 +- net/batman-adv/hard-interface.c | 93 +++++------ net/batman-adv/hard-interface.h | 26 ++- net/batman-adv/hash.c | 8 +- net/batman-adv/hash.h | 30 ++-- net/batman-adv/icmp_socket.c | 27 ++- net/batman-adv/icmp_socket.h | 12 +- net/batman-adv/main.c | 117 ++++++------- net/batman-adv/main.h | 84 +++++----- net/batman-adv/originator.c | 76 +++++---- net/batman-adv/originator.h | 30 ++-- net/batman-adv/packet.h | 21 ++- net/batman-adv/ring_buffer.c | 9 +- net/batman-adv/ring_buffer.h | 9 +- net/batman-adv/routing.c | 282 +++++++++++++++++--------------- net/batman-adv/routing.h | 56 +++---- net/batman-adv/send.c | 60 ++++--- net/batman-adv/send.h | 21 ++- net/batman-adv/soft-interface.c | 87 +++++----- net/batman-adv/soft-interface.h | 17 +- net/batman-adv/translation-table.c | 222 ++++++++++++++----------- net/batman-adv/translation-table.h | 67 ++++---- net/batman-adv/types.h | 29 ++-- net/batman-adv/unicast.c | 59 ++++--- net/batman-adv/unicast.h | 17 +- net/batman-adv/vis.c | 96 ++++++----- net/batman-adv/vis.h | 26 ++- 40 files changed, 1171 insertions(+), 1154 deletions(-)
Comments
From: Antonio Quartulli <ordex@autistici.org> Date: Thu, 21 Jun 2012 18:57:36 +0200 > here is another set of changes intended for net-next/linux-3.6. > From 1/20 to 19/20 you have our first set of changes aiming to rename the > exported symbols, as you suggested some time ago. > > Patch 20/20 restyles all the comments in our code in order to follow the new > guidelines. ... > git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davem Pulled, thanks.