Skip to content

Commit fe03d47

Browse files
author
Jozsef Kadlecsik
committed
Update my email address
It's better to use my kadlec@netfilter.org email address in the source code. I might not be able to use kadlec@blackhole.kfki.hu in the future. Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
1 parent 1192179 commit fe03d47

34 files changed

+49
-49
lines changed

CREDITS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@ S: 2300 Copenhagen S.
18001800
S: Denmark
18011801

18021802
N: Jozsef Kadlecsik
1803-
E: kadlec@blackhole.kfki.hu
1803+
E: kadlec@netfilter.org
18041804
P: 1024D/470DB964 4CB3 1A05 713E 9BF7 FAC5 5809 DD8C B7B1 470D B964
18051805
D: netfilter: TCP window tracking code
18061806
D: netfilter: raw table

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10858,7 +10858,7 @@ F: drivers/net/ethernet/neterion/
1085810858

1085910859
NETFILTER
1086010860
M: Pablo Neira Ayuso <pablo@netfilter.org>
10861-
M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
10861+
M: Jozsef Kadlecsik <kadlec@netfilter.org>
1086210862
M: Florian Westphal <fw@strlen.de>
1086310863
L: netfilter-devel@vger.kernel.org
1086410864
L: coreteam@netfilter.org

include/linux/jhash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* if SELF_TEST is defined. You can use this free for any purpose. It's in
1818
* the public domain. It has no warranty.
1919
*
20-
* Copyright (C) 2009-2010 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu)
20+
* Copyright (C) 2009-2010 Jozsef Kadlecsik (kadlec@netfilter.org)
2121
*
2222
* I've modified Bob's hash to be useful in the Linux kernel, and
2323
* any bugs present are my fault.

include/linux/netfilter/ipset/ip_set.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu>
22
* Patrick Schaaf <bof@bof.de>
33
* Martin Josefsson <gandalf@wlug.westbo.se>
4-
* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
4+
* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

include/linux/netfilter/ipset/ip_set_counter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _IP_SET_COUNTER_H
22
#define _IP_SET_COUNTER_H
33

4-
/* Copyright (C) 2015 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
4+
/* Copyright (C) 2015 Jozsef Kadlecsik <kadlec@netfilter.org>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

include/linux/netfilter/ipset/ip_set_skbinfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _IP_SET_SKBINFO_H
22
#define _IP_SET_SKBINFO_H
33

4-
/* Copyright (C) 2015 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
4+
/* Copyright (C) 2015 Jozsef Kadlecsik <kadlec@netfilter.org>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

include/linux/netfilter/ipset/ip_set_timeout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _IP_SET_TIMEOUT_H
22
#define _IP_SET_TIMEOUT_H
33

4-
/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
4+
/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as

include/uapi/linux/netfilter/ipset/ip_set.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu>
33
* Patrick Schaaf <bof@bof.de>
44
* Martin Josefsson <gandalf@wlug.westbo.se>
5-
* Copyright (C) 2003-2011 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
5+
* Copyright (C) 2003-2011 Jozsef Kadlecsik <kadlec@netfilter.org>
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License version 2 as

net/ipv4/netfilter/iptable_raw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* 'raw' table, which is the very first hooked in at PRE_ROUTING and LOCAL_OUT .
44
*
5-
* Copyright (C) 2003 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
5+
* Copyright (C) 2003 Jozsef Kadlecsik <kadlec@netfilter.org>
66
*/
77
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
88
#include <linux/module.h>

net/ipv4/netfilter/nf_nat_h323.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* This source code is licensed under General Public License version 2.
88
*
99
* Based on the 'brute force' H.323 NAT module by
10-
* Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
10+
* Jozsef Kadlecsik <kadlec@netfilter.org>
1111
*/
1212

1313
#include <linux/module.h>

0 commit comments

Comments
 (0)