Message ID | 20210819153334.18850-1-sw@simonwunderlich.de |
---|---|
State | Not Applicable, archived |
Headers | show
Return-Path: <b.a.t.m.a.n-bounces@lists.open-mesh.org> X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from diktynna.open-mesh.org (localhost [IPv6:::1]) by diktynna.open-mesh.org (Postfix) with ESMTP id 9F03982614; Thu, 19 Aug 2021 17:33:44 +0200 (CEST) Received: from simonwunderlich.de (packetmixer.de [IPv6:2001:4d88:2000:24::c0de]) by diktynna.open-mesh.org (Postfix) with ESMTPS id 25BEC8000A for <b.a.t.m.a.n@lists.open-mesh.org>; Thu, 19 Aug 2021 17:33:41 +0200 (CEST) Received: from kero.packetmixer.de (p200300c5971402c0773d8e0e2371531e.dip0.t-ipconnect.de [IPv6:2003:c5:9714:2c0:773d:8e0e:2371:531e]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simonwunderlich.de (Postfix) with ESMTPSA id 80E3517401E; Thu, 19 Aug 2021 17:33:40 +0200 (CEST) From: Simon Wunderlich <sw@simonwunderlich.de> To: kuba@kernel.org, davem@davemloft.net Subject: [PATCH 0/6] pull request for net-next: batman-adv 2021-08-19 Date: Thu, 19 Aug 2021 17:33:28 +0200 Message-Id: <20210819153334.18850-1-sw@simonwunderlich.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 ARC-Authentication-Results: i=1; diktynna.open-mesh.org; dkim=none; spf=pass (diktynna.open-mesh.org: domain of sw@simonwunderlich.de designates 2001:4d88:2000:24::c0de as permitted sender) smtp.mailfrom=sw@simonwunderlich.de ARC-Seal: i=1; s=20121; d=open-mesh.org; t=1629387221; a=rsa-sha256; cv=none; b=FlVbRrXl8yQ0CxjMIeG1PXUBvgFSBMp99sXHs3TTV+wLPBnKn2+DvJoZosGmKWQfBZ6n1Z A90dXcL3ap8jPR3IUWxRKHln+qvlqLXmyaPlwYToErokWvtKF1+oCRzFEtYYxmQrsVUmQL EDZ0vh8cXzf8wdq35fEFOEdm8Fh2M+0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=open-mesh.org; s=20121; t=1629387221; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=k0iZHBMW2JV7mTEkSZgRLw126XaEjrX2MhLaMVm/jzY=; b=t1Zgb8uBVlH08OKq+MGqkaCcTTGT4zZdZxrXzAlIhGcTPs4TkrEzlgE2e+DkA3yHYd/oRu AP9Gpmu3k8Zhv1McAzruIJR3zocakOjuVyyQWBsMF3tflc0QjMY/ulPg4ox2qeWuDBDtXX VZfwZ2hNLVCoJL7xHwHeXR1YVZDY4W0= Content-Transfer-Encoding: quoted-printable Message-ID-Hash: L52DIMXNFP35S6GPA73D3EEL4SW5XWHC X-Message-ID-Hash: L52DIMXNFP35S6GPA73D3EEL4SW5XWHC X-MailFrom: sw@simonwunderlich.de X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-b.a.t.m.a.n.lists.open-mesh.org-0; header-match-b.a.t.m.a.n.lists.open-mesh.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 3.2.1 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> Archived-At: <https://lists.open-mesh.org/mailman3/hyperkitty/list/b.a.t.m.a.n@lists.open-mesh.org/message/L52DIMXNFP35S6GPA73D3EEL4SW5XWHC/> List-Archive: <https://lists.open-mesh.org/mailman3/hyperkitty/list/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-Post: <mailto:b.a.t.m.a.n@lists.open-mesh.org> List-Subscribe: <mailto:b.a.t.m.a.n-join@lists.open-mesh.org> List-Unsubscribe: <mailto:b.a.t.m.a.n-leave@lists.open-mesh.org> |