From patchwork Fri Dec 13 11:56:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steffen Klassert X-Patchwork-Id: 300990 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3852A2C00A2 for ; Fri, 13 Dec 2013 22:56:15 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752700Ab3LML4L (ORCPT ); Fri, 13 Dec 2013 06:56:11 -0500 Received: from a.mx.secunet.com ([195.81.216.161]:49305 "EHLO a.mx.secunet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752244Ab3LML4J (ORCPT ); Fri, 13 Dec 2013 06:56:09 -0500 Received: from localhost (alg1 [127.0.0.1]) by a.mx.secunet.com (Postfix) with ESMTP id 52B121A0076; Fri, 13 Dec 2013 12:56:48 +0100 (CET) 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 LMTP id Z44G_gLs-vYf; Fri, 13 Dec 2013 12:56:45 +0100 (CET) Received: from mail-gw-int (unknown [10.53.40.207]) by a.mx.secunet.com (Postfix) with ESMTP id C85791A006C; Fri, 13 Dec 2013 12:56:45 +0100 (CET) Received: from [10.53.40.200] (port=34069 helo=mail-srv1.secumail.de) by mail-gw-int with esmtp (Exim 4.80 #2 (Debian)) id 1VrRJA-000075-Ce; Fri, 13 Dec 2013 12:53:28 +0100 Received: from gauss.dd.secunet.de ([10.182.7.102]) by mail-srv1.secumail.de with Microsoft SMTPSVC(6.0.3790.4675); Fri, 13 Dec 2013 12:56:10 +0100 Received: by gauss.dd.secunet.de (Postfix, from userid 1000) id A6BA55C194E; Fri, 13 Dec 2013 12:56:05 +0100 (CET) Date: Fri, 13 Dec 2013 12:56:05 +0100 From: Steffen Klassert To: David Miller Cc: Herbert Xu , netdev@vger.kernel.org Subject: [PATCH net-next] MAINTAINERS: Update the IPsec maintainer entry Message-ID: <20131213115605.GP31491@secunet.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginalArrivalTime: 13 Dec 2013 11:56:10.0718 (UTC) FILETIME=[50A4B7E0:01CEF7FA] Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Add the IPsec git trees and some pure IPsec modules to the IPsec section in the MAINTAINERS file. Signed-off-by: Steffen Klassert --- This is the IPsec maintainers update we discussed here: http://marc.info/?l=linux-netdev&m=138393272032536&w=2 I've also added the ipsec trees to get the patches based on these trees. MAINTAINERS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 63ae896..568cea1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5895,12 +5895,21 @@ M: Steffen Klassert M: Herbert Xu M: "David S. Miller" L: netdev@vger.kernel.org -T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git S: Maintained F: net/xfrm/ F: net/key/ F: net/ipv4/xfrm* +F: net/ipv4/esp4.c +F: net/ipv4/ah4.c +F: net/ipv4/ipcomp.c +F: net/ipv4/ip_vti.c F: net/ipv6/xfrm* +F: net/ipv6/esp6.c +F: net/ipv6/ah6.c +F: net/ipv6/ipcomp6.c +F: net/ipv6/ip6_vti.c F: include/uapi/linux/xfrm.h F: include/net/xfrm.h