From patchwork Tue Apr 25 00:02:13 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Linus_L=C3=BCssing?= X-Patchwork-Id: 17027 Return-Path: Delivered-To: sven@narfation.org Received: from narfation.org ([2001:4d88:2000:7::2]:993) by sven-atom.home.narfation.org with IMAP4-SSL for ; 25 Apr 2017 00:03:50 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sven-atom.home.narfation.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_00,GAPPY_SUBJECT, HEADER_FROM_DIFFERENT_DOMAINS,RP_MATCHES_RCVD,T_SPF_HELO_TEMPERROR, T_SPF_TEMPERROR autolearn=no autolearn_force=no version=3.4.1 X-Original-To: sven@narfation.org Delivered-To: sven@narfation.org Received: from open-mesh.org (open-mesh.org [IPv6:2a01:4f8:141:3341:78:46:248:236]) by v3-1039.vlinux.de (Postfix) with ESMTPS id E1C701100CB for ; Tue, 25 Apr 2017 02:03:18 +0200 (CEST) Authentication-Results: v3-1039.vlinux.de; dmarc=none header.from=c0d3.blue Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id 623FF836F5; Tue, 25 Apr 2017 02:03:16 +0200 (CEST) Authentication-Results: open-mesh.org; dmarc=none header.from=c0d3.blue Received-SPF: None (no SPF record) identity=mailfrom; client-ip=138.201.29.205; helo=mail.aperture-lab.de; envelope-from=linus.luessing@c0d3.blue; receiver=b.a.t.m.a.n@lists.open-mesh.org Authentication-Results: open-mesh.org; dmarc=none header.from=c0d3.blue Received: from mail.aperture-lab.de (mail.aperture-lab.de [138.201.29.205]) by open-mesh.org (Postfix) with ESMTPS id 6FB85833A9 for ; Tue, 25 Apr 2017 02:03:08 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.aperture-lab.de (Postfix) with ESMTP id 65D8EE38C3 for ; Tue, 25 Apr 2017 02:03:08 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aperture-lab.de Received: from mail.aperture-lab.de ([127.0.0.1]) by localhost (mail.aperture-lab.de [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 23-2W4qk8vvv for ; Tue, 25 Apr 2017 02:03:07 +0200 (CEST) Received: from localhost (unknown [IPv6:2001:67c:2d50:0:c85:8cff:fe0f:63fe]) (Authenticated sender: linus.luessing@c0d3.blue) by mail.aperture-lab.de (Postfix) with ESMTPSA for ; Tue, 25 Apr 2017 02:03:07 +0200 (CEST) From: =?utf-8?q?Linus_L=C3=BCssing?= To: b.a.t.m.a.n@lists.open-mesh.org Date: Tue, 25 Apr 2017 02:02:13 +0200 Message-Id: <20170425000218.23721-1-linus.luessing@c0d3.blue> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Subject: [B.A.T.M.A.N.] [PATCH v3 0/5] batman-adv: broadcast packet aggregation X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" X-getmail-retrieved-from-mailbox: INBOX X-getmail-filter-classifier: fd[10]: OK Hi, This patchset introduces aggregation support for BATMAN V - as well as any other packet type with a broadcast destination. Branch: * https://git.open-mesh.org/batman-adv.git/shortlog/refs/heads/linus/aggregation Regards, Linus --- Changelog: v3: * moved "Introduce packet type independent TVLV ..." from linus/neighhash to this patchset (this patchset is more important, therefore swapping their order) * removed the two already applied patches * rebased to master v2: * reset skb->cb on the soft-iface reception path, too [PATCH 5/6] (thanks Sven!) RFC->v1: * removed tvlv (un)pack ctx wrappers * fixed a crash when deaggregating ARP packets * now compile tested down to 3.2, too (no issues found) * now stress tested with multicast traffic of a larger, public mesh setup