]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
netfilter: update my email address
authorJan Engelhardt <jengelh@medozas.de>
Sun, 28 Feb 2010 22:19:52 +0000 (23:19 +0100)
committerPatrick McHardy <kaber@trash.net>
Wed, 17 Mar 2010 14:53:10 +0000 (15:53 +0100)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Documentation/feature-removal-schedule.txt
net/bridge/netfilter/ebt_ip6.c
net/netfilter/xt_TCPOPTSTRIP.c
net/netfilter/xt_connlimit.c
net/netfilter/xt_connmark.c
net/netfilter/xt_hashlimit.c
net/netfilter/xt_recent.c
net/netfilter/xt_time.c
net/netfilter/xt_u32.c

index 8843fef0fced69b95fda79464ac7f3112328f1a4..fa327f673a321e11ebe499c91cfd2e8e5e43786a 100644 (file)
@@ -247,7 +247,7 @@ What (Why):
 
 When:  January 2009 or Linux 2.7.0, whichever comes first
 Why:   Superseded by newer revisions or modules
-Who:   Jan Engelhardt <jengelh@computergmbh.de>
+Who:   Jan Engelhardt <jengelh@medozas.de>
 
 ---------------------------
 
index bbf2534ef026e37cb604394dd9af48f7b7e82cd9..4cb60f1ae7adb2a99216950c98e8ba7cf43a5afc 100644 (file)
@@ -4,7 +4,7 @@
  *     Authors:
  *     Manohar Castelino <manohar.r.castelino@intel.com>
  *     Kuo-Lang Tseng <kuo-lang.tseng@intel.com>
- *     Jan Engelhardt <jengelh@computergmbh.de>
+ *     Jan Engelhardt <jengelh@medozas.de>
  *
  * Summary:
  * This is just a modification of the IPv4 code written by
index 9dd8c8ef63eb302acaf81320988766919e82dfe4..e8b57609ddc02c27097152e77b265f49a83a836f 100644 (file)
@@ -3,7 +3,6 @@
  *
  * Copyright (C) 2007 Sven Schnelle <svens@bitebene.org>
  * Copyright © CC Computer Consultants GmbH, 2007
- * Contact: Jan Engelhardt <jengelh@computergmbh.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
@@ -136,7 +135,7 @@ static void __exit tcpoptstrip_tg_exit(void)
 
 module_init(tcpoptstrip_tg_init);
 module_exit(tcpoptstrip_tg_exit);
-MODULE_AUTHOR("Sven Schnelle <svens@bitebene.org>, Jan Engelhardt <jengelh@computergmbh.de>");
+MODULE_AUTHOR("Sven Schnelle <svens@bitebene.org>, Jan Engelhardt <jengelh@medozas.de>");
 MODULE_DESCRIPTION("Xtables: TCP option stripping");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_TCPOPTSTRIP");
index 26997ce90e48bf861b1cf3fcac712b6889b9f8e7..9e624af40f801022ec6d953596c9833d5b4369a4 100644 (file)
@@ -5,7 +5,6 @@
  *   Nov 2002: Martin Bene <martin.bene@icomedias.com>:
  *             only ignore TIME_WAIT or gone connections
  *   (C) CC Computer Consultants GmbH, 2007
- *   Contact: <jengelh@computergmbh.de>
  *
  * based on ...
  *
index d184515604b653df07777edb57e3e09cdbdd5692..97465a4723440ba25536d31fd0d3c74f6c2f9846 100644 (file)
@@ -4,7 +4,7 @@
  *     Copyright (C) 2002,2004 MARA Systems AB <http://www.marasystems.com>
  *     by Henrik Nordstrom <hno@marasystems.com>
  *     Copyright © CC Computer Consultants GmbH, 2007 - 2008
- *     Jan Engelhardt <jengelh@computergmbh.de>
+ *     Jan Engelhardt <jengelh@medozas.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9e9c48963942ad39b722be5790c8a4b01750b1d4..ba9601a767aa09f6c97ad4188317e937056ae5e4 100644 (file)
@@ -36,7 +36,7 @@
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Harald Welte <laforge@netfilter.org>");
-MODULE_AUTHOR("Jan Engelhardt <jengelh@computergmbh.de>");
+MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
 MODULE_DESCRIPTION("Xtables: per hash-bucket rate-limit match");
 MODULE_ALIAS("ipt_hashlimit");
 MODULE_ALIAS("ip6t_hashlimit");
index 7073dbb8100c83fb163498453d814beed8fd2dbe..1af74dd563d598b5c47da74d1dc5c68bd211ab6e 100644 (file)
@@ -34,7 +34,7 @@
 #include <linux/netfilter/xt_recent.h>
 
 MODULE_AUTHOR("Patrick McHardy <kaber@trash.net>");
-MODULE_AUTHOR("Jan Engelhardt <jengelh@computergmbh.de>");
+MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
 MODULE_DESCRIPTION("Xtables: \"recently-seen\" host matching for IPv4");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_recent");
index 93acaa59d1089909378d2c6768942345e197217e..9a9c9a3b0a5dbe769fdd97de4e062b5b664b34a2 100644 (file)
@@ -1,7 +1,6 @@
 /*
  *     xt_time
  *     Copyright © CC Computer Consultants GmbH, 2007
- *     Contact: <jengelh@computergmbh.de>
  *
  *     based on ipt_time by Fabrice MARIE <fabrice@netfilter.org>
  *     This is a module which is used for time matching
@@ -264,7 +263,7 @@ static void __exit time_mt_exit(void)
 
 module_init(time_mt_init);
 module_exit(time_mt_exit);
-MODULE_AUTHOR("Jan Engelhardt <jengelh@computergmbh.de>");
+MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
 MODULE_DESCRIPTION("Xtables: time-based matching");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_time");
index 24a5276245006e68d7d0fa2cc33138cd38617702..d7c05f03a7e76018a7f7adb6800284d929497fb7 100644 (file)
@@ -3,7 +3,6 @@
  *
  *     Original author: Don Cohen <don@isis.cs3-inc.com>
  *     (C) CC Computer Consultants GmbH, 2007
- *     Contact: <jengelh@computergmbh.de>
  */
 
 #include <linux/module.h>
@@ -117,7 +116,7 @@ static void __exit u32_mt_exit(void)
 
 module_init(u32_mt_init);
 module_exit(u32_mt_exit);
-MODULE_AUTHOR("Jan Engelhardt <jengelh@computergmbh.de>");
+MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
 MODULE_DESCRIPTION("Xtables: arbitrary byte matching");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_u32");