pull request: batman-adv 2012-11-14
Message ID | 1352924189-18843-1-git-send-email-ordex@autistici.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers |
Return-Path: <SRS0=pR4f=JK=autistici.org=ordex@srs.kundenserver.de> Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.8]) by open-mesh.org (Postfix) with ESMTPS id AE2C760170A for <b.a.t.m.a.n@lists.open-mesh.org>; Wed, 14 Nov 2012 23:55:31 +0100 (CET) Authentication-Results: open-mesh.org; dkim=none reason="no signature"; dkim-adsp=fail (insecure policy); dkim-atps=neutral Received: from [10.99.52.31] (dslb-094-222-006-045.pools.arcor-ip.net [94.222.6.45]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MM2YK-1TeIiU3o1k-008945; Wed, 14 Nov 2012 23:55:31 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 From: Antonio Quartulli <ordex@autistici.org> Date: Wed, 14 Nov 2012 21:16:18 +0100 To: davem@davemloft.net Message-ID: <1352924189-18843-1-git-send-email-ordex@autistici.org> X-Provags-ID: V02:K0:KyiG6vN8JIpW4Tu3Ds74PWLJt4cy0WxIpdEtOfYouPS S5oz/tRQr/pwnyhlpwb29JGH35tKyjaMe2hNy5s+B2C9cD93h7 Cl8IdkDNlLF1k1Y54Lvlhk3jquvNrcPUlHCfRq6Q3r4dtB5ESb ZFhShGRIN6T+TPBxjgAzGqP95DqdLRTb66DuvpxJ0QLj/+YOl0 vn439Df4iI4U7bDWeNYPW0Qu+8/M+Ak43/3KKZ8uWDvq1QpHXc lATVrGuEe/n2msggR+5MverQAVrroms++y7oHnd0uplCRoLOkV p0j/8olRvDCkJF4QY+iScNkEaY9uHj9tuO63YP/WcpH3gTuJeS ZrDFH8JrfBkXxAISGjF8MqyUGysma47qkxIW66t/bTS+YMRQN5 DXiBsVpsL3uSg== 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-11-14 X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.15 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: Wed, 14 Nov 2012 22:55:31 -0000 |
Pull-request
git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davemMessage
Antonio Quartulli
Nov. 14, 2012, 8:16 p.m. UTC
Hello David, here is again our new patchset intended for net-next/linux-3.8. Patch 1/11 has been modified to address the problems you pointed out last time; however hash_bytes has kept its inline tag and it has been moved to hash.h (in this way it becomes usable by the rest of the batman-adv code for new changes). Let me know if there is any problem! Thanks a lot! Antonio The following changes since commit bf0098f22ca7b59e8844ac6882bbae230d34b98d: ARM: net: bpf_jit_32: add VLAN instructions for BPF JIT (2012-11-13 18:21:10 -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 170173bf37342dab486daaa2a0381d802c10fb21: batman-adv: Remove instant overwritten variable initialization (2012-11-14 21:00:37 +0100) ---------------------------------------------------------------- Included changes: - hash computation improvements - Bridge Loop Avoidance set-up phase optimisations - Roaming handling code redesign - some code cleanups ---------------------------------------------------------------- Antonio Quartulli (6): batman-adv: fix wrong spinlock inline comment batman-adv: prevent using any virtual device created on batman-adv as hard-interface batman-adv: substitute tt_poss_change with a per-tt_entry flag batman-adv: refactor code to simplify long lines batman-adv: refactor tt_global_del_struct() batman-adv: roaming handling mechanism redesign Simon Wunderlich (4): batman-adv: don't rely on positions in struct for hashing batman-adv: send announcement when backbone gw is registered batman-adv: allow bla traffic only after first worker period batman-adv: wait multiple periods before activating bla Sven Eckelmann (1): batman-adv: Remove instant overwritten variable initialization net/batman-adv/bridge_loop_avoidance.c | 59 ++++--- net/batman-adv/hard-interface.c | 41 ++++- net/batman-adv/hash.h | 22 +++ net/batman-adv/main.h | 1 + net/batman-adv/originator.c | 1 - net/batman-adv/routing.c | 173 +++++++++++++++------ net/batman-adv/soft-interface.c | 1 - net/batman-adv/sysfs.c | 2 +- net/batman-adv/translation-table.c | 276 ++++++++++++++++++++++----------- net/batman-adv/translation-table.h | 2 + net/batman-adv/types.h | 11 +- 11 files changed, 416 insertions(+), 173 deletions(-)
Comments
I'm starting to get spammed by the b.a.t.m.a.n list somehow, it's emitting tons of postings and I can tell it's coming from the list or similar because: 1) Every Subject line is prefixed "[B.A.T.M.A.N]", whereas your netdev posting and your direct email to me doesn't have this prefix. 2) Every email has this Reply-To: ==================== Reply-to: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n@lists.open-mesh.org> ==================== I'm getting postings by other people from several days ago, fox example the fuzzer report from Sasha Levin on November 12th. Please fix this now, or I'm simply going to filter all batman-adv postings from my inbox and patchwork until this is resolved as I simply do not have the time for sorting through extra emails like this. Thanks.
From: Antonio Quartulli <ordex@autistici.org> Date: Wed, 14 Nov 2012 21:16:18 +0100 > here is again our new patchset intended for net-next/linux-3.8. > Patch 1/11 has been modified to address the problems you pointed out last time; > however hash_bytes has kept its inline tag and it has been moved to hash.h (in > this way it becomes usable by the rest of the batman-adv code for new changes). Pulled, thanks.