Message ID | 20240910065507.2436394-1-steffen.klassert@secunet.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show
Received: from a.mx.secunet.com (a.mx.secunet.com [62.96.220.36]) (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 49C4617ADE8 for <netdev@vger.kernel.org>; Tue, 10 Sep 2024 06:55:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.96.220.36 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725951325; cv=none; b=f3Q9INPslWHuL2N75pbLK77tArmS7DXxZEc1J4NDLxCdb8Y7r/nPSIkvThP132u2hpHC+cIsjBGEtEjolIVMFEdygJ/19yg26VZBlRbKF8pNWDlM53NTu1BmS9B+ChSwGwD46dt5g17kR6kFHqSrOr2n5ZlM0GR0LIsOtfGqTfY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725951325; c=relaxed/simple; bh=J0nger6qbAN2vAoS5REi9A2XWqrz9YZeIbL8SFDs6ic=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=oIDds13wSD0o0gMM2HRsbJAKKruI7fhQpefAKelBucQmTwKVqrzaRuCgZSLp4z6hLVa72MTLzQqxor4ZZYqnQsryimAfnIHyEdpjhixro4yIKgH1WkeRtb2vev0t5wLJVPdzxrLmOrXoQndKjvrlcdD9YdatZ0SGAdqcr+CtZOA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=secunet.com; spf=pass smtp.mailfrom=secunet.com; dkim=pass (2048-bit key) header.d=secunet.com header.i=@secunet.com header.b=ZQl4SBes; arc=none smtp.client-ip=62.96.220.36 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=secunet.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=secunet.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=secunet.com header.i=@secunet.com header.b="ZQl4SBes" Received: from localhost (localhost [127.0.0.1]) by a.mx.secunet.com (Postfix) with ESMTP id 839472088A; Tue, 10 Sep 2024 08:55:21 +0200 (CEST) X-Virus-Scanned: by secunet Received: from a.mx.secunet.com ([127.0.0.1]) by localhost (a.mx.secunet.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N9w1DRNIEGby; Tue, 10 Sep 2024 08:55:21 +0200 (CEST) Received: from cas-essen-02.secunet.de (rl2.secunet.de [10.53.40.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by a.mx.secunet.com (Postfix) with ESMTPS id EB7F82074A; Tue, 10 Sep 2024 08:55:20 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 a.mx.secunet.com EB7F82074A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=secunet.com; s=202301; t=1725951321; bh=S+w/4P3hTCW1lvZtd8txTUp4PwDg9Rn+JW4mb3wly2I=; h=From:To:CC:Subject:Date:From; b=ZQl4SBesayWQY65rqe5v8XoffTbxJPHDNewcCowo+w4LcpbRy0gIJrDiVrhfLd0GU MENjfAHLZHh9ZpV6CigWZanIaykRu3+eovMq0/ByCg+j6TTCj1AWh2ql4BMnBhhC4q 6JnBJoDyG+GPkKrAFnOiK2FwInsSsPB5085DOhjbpuYWVqGErG4tJt1XNvHRfiwx+A JKcGeelRDSPakW/uQq2Ct8/4JfwYz8kQ8AFPpyQh7Wrp2fdSf3dLeEvquoMcoCqDeF 1O87XDCkdRjdBOuV++R1roi/lrkDzXWY5dfqx3iQARUq+gsq0jbByt4OAtVqRRCg32 RU9/laQvsFZrQ== Received: from mbx-essen-02.secunet.de (10.53.40.198) by cas-essen-02.secunet.de (10.53.40.202) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.39; Tue, 10 Sep 2024 08:55:20 +0200 Received: from gauss2.secunet.de (10.182.7.193) by mbx-essen-02.secunet.de (10.53.40.198) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.39; Tue, 10 Sep 2024 08:55:20 +0200 Received: by gauss2.secunet.de (Postfix, from userid 1000) id 06B403181C6C; Tue, 10 Sep 2024 08:55:19 +0200 (CEST) From: Steffen Klassert <steffen.klassert@secunet.com> To: David Miller <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org> CC: Herbert Xu <herbert@gondor.apana.org.au>, Steffen Klassert <steffen.klassert@secunet.com>, <netdev@vger.kernel.org> Subject: [PATCH 0/13] pull request (net-next): ipsec-next 2024-09-10 Date: Tue, 10 Sep 2024 08:54:54 +0200 Message-ID: <20240910065507.2436394-1-steffen.klassert@secunet.com> X-Mailer: git-send-email 2.34.1 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 Content-Type: text/plain X-ClientProxiedBy: cas-essen-01.secunet.de (10.53.40.201) To mbx-essen-02.secunet.de (10.53.40.198) X-EXCLAIMER-MD-CONFIG: 2c86f778-e09b-4440-8b15-867914633a10 |