Message ID | 20241210135024.39068-1-sw@simonwunderlich.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show
Received: from mail.simonwunderlich.de (mail.simonwunderlich.de [23.88.38.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 55BD51E515 for <netdev@vger.kernel.org>; Tue, 10 Dec 2024 13:50:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=23.88.38.48 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733838638; cv=none; b=Y45W/BL1sB5a2sffS45JUZ6JVVH2yrXRzoBtkhJkOxzFVSsbp0lH8f1pb1sSIppythMns8KVYGzhNofgLxDwtgg5K+7an6Gg8yQLfBsxrJXNsyE2ng5bWvrAUH7oenD9wKz1nKf7VrBZHHNqQZHanjUpWsin/ADZWz2HUgB8NJA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733838638; c=relaxed/simple; bh=RUrJrZOD3JEna0Dj84G/DazUjZDeo2XlRhQ3SYw3M1M=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=DWDvy1B7JiUW8jGyW5Gv0COYo2coiyABYyUzqC81lCGsFKWUIepCGmcc0pF5UCD61ISiB3NxU4H8sPS/qheC++ld3UZqpLLnE+2KP2SDaRvJibDJiZXurORHLWo5JStY5wAlH9J8DeVua3HBHgWzouXO/KRWMY4hK6dj7x1Zoy8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=simonwunderlich.de; spf=pass smtp.mailfrom=simonwunderlich.de; arc=none smtp.client-ip=23.88.38.48 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=simonwunderlich.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=simonwunderlich.de Received: from kero.packetmixer.de (p200300C5971b44D83038C7ecB8E2Ed5c.dip0.t-ipconnect.de [IPv6:2003:c5:971b:44d8:3038:c7ec:b8e2:ed5c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.simonwunderlich.de (Postfix) with ESMTPSA id 13250FA132; Tue, 10 Dec 2024 14:50:28 +0100 (CET) From: Simon Wunderlich <sw@simonwunderlich.de> To: davem@davemloft.net, kuba@kernel.org Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org, Simon Wunderlich <sw@simonwunderlich.de> Subject: [PATCH 0/3] pull request for net: batman-adv 2024-12-10 Date: Tue, 10 Dec 2024 14:50:21 +0100 Message-Id: <20241210135024.39068-1-sw@simonwunderlich.de> X-Mailer: git-send-email 2.39.5 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |