OSDN Git Service

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 24 Jun 2019 23:32:59 +0000 (01:32 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 24 Jun 2019 23:32:59 +0000 (01:32 +0200)
Resolve conflict between d2912cb15bdd ("treewide: Replace GPLv2
boilerplate/reference with SPDX - rule 500") removing the GPL disclaimer
and fe03d4745675 ("Update my email address") which updates Jozsef
Kadlecsik's email.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
41 files changed:
1  2 
CREDITS
MAINTAINERS
include/linux/netfilter/ipset/ip_set.h
include/linux/netfilter/ipset/ip_set_counter.h
include/linux/netfilter/ipset/ip_set_skbinfo.h
include/linux/netfilter/ipset/ip_set_timeout.h
net/bridge/br_netfilter_hooks.c
net/bridge/br_netfilter_ipv6.c
net/ipv4/netfilter/ipt_SYNPROXY.c
net/ipv4/netfilter/nf_nat_h323.c
net/ipv6/netfilter/ip6t_SYNPROXY.c
net/netfilter/ipset/ip_set_bitmap_gen.h
net/netfilter/ipset/ip_set_bitmap_ip.c
net/netfilter/ipset/ip_set_bitmap_ipmac.c
net/netfilter/ipset/ip_set_bitmap_port.c
net/netfilter/ipset/ip_set_core.c
net/netfilter/ipset/ip_set_getport.c
net/netfilter/ipset/ip_set_hash_gen.h
net/netfilter/ipset/ip_set_hash_ip.c
net/netfilter/ipset/ip_set_hash_ipmark.c
net/netfilter/ipset/ip_set_hash_ipport.c
net/netfilter/ipset/ip_set_hash_ipportip.c
net/netfilter/ipset/ip_set_hash_ipportnet.c
net/netfilter/ipset/ip_set_hash_mac.c
net/netfilter/ipset/ip_set_hash_net.c
net/netfilter/ipset/ip_set_hash_netiface.c
net/netfilter/ipset/ip_set_hash_netnet.c
net/netfilter/ipset/ip_set_hash_netport.c
net/netfilter/ipset/ip_set_hash_netportnet.c
net/netfilter/ipset/ip_set_list_set.c
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_conntrack_h323_main.c
net/netfilter/nf_conntrack_proto_tcp.c
net/netfilter/nf_synproxy_core.c
net/netfilter/nf_tables_api.c
net/netfilter/nft_ct.c
net/netfilter/nft_dynset.c
net/netfilter/nft_exthdr.c
net/netfilter/xt_iprange.c
net/netfilter/xt_owner.c
net/netfilter/xt_set.c

diff --cc CREDITS
Simple merge
diff --cc MAINTAINERS
Simple merge
@@@ -1,11 -2,7 +2,7 @@@
  /* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu>
   *                         Patrick Schaaf <bof@bof.de>
   *                         Martin Josefsson <gandalf@wlug.westbo.se>
 - * Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 + * Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
   */
  #ifndef _IP_SET_H
  #define _IP_SET_H
@@@ -1,12 -2,8 +2,7 @@@
  #ifndef _IP_SET_COUNTER_H
  #define _IP_SET_COUNTER_H
  
- /* Copyright (C) 2015 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
 -/* Copyright (C) 2015 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
-- */
++/* Copyright (C) 2015 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  #ifdef __KERNEL__
  
@@@ -1,12 -2,8 +2,7 @@@
  #ifndef _IP_SET_SKBINFO_H
  #define _IP_SET_SKBINFO_H
  
- /* Copyright (C) 2015 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
 -/* Copyright (C) 2015 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
-- */
++/* Copyright (C) 2015 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  #ifdef __KERNEL__
  
@@@ -1,12 -2,8 +2,7 @@@
  #ifndef _IP_SET_TIMEOUT_H
  #define _IP_SET_TIMEOUT_H
  
- /* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
 -/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
-- */
++/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  #ifdef __KERNEL__
  
Simple merge
Simple merge
@@@ -1,11 -1,12 +1,8 @@@
+ // SPDX-License-Identifier: GPL-2.0-only
  /*
   * Copyright (c) 2013 Patrick McHardy <kaber@trash.net>
-  *
-  * 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
-  * published by the Free Software Foundation.
   */
  
 -#include <linux/module.h>
 -#include <linux/skbuff.h>
 -#include <net/tcp.h>
 -
  #include <linux/netfilter_ipv4/ip_tables.h>
  #include <linux/netfilter/x_tables.h>
  #include <linux/netfilter/xt_SYNPROXY.h>
@@@ -4,10 -5,8 +5,8 @@@
   * Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net>
   * Copyright (c) 2006-2012 Patrick McHardy <kaber@trash.net>
   *
-  * This source code is licensed under General Public License version 2.
-  *
   * Based on the 'brute force' H.323 NAT module by
 - * Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 + * Jozsef Kadlecsik <kadlec@netfilter.org>
   */
  
  #include <linux/module.h>
@@@ -1,11 -1,14 +1,8 @@@
+ // SPDX-License-Identifier: GPL-2.0-only
  /*
   * Copyright (c) 2013 Patrick McHardy <kaber@trash.net>
-  *
-  * 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
-  * published by the Free Software Foundation.
   */
  
 -#include <linux/module.h>
 -#include <linux/skbuff.h>
 -#include <net/ip6_checksum.h>
 -#include <net/ip6_route.h>
 -#include <net/tcp.h>
 -
  #include <linux/netfilter_ipv6/ip6_tables.h>
  #include <linux/netfilter/x_tables.h>
  #include <linux/netfilter/xt_SYNPROXY.h>
@@@ -1,9 -1,6 +1,5 @@@
- /* Copyright (C) 2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
-  */
+ /* SPDX-License-Identifier: GPL-2.0-only */
 -/* Copyright (C) 2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 - */
++/* Copyright (C) 2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  #ifndef __IP_SET_BITMAP_IP_GEN_H
  #define __IP_SET_BITMAP_IP_GEN_H
@@@ -1,10 -1,7 +1,7 @@@
+ // SPDX-License-Identifier: GPL-2.0-only
  /* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu>
   *                         Patrick Schaaf <bof@bof.de>
 - * Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 + * Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
   */
  
  /* Kernel module implementing an IP set type: the bitmap:ip type */
@@@ -1,11 -2,7 +2,6 @@@
  /* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu>
   *                         Patrick Schaaf <bof@bof.de>
   *                       Martin Josefsson <gandalf@wlug.westbo.se>
-  * Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
 - * Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
   */
  
  /* Kernel module implementing an IP set type: the bitmap:ip,mac type */
@@@ -1,9 -1,6 +1,5 @@@
- /* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
-  */
+ // SPDX-License-Identifier: GPL-2.0-only
 -/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 - */
++/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  /* Kernel module implementing an IP set type: the bitmap:port type */
  
@@@ -1,10 -1,7 +1,7 @@@
+ // SPDX-License-Identifier: GPL-2.0-only
  /* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu>
   *                         Patrick Schaaf <bof@bof.de>
 - * Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 + * Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
   */
  
  /* Kernel module for IP set management */
@@@ -1,8 -1,5 +1,9 @@@
 -/* Copyright (C) 2003-2011 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
+ // SPDX-License-Identifier: GPL-2.0-only
 +/* Copyright (C) 2003-2011 Jozsef Kadlecsik <kadlec@netfilter.org>
 + *
 + * 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
 + * published by the Free Software Foundation.
   */
  
  /* Get Layer-4 data from the packets */
@@@ -1,9 -1,6 +1,5 @@@
- /* Copyright (C) 2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
-  */
+ /* SPDX-License-Identifier: GPL-2.0-only */
 -/* Copyright (C) 2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 - */
++/* Copyright (C) 2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  #ifndef _IP_SET_HASH_GEN_H
  #define _IP_SET_HASH_GEN_H
@@@ -1,9 -1,6 +1,5 @@@
- /* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
-  */
+ // SPDX-License-Identifier: GPL-2.0-only
 -/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 - */
++/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  /* Kernel module implementing an IP set type: the hash:ip type */
  
@@@ -1,10 -1,7 +1,5 @@@
- /* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  * Copyright (C) 2013 Smoothwall Ltd. <vytas.dauksa@smoothwall.net>
-  *
-  * 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
-  * published by the Free Software Foundation.
-  */
+ // SPDX-License-Identifier: GPL-2.0-only
 -/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 - * Copyright (C) 2013 Smoothwall Ltd. <vytas.dauksa@smoothwall.net>
 - */
++/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  /* Kernel module implementing an IP set type: the hash:ip,mark type */
  
@@@ -1,9 -1,6 +1,5 @@@
- /* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
-  */
+ // SPDX-License-Identifier: GPL-2.0-only
 -/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 - */
++/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  /* Kernel module implementing an IP set type: the hash:ip,port type */
  
@@@ -1,9 -1,6 +1,5 @@@
- /* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
-  */
+ // SPDX-License-Identifier: GPL-2.0-only
 -/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 - */
++/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  /* Kernel module implementing an IP set type: the hash:ip,port,ip type */
  
@@@ -1,9 -1,6 +1,5 @@@
- /* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
-  */
+ // SPDX-License-Identifier: GPL-2.0-only
 -/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 - */
++/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  /* Kernel module implementing an IP set type: the hash:ip,port,net type */
  
@@@ -1,9 -1,6 +1,5 @@@
- /* Copyright (C) 2014 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
-  */
+ // SPDX-License-Identifier: GPL-2.0-only
 -/* Copyright (C) 2014 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 - */
++/* Copyright (C) 2014 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  /* Kernel module implementing an IP set type: the hash:mac type */
  
@@@ -1,9 -1,6 +1,5 @@@
- /* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
-  */
+ // SPDX-License-Identifier: GPL-2.0-only
 -/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 - */
++/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  /* Kernel module implementing an IP set type: the hash:net type */
  
@@@ -1,9 -1,6 +1,5 @@@
- /* Copyright (C) 2011-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
-  */
+ // SPDX-License-Identifier: GPL-2.0-only
 -/* Copyright (C) 2011-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 - */
++/* Copyright (C) 2011-2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  /* Kernel module implementing an IP set type: the hash:net,iface type */
  
@@@ -1,9 -1,6 +1,6 @@@
 -/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
+ // SPDX-License-Identifier: GPL-2.0-only
 +/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
   * Copyright (C) 2013 Oliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>
-  *
-  * 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
-  * published by the Free Software Foundation.
   */
  
  /* Kernel module implementing an IP set type: the hash:net type */
@@@ -1,9 -1,6 +1,5 @@@
- /* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
-  */
+ // SPDX-License-Identifier: GPL-2.0-only
 -/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 - */
++/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  /* Kernel module implementing an IP set type: the hash:net,port type */
  
@@@ -1,9 -1,6 +1,5 @@@
- /* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
-  */
+ // SPDX-License-Identifier: GPL-2.0-only
 -/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 - */
++/* Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  /* Kernel module implementing an IP set type: the hash:ip,port,net type */
  
@@@ -1,9 -1,6 +1,5 @@@
- /* Copyright (C) 2008-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
-  */
+ // SPDX-License-Identifier: GPL-2.0-only
 -/* Copyright (C) 2008-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 - */
++/* Copyright (C) 2008-2013 Jozsef Kadlecsik <kadlec@netfilter.org> */
  
  /* Kernel module implementing an IP set type: the list:set type */
  
Simple merge
@@@ -4,10 -5,8 +5,8 @@@
   * Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net>
   * Copyright (c) 2006-2012 Patrick McHardy <kaber@trash.net>
   *
-  * This source code is licensed under General Public License version 2.
-  *
   * Based on the 'brute force' H.323 connection tracking module by
 - * Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 + * Jozsef Kadlecsik <kadlec@netfilter.org>
   *
   * For more information, please see http://nath323.sourceforge.net/
   */
@@@ -1,11 -1,8 +1,8 @@@
+ // SPDX-License-Identifier: GPL-2.0-only
  /* (C) 1999-2001 Paul `Rusty' Russell
   * (C) 2002-2004 Netfilter Core Team <coreteam@netfilter.org>
 - * (C) 2002-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 + * (C) 2002-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
   * (C) 2006-2012 Patrick McHardy <kaber@trash.net>
-  *
-  * 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
-  * published by the Free Software Foundation.
   */
  
  #include <linux/types.h>
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -1,12 -2,8 +2,8 @@@
  /*
   *    xt_iprange - Netfilter module to match IP address ranges
   *
 - *    (C) 2003 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 + *    (C) 2003 Jozsef Kadlecsik <kadlec@netfilter.org>
   *    (C) CC Computer Consultants GmbH, 2008
-  *
-  *    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
-  *    published by the Free Software Foundation.
   */
  #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
  #include <linux/module.h>
Simple merge
@@@ -1,11 -2,7 +2,7 @@@
  /* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu>
   *                         Patrick Schaaf <bof@bof.de>
   *                         Martin Josefsson <gandalf@wlug.westbo.se>
 - * Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
 + * Copyright (C) 2003-2013 Jozsef Kadlecsik <kadlec@netfilter.org>
-  *
-  * 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
-  * published by the Free Software Foundation.
   */
  
  /* Kernel module which implements the set match and SET target