Message ID | cover.1713874887.git.antony.antony@secunet.com (mailing list archive) |
---|---|
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 E46427E765 for <netdev@vger.kernel.org>; Tue, 23 Apr 2024 12:49:03 +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=1713876546; cv=none; b=CzRu9DCu3h/95majB8C+5CnYHlWkq3PuJaBUBqNAVq0PtLESfzCjkvGGCXHi9JUd+GjO4w6Jenzz9glnK+JxkLIVu7RdLqIUuKFcsP1EgiIRX6mUv1AUJ/CN/LwfDD8PX8+agG2zjvMmTeSD1Vb/sdFxFtc2pYmgY1yfVUJu3j0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713876546; c=relaxed/simple; bh=PEaHPyRWdC2vlCZldOD6tTtUMOeM14ID4vQm6qq6+Ao=; h=Date:From:To:CC:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=ULpkce0UgP0N4O9vJA1fMehWh47if+ZETcuXF5gkkXdNVO/c/guo5Mq85sbh/5xlCEm8Ne61H3vQGOjfVNi6+ao6Ys+FdhTB0C+Lxg4YC4kviEzgYEoEfuNPo6DRQN2ir3y/b4NG5TQhFyiIMEGBM/WEVZYXs4jRpvyTcyE8sks= 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=gMqIsohm; 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="gMqIsohm" Received: from localhost (localhost [127.0.0.1]) by a.mx.secunet.com (Postfix) with ESMTP id 3A752207D8; Tue, 23 Apr 2024 14:48:56 +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 HJmZ5eFXd-Y6; Tue, 23 Apr 2024 14:48:55 +0200 (CEST) Received: from mailout2.secunet.com (mailout2.secunet.com [62.96.220.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by a.mx.secunet.com (Postfix) with ESMTPS id AB055207D5; Tue, 23 Apr 2024 14:48:55 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 a.mx.secunet.com AB055207D5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=secunet.com; s=202301; t=1713876535; bh=sJpAz3ZL12uPhh2YJMujiNka98ma11ETIjxh5z0cHn4=; h=Date:From:To:CC:Subject:Reply-To:From; b=gMqIsohm1IyaupZHwp6K2LHJjoZtWLVqBugBwnFrPgZq9YeHH5X9zOwUs5pX/j/C+ TfBb1lxEEVxovbqL93S+M/defNLvarCL9XpRdSdJLrYQHoVeK8Jl8tvESwIvozkm9v FXFqlY/gL7yG1T1oypfMAydM94IyGmF/UTt31iZWxtJSIYlf9FCXW6LYr03jXqZ1a7 CXm9qmZnSfpXHGd3kxRj+GvVz3xl0+PJbLvOeEUcyrdSWO+GXOS/VW3RQd7yVUcqwM 1h11ljwnuzQrmJdBO7TRI1+NQCfibLU5TWFUq/95DBeRxv3skiQV1IE9zpMLt7tGxU gFD0B5oRKYIwQ== Received: from cas-essen-02.secunet.de (unknown [10.53.40.202]) by mailout2.secunet.com (Postfix) with ESMTP id 9D9AA80004A; Tue, 23 Apr 2024 14:48:55 +0200 (CEST) Received: from mbx-essen-01.secunet.de (10.53.40.197) 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.35; Tue, 23 Apr 2024 14:48:55 +0200 Received: from moon.secunet.de (172.18.149.1) by mbx-essen-01.secunet.de (10.53.40.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.37; Tue, 23 Apr 2024 14:48:55 +0200 Date: Tue, 23 Apr 2024 14:48:48 +0200 From: Antony Antony <antony.antony@secunet.com> To: Steffen Klassert <steffen.klassert@secunet.com>, Herbert Xu <herbert@gondor.apana.org.au>, <netdev@vger.kernel.org> CC: "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, <devel@linux-ipsec.org>, Leon Romanovsky <leon@kernel.org>, Eyal Birger <eyal.birger@gmail.com>, Nicolas Dichtel <nicolas.dichtel@6wind.com>, Sabrina Dubroca <sd@queasysnail.net> Subject: [PATCH ipsec-next v12 0/4] xfrm: Introduce direction attribute for SA Message-ID: <cover.1713874887.git.antony.antony@secunet.com> Reply-To: <antony.antony@secunet.com> 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-Type: text/plain; charset="us-ascii" Content-Disposition: inline Precedence: first-class Priority: normal Organization: secunet X-ClientProxiedBy: cas-essen-02.secunet.de (10.53.40.202) To mbx-essen-01.secunet.de (10.53.40.197) |
Series |
xfrm: Introduce direction attribute for SA
|
expand
|