From patchwork Tue Feb 28 11:32:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Lindner X-Patchwork-Id: 143423 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 A3F98B6EE6 for ; Tue, 28 Feb 2012 22:38:31 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754947Ab2B1Li3 (ORCPT ); Tue, 28 Feb 2012 06:38:29 -0500 Received: from nm21-vm7.bullet.mail.ukl.yahoo.com ([217.12.10.79]:31856 "HELO nm21-vm7.bullet.mail.ukl.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754385Ab2B1Li2 (ORCPT ); Tue, 28 Feb 2012 06:38:28 -0500 X-Greylist: delayed 317 seconds by postgrey-1.27 at vger.kernel.org; Tue, 28 Feb 2012 06:38:28 EST Received: from [217.146.183.215] by nm21.bullet.mail.ukl.yahoo.com with NNFMP; 28 Feb 2012 11:33:10 -0000 Received: from [217.146.182.73] by tm8.bullet.mail.ukl.yahoo.com with NNFMP; 28 Feb 2012 11:33:10 -0000 Received: from [127.0.0.1] by smtp119.mail.ukl.yahoo.com with NNFMP; 28 Feb 2012 11:33:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s1024; t=1330428790; bh=nB4lnqn3HS3x2d8mDsl8NggdnhrWJOiaD0b+MNZ/Zgk=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:To:Cc:Subject:Date:Message-Id:X-Mailer; b=U/ADiHw6YIb5Sg0ZwYAYcHlSnXnAbXAW3qCHRpzJv81OKl096SEz+fZpfcT/9dbdFWsbXJJgWY9KUmOn8Mo7E7mcbDD/WgvlNtUOvWzj3oFAmQATeQI4uTr4Fw4GaRy2FALbQcB9UoalO0I65mfqi5MxM0oZddhv7BJl3Evwh5Y= X-Yahoo-Newman-Id: 912496.83577.bm@smtp119.mail.ukl.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 9FnipDQVM1nDWoD6Jcqx2VWqCFq2tR9OU9tlfkoAfS0.anF 5NBRV_NnKO0yJp8GKyXlnFPr2FxyDInF4lUd8u3_YWbrBdN9FsIJ3tWJROZS 9cfEA7_S1YPRrq7eSb2qn1xLpBDcetUILqHybXNSJU1QouY7M50NBRhO5aLM mRLxEMHdY5QmVwbyhORmoqX34vypdNR5Gyr2wUFeyqwDpTr9e933oTS61tDm r6NIvWaY544ioPNLOiFGd0JbPVEe70bv4OyPvyeJDfV3Y8LhkRCYgIxncS4W oO.pGR6wF_kkN72MLnq6jbhe0vs9eGM2ITsHMQvP9I_poo..fZckUTZnqNX_ vWo7N9Ww625han24g.f3CZ7sms.hCbO01IID_3sJulAVnvZRNsP5iwXs8QB1 TeOFoqczBpYiJBhKRSkvHXdVTQbs9a27pXorAwf62G6gclycGBOWk5htT2rf J824HSojKjXXguuNsNdjOI6YZhUIB_tc- X-Yahoo-SMTP: tW.h3tiswBBMXO2coYcbPigGD5Lt6zY_.Zc- Received: from localhost (lindner_marek@119.236.110.45 with plain) by smtp119.mail.ukl.yahoo.com with SMTP; 28 Feb 2012 03:33:06 -0800 PST From: Marek Lindner 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-02-28 Date: Tue, 28 Feb 2012 19:32:20 +0800 Message-Id: <1330428748-23137-1-git-send-email-lindner_marek@yahoo.de> X-Mailer: git-send-email 1.7.9 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi David, here comes the second set of patches I'd like to see pulled into net-next-2.6/3.4. It mostly contains code cleanups, some code refactoring work and a minor fix. Let me know if there any problems. Thanks, Marek The following changes since commit ea3d2fd1b11fb3ef8706a48ece0a49a61bcd08bc: batman-adv: export used routing algorithm via sysfs (2012-02-17 02:50:20 +0800) are available in the git repository at: git://git.open-mesh.org/linux-merge.git batman-adv-for-davem or older git versions: git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davem for you to fetch changes up to 7c64fd98ce512de6c6dae0452dc026446bd368d5: batman-adv: Fix indentation of multiline statements (2012-02-28 19:14:31 +0800) ---------------------------------------------------------------- code cleanups and code refactoring ---------------------------------------------------------------- Antonio Quartulli (3): batman-adv: set TT_CLIENT_NEW flag before invoking hash_add() batman-adv: code refactoring - move debug print into tt_local_set_pending batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entry Marek Lindner (1): batman-adv: convert time_after instances to has_timed_out Sven Eckelmann (4): batman-adv: refactor tt_global_del() to avoid misalignment batman-adv: Update copyright years batman-adv: Start new development cycle batman-adv: Fix indentation of multiline statements net/batman-adv/Makefile | 2 +- net/batman-adv/bat_algo.h | 2 +- net/batman-adv/bat_debugfs.c | 2 +- net/batman-adv/bat_debugfs.h | 2 +- net/batman-adv/bat_iv_ogm.c | 2 +- net/batman-adv/bat_sysfs.c | 6 +- net/batman-adv/bat_sysfs.h | 2 +- net/batman-adv/bitarray.c | 10 ++-- net/batman-adv/bitarray.h | 2 +- net/batman-adv/gateway_client.c | 6 +- net/batman-adv/gateway_client.h | 2 +- net/batman-adv/gateway_common.c | 6 +- net/batman-adv/gateway_common.h | 2 +- net/batman-adv/hard-interface.c | 32 +++++----- net/batman-adv/hard-interface.h | 2 +- net/batman-adv/hash.c | 2 +- net/batman-adv/hash.h | 2 +- net/batman-adv/icmp_socket.c | 2 +- net/batman-adv/icmp_socket.h | 2 +- net/batman-adv/main.c | 2 +- net/batman-adv/main.h | 17 +++--- net/batman-adv/originator.c | 18 ++--- net/batman-adv/originator.h | 2 +- net/batman-adv/packet.h | 2 +- net/batman-adv/ring_buffer.c | 2 +- net/batman-adv/ring_buffer.h | 2 +- net/batman-adv/routing.c | 13 ++-- net/batman-adv/routing.h | 2 +- net/batman-adv/send.c | 2 +- net/batman-adv/send.h | 2 +- net/batman-adv/soft-interface.c | 6 +- net/batman-adv/soft-interface.h | 2 +- net/batman-adv/translation-table.c | 119 ++++++++++++++++------------------- net/batman-adv/translation-table.h | 2 +- net/batman-adv/types.h | 2 +- net/batman-adv/unicast.c | 2 +- net/batman-adv/unicast.h | 2 +- net/batman-adv/vis.c | 5 +- net/batman-adv/vis.h | 5 +- 39 files changed, 141 insertions(+), 156 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