diff options
author | David S. Miller <davem@davemloft.net> | 2019-06-07 14:00:14 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-07 14:00:14 -0400 |
commit | a6cdeeb16bff89c8486324f53577db058cbe81ba (patch) | |
tree | de2d38e10f5768bdf1d2902112a4803d0ae767f3 /include/net | |
parent | 96524ea4be04683bb3ad8ebaedcbe3a6e34302de (diff) | |
parent | 1e1d926369545ea09c98c6c7f5d109aa4ee0cd0b (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Some ISDN files that got removed in net-next had some changes
done in mainline, take the removals.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
64 files changed, 68 insertions, 349 deletions
diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h index beede1e1a919..03614de86942 100644 --- a/include/net/9p/9p.h +++ b/include/net/9p/9p.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/net/9p/9p.h | 3 | * include/net/9p/9p.h |
3 | * | 4 | * |
@@ -6,22 +7,6 @@ | |||
6 | * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net> | 7 | * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net> |
7 | * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> | 8 | * Copyright (C) 2004 by Eric Van Hensbergen <ericvh@gmail.com> |
8 | * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> | 9 | * Copyright (C) 2002 by Ron Minnich <rminnich@lanl.gov> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 | ||
12 | * as published by the Free Software Foundation. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | * | ||
19 | * You should have received a copy of the GNU General Public License | ||
20 | * along with this program; if not, write to: | ||
21 | * Free Software Foundation | ||
22 | * 51 Franklin Street, Fifth Floor | ||
23 | * Boston, MA 02111-1301 USA | ||
24 | * | ||
25 | */ | 10 | */ |
26 | 11 | ||
27 | #ifndef NET_9P_H | 12 | #ifndef NET_9P_H |
diff --git a/include/net/9p/client.h b/include/net/9p/client.h index 947a570307a6..acc60d8a3b3b 100644 --- a/include/net/9p/client.h +++ b/include/net/9p/client.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/net/9p/client.h | 3 | * include/net/9p/client.h |
3 | * | 4 | * |
@@ -5,22 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) 2008 by Eric Van Hensbergen <ericvh@gmail.com> | 7 | * Copyright (C) 2008 by Eric Van Hensbergen <ericvh@gmail.com> |
7 | * Copyright (C) 2007 by Latchesar Ionkov <lucho@ionkov.net> | 8 | * Copyright (C) 2007 by Latchesar Ionkov <lucho@ionkov.net> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 | ||
11 | * as published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to: | ||
20 | * Free Software Foundation | ||
21 | * 51 Franklin Street, Fifth Floor | ||
22 | * Boston, MA 02111-1301 USA | ||
23 | * | ||
24 | */ | 9 | */ |
25 | 10 | ||
26 | #ifndef NET_9P_CLIENT_H | 11 | #ifndef NET_9P_CLIENT_H |
diff --git a/include/net/9p/transport.h b/include/net/9p/transport.h index 1625fb842ac4..98a2be2de04a 100644 --- a/include/net/9p/transport.h +++ b/include/net/9p/transport.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/net/9p/transport.h | 3 | * include/net/9p/transport.h |
3 | * | 4 | * |
@@ -5,22 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net> | 7 | * Copyright (C) 2005 by Latchesar Ionkov <lucho@ionkov.net> |
7 | * Copyright (C) 2004-2008 by Eric Van Hensbergen <ericvh@gmail.com> | 8 | * Copyright (C) 2004-2008 by Eric Van Hensbergen <ericvh@gmail.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 | ||
11 | * as published by the Free Software Foundation. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License | ||
19 | * along with this program; if not, write to: | ||
20 | * Free Software Foundation | ||
21 | * 51 Franklin Street, Fifth Floor | ||
22 | * Boston, MA 02111-1301 USA | ||
23 | * | ||
24 | */ | 9 | */ |
25 | 10 | ||
26 | #ifndef NET_9P_TRANSPORT_H | 11 | #ifndef NET_9P_TRANSPORT_H |
diff --git a/include/net/af_ieee802154.h b/include/net/af_ieee802154.h index 8003a9f6eb43..c16be82b9796 100644 --- a/include/net/af_ieee802154.h +++ b/include/net/af_ieee802154.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * IEEE 802.15.4 interface for userspace | 3 | * IEEE 802.15.4 interface for userspace |
3 | * | 4 | * |
4 | * Copyright 2007, 2008 Siemens AG | 5 | * Copyright 2007, 2008 Siemens AG |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 | ||
8 | * as published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | * | ||
15 | * Written by: | 7 | * Written by: |
16 | * Sergey Lapin <slapin@ossfans.org> | 8 | * Sergey Lapin <slapin@ossfans.org> |
17 | * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 9 | * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
diff --git a/include/net/af_rxrpc.h b/include/net/af_rxrpc.h index 93358bfc0e1b..1abae3c340a5 100644 --- a/include/net/af_rxrpc.h +++ b/include/net/af_rxrpc.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* RxRPC kernel service interface definitions | 2 | /* RxRPC kernel service interface definitions |
2 | * | 3 | * |
3 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. | 4 | * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. |
4 | * Written by David Howells (dhowells@redhat.com) | 5 | * Written by David Howells (dhowells@redhat.com) |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _NET_RXRPC_H | 8 | #ifndef _NET_RXRPC_H |
diff --git a/include/net/bond_options.h b/include/net/bond_options.h index d79d28f5318c..2a05cc349018 100644 --- a/include/net/bond_options.h +++ b/include/net/bond_options.h | |||
@@ -1,11 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * drivers/net/bond/bond_options.h - bonding options | 3 | * drivers/net/bond/bond_options.h - bonding options |
3 | * Copyright (c) 2013 Nikolay Aleksandrov <nikolay@redhat.com> | 4 | * Copyright (c) 2013 Nikolay Aleksandrov <nikolay@redhat.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | */ | 5 | */ |
10 | 6 | ||
11 | #ifndef _NET_BOND_OPTIONS_H | 7 | #ifndef _NET_BOND_OPTIONS_H |
diff --git a/include/net/caif/caif_dev.h b/include/net/caif/caif_dev.h index 028b754ae9b1..48ecca8530ff 100644 --- a/include/net/caif/caif_dev.h +++ b/include/net/caif/caif_dev.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CAIF_DEV_H_ | 7 | #ifndef CAIF_DEV_H_ |
diff --git a/include/net/caif/caif_device.h b/include/net/caif/caif_device.h index d6e3c4267c81..91d1fd5b44a4 100644 --- a/include/net/caif/caif_device.h +++ b/include/net/caif/caif_device.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CAIF_DEVICE_H_ | 7 | #ifndef CAIF_DEVICE_H_ |
diff --git a/include/net/caif/caif_hsi.h b/include/net/caif/caif_hsi.h index 097f69cfaa75..552cf68d28d2 100644 --- a/include/net/caif/caif_hsi.h +++ b/include/net/caif/caif_hsi.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Daniel Martensson / daniel.martensson@stericsson.com | 4 | * Author: Daniel Martensson / daniel.martensson@stericsson.com |
4 | * Dmitry.Tarnyagin / dmitry.tarnyagin@stericsson.com | 5 | * Dmitry.Tarnyagin / dmitry.tarnyagin@stericsson.com |
5 | * License terms: GNU General Public License (GPL) version 2 | ||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifndef CAIF_HSI_H_ | 8 | #ifndef CAIF_HSI_H_ |
diff --git a/include/net/caif/caif_layer.h b/include/net/caif/caif_layer.h index 94e5ed64dc6d..064094101cb5 100644 --- a/include/net/caif/caif_layer.h +++ b/include/net/caif/caif_layer.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CAIF_LAYER_H_ | 7 | #ifndef CAIF_LAYER_H_ |
diff --git a/include/net/caif/caif_spi.h b/include/net/caif/caif_spi.h index aa6a485b0545..a0bf4cbce71b 100644 --- a/include/net/caif/caif_spi.h +++ b/include/net/caif/caif_spi.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Daniel Martensson / Daniel.Martensson@stericsson.com | 4 | * Author: Daniel Martensson / Daniel.Martensson@stericsson.com |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CAIF_SPI_H_ | 7 | #ifndef CAIF_SPI_H_ |
diff --git a/include/net/caif/cfcnfg.h b/include/net/caif/cfcnfg.h index 70bfd017581f..2aa5e91d8457 100644 --- a/include/net/caif/cfcnfg.h +++ b/include/net/caif/cfcnfg.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CFCNFG_H_ | 7 | #ifndef CFCNFG_H_ |
diff --git a/include/net/caif/cfctrl.h b/include/net/caif/cfctrl.h index f2ae33d23baf..86d17315c8a1 100644 --- a/include/net/caif/cfctrl.h +++ b/include/net/caif/cfctrl.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CFCTRL_H_ | 7 | #ifndef CFCTRL_H_ |
diff --git a/include/net/caif/cffrml.h b/include/net/caif/cffrml.h index a06e33fbaa8b..1ab8a80ede4d 100644 --- a/include/net/caif/cffrml.h +++ b/include/net/caif/cffrml.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CFFRML_H_ | 7 | #ifndef CFFRML_H_ |
diff --git a/include/net/caif/cfmuxl.h b/include/net/caif/cfmuxl.h index 752999572f21..92ccb2648309 100644 --- a/include/net/caif/cfmuxl.h +++ b/include/net/caif/cfmuxl.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CFMUXL_H_ | 7 | #ifndef CFMUXL_H_ |
diff --git a/include/net/caif/cfpkt.h b/include/net/caif/cfpkt.h index 801489bb14c3..44d914a50369 100644 --- a/include/net/caif/cfpkt.h +++ b/include/net/caif/cfpkt.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CFPKT_H_ | 7 | #ifndef CFPKT_H_ |
diff --git a/include/net/caif/cfserl.h b/include/net/caif/cfserl.h index b5b020f3c72e..14a55e03bb3c 100644 --- a/include/net/caif/cfserl.h +++ b/include/net/caif/cfserl.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CFSERL_H_ | 7 | #ifndef CFSERL_H_ |
diff --git a/include/net/caif/cfsrvl.h b/include/net/caif/cfsrvl.h index cd47705c2cc3..bd5440977f7f 100644 --- a/include/net/caif/cfsrvl.h +++ b/include/net/caif/cfsrvl.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 3 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Sjur Brendeland | 4 | * Author: Sjur Brendeland |
4 | * License terms: GNU General Public License (GPL) version 2 | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef CFSRVL_H_ | 7 | #ifndef CFSRVL_H_ |
diff --git a/include/net/cfg802154.h b/include/net/cfg802154.h index 795ca4008f72..6f86073a5d7d 100644 --- a/include/net/cfg802154.h +++ b/include/net/cfg802154.h | |||
@@ -1,15 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2007, 2008, 2009 Siemens AG | 3 | * Copyright (C) 2007, 2008, 2009 Siemens AG |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 | ||
6 | * as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * Written by: | 5 | * Written by: |
14 | * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 6 | * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
15 | */ | 7 | */ |
diff --git a/include/net/checksum.h b/include/net/checksum.h index 0f319e13be2c..97bf4885a962 100644 --- a/include/net/checksum.h +++ b/include/net/checksum.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -9,11 +10,6 @@ | |||
9 | * Arnt Gulbrandsen, <agulbra@nvg.unit.no> | 10 | * Arnt Gulbrandsen, <agulbra@nvg.unit.no> |
10 | * Borrows very liberally from tcp.c and ip.c, see those | 11 | * Borrows very liberally from tcp.c and ip.c, see those |
11 | * files for more names. | 12 | * files for more names. |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or | ||
14 | * modify it under the terms of the GNU General Public License | ||
15 | * as published by the Free Software Foundation; either version | ||
16 | * 2 of the License, or (at your option) any later version. | ||
17 | */ | 13 | */ |
18 | 14 | ||
19 | #ifndef _CHECKSUM_H | 15 | #ifndef _CHECKSUM_H |
diff --git a/include/net/cls_cgroup.h b/include/net/cls_cgroup.h index 74c9693d4941..4295de3e6a4b 100644 --- a/include/net/cls_cgroup.h +++ b/include/net/cls_cgroup.h | |||
@@ -1,13 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * cls_cgroup.h Control Group Classifier | 3 | * cls_cgroup.h Control Group Classifier |
3 | * | 4 | * |
4 | * Authors: Thomas Graf <tgraf@suug.ch> | 5 | * Authors: Thomas Graf <tgraf@suug.ch> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the Free | ||
8 | * Software Foundation; either version 2 of the License, or (at your option) | ||
9 | * any later version. | ||
10 | * | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #ifndef _NET_CLS_CGROUP_H | 8 | #ifndef _NET_CLS_CGROUP_H |
diff --git a/include/net/dcbevent.h b/include/net/dcbevent.h index aec07c8a660a..43e34131a53f 100644 --- a/include/net/dcbevent.h +++ b/include/net/dcbevent.h | |||
@@ -1,18 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2010, Intel Corporation. | 3 | * Copyright (c) 2010, Intel Corporation. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, see <http://www.gnu.org/licenses/>. | ||
15 | * | ||
16 | * Author: John Fastabend <john.r.fastabend@intel.com> | 5 | * Author: John Fastabend <john.r.fastabend@intel.com> |
17 | */ | 6 | */ |
18 | 7 | ||
diff --git a/include/net/dcbnl.h b/include/net/dcbnl.h index e22a8a3c089b..e4ad58c4062c 100644 --- a/include/net/dcbnl.h +++ b/include/net/dcbnl.h | |||
@@ -1,18 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2008, Intel Corporation. | 3 | * Copyright (c) 2008, Intel Corporation. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, see <http://www.gnu.org/licenses/>. | ||
15 | * | ||
16 | * Author: Lucy Liu <lucy.liu@intel.com> | 5 | * Author: Lucy Liu <lucy.liu@intel.com> |
17 | */ | 6 | */ |
18 | 7 | ||
diff --git a/include/net/devlink.h b/include/net/devlink.h index 8f65356132be..6c51e864336a 100644 --- a/include/net/devlink.h +++ b/include/net/devlink.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/net/devlink.h - Network physical device Netlink interface | 3 | * include/net/devlink.h - Network physical device Netlink interface |
3 | * Copyright (c) 2016 Mellanox Technologies. All rights reserved. | 4 | * Copyright (c) 2016 Mellanox Technologies. All rights reserved. |
4 | * Copyright (c) 2016 Jiri Pirko <jiri@mellanox.com> | 5 | * Copyright (c) 2016 Jiri Pirko <jiri@mellanox.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #ifndef _NET_DEVLINK_H_ | 7 | #ifndef _NET_DEVLINK_H_ |
12 | #define _NET_DEVLINK_H_ | 8 | #define _NET_DEVLINK_H_ |
diff --git a/include/net/dsa.h b/include/net/dsa.h index a7f36219904f..1131d9fac20b 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h | |||
@@ -1,11 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/net/dsa.h - Driver for Distributed Switch Architecture switch chips | 3 | * include/net/dsa.h - Driver for Distributed Switch Architecture switch chips |
3 | * Copyright (c) 2008-2009 Marvell Semiconductor | 4 | * Copyright (c) 2008-2009 Marvell Semiconductor |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | */ | 5 | */ |
10 | 6 | ||
11 | #ifndef __LINUX_NET_DSA_H | 7 | #ifndef __LINUX_NET_DSA_H |
diff --git a/include/net/icmp.h b/include/net/icmp.h index e0f709d26dde..5d4bfdba9adf 100644 --- a/include/net/icmp.h +++ b/include/net/icmp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -9,11 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Authors: Ross Biro | 11 | * Authors: Ross Biro |
11 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 12 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or | ||
14 | * modify it under the terms of the GNU General Public License | ||
15 | * as published by the Free Software Foundation; either version | ||
16 | * 2 of the License, or (at your option) any later version. | ||
17 | */ | 13 | */ |
18 | #ifndef _ICMP_H | 14 | #ifndef _ICMP_H |
19 | #define _ICMP_H | 15 | #define _ICMP_H |
diff --git a/include/net/ieee802154_netdev.h b/include/net/ieee802154_netdev.h index c4b31601cd53..d0d188c3294b 100644 --- a/include/net/ieee802154_netdev.h +++ b/include/net/ieee802154_netdev.h | |||
@@ -1,17 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * An interface between IEEE802.15.4 device and rest of the kernel. | 3 | * An interface between IEEE802.15.4 device and rest of the kernel. |
3 | * | 4 | * |
4 | * Copyright (C) 2007-2012 Siemens AG | 5 | * Copyright (C) 2007-2012 Siemens AG |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 | ||
8 | * as published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | * | ||
15 | * Written by: | 7 | * Written by: |
16 | * Pavel Smolenskiy <pavel.smolenskiy@gmail.com> | 8 | * Pavel Smolenskiy <pavel.smolenskiy@gmail.com> |
17 | * Maxim Gorbachyov <maxim.gorbachev@siemens.com> | 9 | * Maxim Gorbachyov <maxim.gorbachev@siemens.com> |
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h index c9c78c15bce0..50037913c9b1 100644 --- a/include/net/if_inet6.h +++ b/include/net/if_inet6.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * inet6 interface/address list definitions | 3 | * inet6 interface/address list definitions |
3 | * Linux INET6 implementation | 4 | * Linux INET6 implementation |
4 | * | 5 | * |
5 | * Authors: | 6 | * Authors: |
6 | * Pedro Roque <roque@di.fc.ul.pt> | 7 | * Pedro Roque <roque@di.fc.ul.pt> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * as published by the Free Software Foundation; either version | ||
12 | * 2 of the License, or (at your option) any later version. | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef _NET_IF_INET6_H | 10 | #ifndef _NET_IF_INET6_H |
diff --git a/include/net/ila.h b/include/net/ila.h index 9f4f43e94ae4..f98dcd5791b0 100644 --- a/include/net/ila.h +++ b/include/net/ila.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * ILA kernel interface | 3 | * ILA kernel interface |
3 | * | 4 | * |
4 | * Copyright (c) 2015 Tom Herbert <tom@herbertland.com> | 5 | * Copyright (c) 2015 Tom Herbert <tom@herbertland.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License as | ||
8 | * published by the Free Software Foundation; either version 2 of | ||
9 | * the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #ifndef _NET_ILA_H | 8 | #ifndef _NET_ILA_H |
diff --git a/include/net/inet6_connection_sock.h b/include/net/inet6_connection_sock.h index 8ec87b62257b..7392f959a405 100644 --- a/include/net/inet6_connection_sock.h +++ b/include/net/inet6_connection_sock.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * NET Generic infrastructure for INET6 connection oriented protocols. | 3 | * NET Generic infrastructure for INET6 connection oriented protocols. |
3 | * | 4 | * |
4 | * Authors: Many people, see the TCPv6 sources | 5 | * Authors: Many people, see the TCPv6 sources |
5 | * | 6 | * |
6 | * From code originally in TCPv6 | 7 | * From code originally in TCPv6 |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | #ifndef _INET6_CONNECTION_SOCK_H | 9 | #ifndef _INET6_CONNECTION_SOCK_H |
14 | #define _INET6_CONNECTION_SOCK_H | 10 | #define _INET6_CONNECTION_SOCK_H |
diff --git a/include/net/inet6_hashtables.h b/include/net/inet6_hashtables.h index 9db98af46985..fe96bf247aac 100644 --- a/include/net/inet6_hashtables.h +++ b/include/net/inet6_hashtables.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
4 | * interface as the means of communication with the user level. | 5 | * interface as the means of communication with the user level. |
5 | * | 6 | * |
6 | * Authors: Lotsa people, from code originally in tcp | 7 | * Authors: Lotsa people, from code originally in tcp |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _INET6_HASHTABLES_H | 10 | #ifndef _INET6_HASHTABLES_H |
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h index ff40e1d08157..c57d53e7e02c 100644 --- a/include/net/inet_connection_sock.h +++ b/include/net/inet_connection_sock.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * NET Generic infrastructure for INET connection oriented protocols. | 3 | * NET Generic infrastructure for INET connection oriented protocols. |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * Authors: Many people, see the TCP sources | 7 | * Authors: Many people, see the TCP sources |
7 | * | 8 | * |
8 | * From code originally in TCP | 9 | * From code originally in TCP |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * as published by the Free Software Foundation; either version | ||
13 | * 2 of the License, or (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | #ifndef _INET_CONNECTION_SOCK_H | 11 | #ifndef _INET_CONNECTION_SOCK_H |
16 | #define _INET_CONNECTION_SOCK_H | 12 | #define _INET_CONNECTION_SOCK_H |
diff --git a/include/net/inet_hashtables.h b/include/net/inet_hashtables.h index babb14136705..af2b4c065a04 100644 --- a/include/net/inet_hashtables.h +++ b/include/net/inet_hashtables.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
4 | * interface as the means of communication with the user level. | 5 | * interface as the means of communication with the user level. |
5 | * | 6 | * |
6 | * Authors: Lotsa people, from code originally in tcp | 7 | * Authors: Lotsa people, from code originally in tcp |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #ifndef _INET_HASHTABLES_H | 10 | #ifndef _INET_HASHTABLES_H |
diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h index e8eef85006aa..7769c9b36d75 100644 --- a/include/net/inet_sock.h +++ b/include/net/inet_sock.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -7,11 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Authors: Many, reorganised here by | 9 | * Authors: Many, reorganised here by |
9 | * Arnaldo Carvalho de Melo <acme@mandriva.com> | 10 | * Arnaldo Carvalho de Melo <acme@mandriva.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or | ||
12 | * modify it under the terms of the GNU General Public License | ||
13 | * as published by the Free Software Foundation; either version | ||
14 | * 2 of the License, or (at your option) any later version. | ||
15 | */ | 11 | */ |
16 | #ifndef _INET_SOCK_H | 12 | #ifndef _INET_SOCK_H |
17 | #define _INET_SOCK_H | 13 | #define _INET_SOCK_H |
diff --git a/include/net/inet_timewait_sock.h b/include/net/inet_timewait_sock.h index 78775038f011..c2f756aedc54 100644 --- a/include/net/inet_timewait_sock.h +++ b/include/net/inet_timewait_sock.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -6,11 +7,6 @@ | |||
6 | * Definitions for a generic INET TIMEWAIT sock | 7 | * Definitions for a generic INET TIMEWAIT sock |
7 | * | 8 | * |
8 | * From code originally in net/tcp.h | 9 | * From code originally in net/tcp.h |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * as published by the Free Software Foundation; either version | ||
13 | * 2 of the License, or (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | #ifndef _INET_TIMEWAIT_SOCK_ | 11 | #ifndef _INET_TIMEWAIT_SOCK_ |
16 | #define _INET_TIMEWAIT_SOCK_ | 12 | #define _INET_TIMEWAIT_SOCK_ |
diff --git a/include/net/ip.h b/include/net/ip.h index cd5cde5532d5..6dbf88ea07f1 100644 --- a/include/net/ip.h +++ b/include/net/ip.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -13,11 +14,6 @@ | |||
13 | * | 14 | * |
14 | * Changes: | 15 | * Changes: |
15 | * Mike McLagan : Routing by source | 16 | * Mike McLagan : Routing by source |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or | ||
18 | * modify it under the terms of the GNU General Public License | ||
19 | * as published by the Free Software Foundation; either version | ||
20 | * 2 of the License, or (at your option) any later version. | ||
21 | */ | 17 | */ |
22 | #ifndef _IP_H | 18 | #ifndef _IP_H |
23 | #define _IP_H | 19 | #define _IP_H |
diff --git a/include/net/ip6_checksum.h b/include/net/ip6_checksum.h index cca840584c88..7bec95df4f80 100644 --- a/include/net/ip6_checksum.h +++ b/include/net/ip6_checksum.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -9,11 +10,6 @@ | |||
9 | * Arnt Gulbrandsen, <agulbra@nvg.unit.no> | 10 | * Arnt Gulbrandsen, <agulbra@nvg.unit.no> |
10 | * Borrows very liberally from tcp.c and ip.c, see those | 11 | * Borrows very liberally from tcp.c and ip.c, see those |
11 | * files for more names. | 12 | * files for more names. |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or | ||
14 | * modify it under the terms of the GNU General Public License | ||
15 | * as published by the Free Software Foundation; either version | ||
16 | * 2 of the License, or (at your option) any later version. | ||
17 | */ | 13 | */ |
18 | 14 | ||
19 | /* | 15 | /* |
diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h index 1a8acd51b277..ac0427c096f3 100644 --- a/include/net/ip6_fib.h +++ b/include/net/ip6_fib.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Linux INET6 implementation | 3 | * Linux INET6 implementation |
3 | * | 4 | * |
4 | * Authors: | 5 | * Authors: |
5 | * Pedro Roque <roque@di.fc.ul.pt> | 6 | * Pedro Roque <roque@di.fc.ul.pt> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; either version | ||
10 | * 2 of the License, or (at your option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef _IP6_FIB_H | 9 | #ifndef _IP6_FIB_H |
@@ -266,8 +262,7 @@ static inline u32 rt6_get_cookie(const struct rt6_info *rt) | |||
266 | rcu_read_lock(); | 262 | rcu_read_lock(); |
267 | 263 | ||
268 | from = rcu_dereference(rt->from); | 264 | from = rcu_dereference(rt->from); |
269 | if (from && (rt->rt6i_flags & RTF_PCPU || | 265 | if (from) |
270 | unlikely(!list_empty(&rt->rt6i_uncached)))) | ||
271 | fib6_get_cookie_safe(from, &cookie); | 266 | fib6_get_cookie_safe(from, &cookie); |
272 | 267 | ||
273 | rcu_read_unlock(); | 268 | rcu_read_unlock(); |
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index 071d280de389..4cdf8bc22efd 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -6,11 +7,6 @@ | |||
6 | * Definitions for the Forwarding Information Base. | 7 | * Definitions for the Forwarding Information Base. |
7 | * | 8 | * |
8 | * Authors: A.N.Kuznetsov, <kuznet@ms2.inr.ac.ru> | 9 | * Authors: A.N.Kuznetsov, <kuznet@ms2.inr.ac.ru> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * as published by the Free Software Foundation; either version | ||
13 | * 2 of the License, or (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | 11 | ||
16 | #ifndef _NET_IP_FIB_H | 12 | #ifndef _NET_IP_FIB_H |
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 0d34f6ed9681..b41f6a0fa903 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -1,13 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Linux INET6 implementation | 3 | * Linux INET6 implementation |
3 | * | 4 | * |
4 | * Authors: | 5 | * Authors: |
5 | * Pedro Roque <roque@di.fc.ul.pt> | 6 | * Pedro Roque <roque@di.fc.ul.pt> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; either version | ||
10 | * 2 of the License, or (at your option) any later version. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef _NET_IPV6_H | 9 | #ifndef _NET_IPV6_H |
diff --git a/include/net/l3mdev.h b/include/net/l3mdev.h index 5175fd63cd82..e942372b077b 100644 --- a/include/net/l3mdev.h +++ b/include/net/l3mdev.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/net/l3mdev.h - L3 master device API | 3 | * include/net/l3mdev.h - L3 master device API |
3 | * Copyright (c) 2015 Cumulus Networks | 4 | * Copyright (c) 2015 Cumulus Networks |
4 | * Copyright (c) 2015 David Ahern <dsa@cumulusnetworks.com> | 5 | * Copyright (c) 2015 David Ahern <dsa@cumulusnetworks.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #ifndef _NET_L3MDEV_H_ | 7 | #ifndef _NET_L3MDEV_H_ |
12 | #define _NET_L3MDEV_H_ | 8 | #define _NET_L3MDEV_H_ |
diff --git a/include/net/mac802154.h b/include/net/mac802154.h index 286824acd008..d524ffb9eb25 100644 --- a/include/net/mac802154.h +++ b/include/net/mac802154.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * IEEE802.15.4-2003 specification | 3 | * IEEE802.15.4-2003 specification |
3 | * | 4 | * |
4 | * Copyright (C) 2007-2012 Siemens AG | 5 | * Copyright (C) 2007-2012 Siemens AG |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 | ||
8 | * as published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | * | ||
15 | */ | 6 | */ |
16 | #ifndef NET_MAC802154_H | 7 | #ifndef NET_MAC802154_H |
17 | #define NET_MAC802154_H | 8 | #define NET_MAC802154_H |
diff --git a/include/net/netprio_cgroup.h b/include/net/netprio_cgroup.h index 604190596cde..cfc9441ef074 100644 --- a/include/net/netprio_cgroup.h +++ b/include/net/netprio_cgroup.h | |||
@@ -1,14 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * netprio_cgroup.h Control Group Priority set | 3 | * netprio_cgroup.h Control Group Priority set |
3 | * | 4 | * |
4 | * | ||
5 | * Authors: Neil Horman <nhorman@tuxdriver.com> | 5 | * Authors: Neil Horman <nhorman@tuxdriver.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the Free | ||
9 | * Software Foundation; either version 2 of the License, or (at your option) | ||
10 | * any later version. | ||
11 | * | ||
12 | */ | 6 | */ |
13 | 7 | ||
14 | #ifndef _NETPRIO_CGROUP_H | 8 | #ifndef _NETPRIO_CGROUP_H |
diff --git a/include/net/ping.h b/include/net/ping.h index fd080e043a6e..2fe78874318c 100644 --- a/include/net/ping.h +++ b/include/net/ping.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
4 | * interface as the means of communication with the user level. | 5 | * interface as the means of communication with the user level. |
5 | * | 6 | * |
6 | * Definitions for the "ping" module. | 7 | * Definitions for the "ping" module. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | #ifndef _PING_H | 9 | #ifndef _PING_H |
14 | #define _PING_H | 10 | #define _PING_H |
diff --git a/include/net/protocol.h b/include/net/protocol.h index 92b3eaad6088..2b778e1d2d8f 100644 --- a/include/net/protocol.h +++ b/include/net/protocol.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -9,11 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 11 | * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
11 | * | 12 | * |
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * as published by the Free Software Foundation; either version | ||
15 | * 2 of the License, or (at your option) any later version. | ||
16 | * | ||
17 | * Changes: | 13 | * Changes: |
18 | * Alan Cox : Added a name field and a frag handler | 14 | * Alan Cox : Added a name field and a frag handler |
19 | * field for later. | 15 | * field for later. |
diff --git a/include/net/raw.h b/include/net/raw.h index 821ff4887f77..8ad8df594853 100644 --- a/include/net/raw.h +++ b/include/net/raw.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -8,11 +9,6 @@ | |||
8 | * Version: @(#)raw.h 1.0.2 05/07/93 | 9 | * Version: @(#)raw.h 1.0.2 05/07/93 |
9 | * | 10 | * |
10 | * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 11 | * Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * as published by the Free Software Foundation; either version | ||
15 | * 2 of the License, or (at your option) any later version. | ||
16 | */ | 12 | */ |
17 | #ifndef _RAW_H | 13 | #ifndef _RAW_H |
18 | #define _RAW_H | 14 | #define _RAW_H |
diff --git a/include/net/request_sock.h b/include/net/request_sock.h index 9dfd7960d90a..b3ea21f2732e 100644 --- a/include/net/request_sock.h +++ b/include/net/request_sock.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * NET Generic infrastructure for Network protocols. | 3 | * NET Generic infrastructure for Network protocols. |
3 | * | 4 | * |
@@ -6,11 +7,6 @@ | |||
6 | * Authors: Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 7 | * Authors: Arnaldo Carvalho de Melo <acme@conectiva.com.br> |
7 | * | 8 | * |
8 | * From code originally in include/net/tcp.h | 9 | * From code originally in include/net/tcp.h |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * as published by the Free Software Foundation; either version | ||
13 | * 2 of the License, or (at your option) any later version. | ||
14 | */ | 10 | */ |
15 | #ifndef _REQUEST_SOCK_H | 11 | #ifndef _REQUEST_SOCK_H |
16 | #define _REQUEST_SOCK_H | 12 | #define _REQUEST_SOCK_H |
diff --git a/include/net/route.h b/include/net/route.h index 96f6c9ae33c2..065b47754f05 100644 --- a/include/net/route.h +++ b/include/net/route.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -15,11 +16,6 @@ | |||
15 | * Alexey Kuznetsov: Major changes for new routing code. | 16 | * Alexey Kuznetsov: Major changes for new routing code. |
16 | * Mike McLagan : Routing by source | 17 | * Mike McLagan : Routing by source |
17 | * Robert Olsson : Added rt_cache statistics | 18 | * Robert Olsson : Added rt_cache statistics |
18 | * | ||
19 | * This program is free software; you can redistribute it and/or | ||
20 | * modify it under the terms of the GNU General Public License | ||
21 | * as published by the Free Software Foundation; either version | ||
22 | * 2 of the License, or (at your option) any later version. | ||
23 | */ | 19 | */ |
24 | #ifndef _ROUTE_H | 20 | #ifndef _ROUTE_H |
25 | #define _ROUTE_H | 21 | #define _ROUTE_H |
diff --git a/include/net/seg6.h b/include/net/seg6.h index 8b2dc6869fd1..640724b35273 100644 --- a/include/net/seg6.h +++ b/include/net/seg6.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * SR-IPv6 implementation | 3 | * SR-IPv6 implementation |
3 | * | 4 | * |
4 | * Author: | 5 | * Author: |
5 | * David Lebrun <david.lebrun@uclouvain.be> | 6 | * David Lebrun <david.lebrun@uclouvain.be> |
6 | * | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 7 | */ |
13 | 8 | ||
14 | #ifndef _NET_SEG6_H | 9 | #ifndef _NET_SEG6_H |
diff --git a/include/net/seg6_hmac.h b/include/net/seg6_hmac.h index 7fda469e2758..2b5d2ee5613e 100644 --- a/include/net/seg6_hmac.h +++ b/include/net/seg6_hmac.h | |||
@@ -1,14 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * SR-IPv6 implementation | 3 | * SR-IPv6 implementation |
3 | * | 4 | * |
4 | * Author: | 5 | * Author: |
5 | * David Lebrun <david.lebrun@uclouvain.be> | 6 | * David Lebrun <david.lebrun@uclouvain.be> |
6 | * | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 7 | */ |
13 | 8 | ||
14 | #ifndef _NET_SEG6_HMAC_H | 9 | #ifndef _NET_SEG6_HMAC_H |
diff --git a/include/net/seg6_local.h b/include/net/seg6_local.h index 08359e2d8b35..3fab9dec2ec4 100644 --- a/include/net/seg6_local.h +++ b/include/net/seg6_local.h | |||
@@ -1,15 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * SR-IPv6 implementation | 3 | * SR-IPv6 implementation |
3 | * | 4 | * |
4 | * Authors: | 5 | * Authors: |
5 | * David Lebrun <david.lebrun@uclouvain.be> | 6 | * David Lebrun <david.lebrun@uclouvain.be> |
6 | * eBPF support: Mathieu Xhonneux <m.xhonneux@gmail.com> | 7 | * eBPF support: Mathieu Xhonneux <m.xhonneux@gmail.com> |
7 | * | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * as published by the Free Software Foundation; either version | ||
12 | * 2 of the License, or (at your option) any later version. | ||
13 | */ | 8 | */ |
14 | 9 | ||
15 | #ifndef _NET_SEG6_LOCAL_H | 10 | #ifndef _NET_SEG6_LOCAL_H |
diff --git a/include/net/snmp.h b/include/net/snmp.h index c9228ad7ee91..cb8ced4380a6 100644 --- a/include/net/snmp.h +++ b/include/net/snmp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * SNMP MIB entries for the IP subsystem. | 4 | * SNMP MIB entries for the IP subsystem. |
@@ -8,12 +9,6 @@ | |||
8 | * be silly as SNMP is a pain in the backside in places). We do | 9 | * be silly as SNMP is a pain in the backside in places). We do |
9 | * however need to collect the MIB statistics and export them | 10 | * however need to collect the MIB statistics and export them |
10 | * out of /proc (eventually) | 11 | * out of /proc (eventually) |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * as published by the Free Software Foundation; either version | ||
15 | * 2 of the License, or (at your option) any later version. | ||
16 | * | ||
17 | */ | 12 | */ |
18 | 13 | ||
19 | #ifndef _SNMP_H | 14 | #ifndef _SNMP_H |
diff --git a/include/net/sock.h b/include/net/sock.h index 0680fa988497..e9d769c04637 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -30,12 +31,6 @@ | |||
30 | * respective headers and ipv4/v6, etc now | 31 | * respective headers and ipv4/v6, etc now |
31 | * use private slabcaches for its socks | 32 | * use private slabcaches for its socks |
32 | * Pedro Hortas : New flags field for socket options | 33 | * Pedro Hortas : New flags field for socket options |
33 | * | ||
34 | * | ||
35 | * This program is free software; you can redistribute it and/or | ||
36 | * modify it under the terms of the GNU General Public License | ||
37 | * as published by the Free Software Foundation; either version | ||
38 | * 2 of the License, or (at your option) any later version. | ||
39 | */ | 34 | */ |
40 | #ifndef _SOCK_H | 35 | #ifndef _SOCK_H |
41 | #define _SOCK_H | 36 | #define _SOCK_H |
diff --git a/include/net/switchdev.h b/include/net/switchdev.h index 0ebd67ae7012..aee86a189432 100644 --- a/include/net/switchdev.h +++ b/include/net/switchdev.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * include/net/switchdev.h - Switch device API | 3 | * include/net/switchdev.h - Switch device API |
3 | * Copyright (c) 2014-2015 Jiri Pirko <jiri@resnulli.us> | 4 | * Copyright (c) 2014-2015 Jiri Pirko <jiri@resnulli.us> |
4 | * Copyright (c) 2014-2015 Scott Feldman <sfeldma@gmail.com> | 5 | * Copyright (c) 2014-2015 Scott Feldman <sfeldma@gmail.com> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #ifndef _LINUX_SWITCHDEV_H_ | 7 | #ifndef _LINUX_SWITCHDEV_H_ |
12 | #define _LINUX_SWITCHDEV_H_ | 8 | #define _LINUX_SWITCHDEV_H_ |
diff --git a/include/net/tc_act/tc_bpf.h b/include/net/tc_act/tc_bpf.h index 2b94673a3dbc..5897162c605f 100644 --- a/include/net/tc_act/tc_bpf.h +++ b/include/net/tc_act/tc_bpf.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2015 Jiri Pirko <jiri@resnulli.us> | 3 | * Copyright (c) 2015 Jiri Pirko <jiri@resnulli.us> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __NET_TC_BPF_H | 6 | #ifndef __NET_TC_BPF_H |
diff --git a/include/net/tc_act/tc_skbedit.h b/include/net/tc_act/tc_skbedit.h index 85c5c4756d92..4c04e2985508 100644 --- a/include/net/tc_act/tc_skbedit.h +++ b/include/net/tc_act/tc_skbedit.h | |||
@@ -1,18 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2008, Intel Corporation. | 3 | * Copyright (c) 2008, Intel Corporation. |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms and conditions of the GNU General Public License, | ||
6 | * version 2, as published by the Free Software Foundation. | ||
7 | * | ||
8 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
11 | * more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License along with | ||
14 | * this program; if not, see <http://www.gnu.org/licenses/>. | ||
15 | * | ||
16 | * Author: Alexander Duyck <alexander.h.duyck@intel.com> | 5 | * Author: Alexander Duyck <alexander.h.duyck@intel.com> |
17 | */ | 6 | */ |
18 | 7 | ||
diff --git a/include/net/tc_act/tc_skbmod.h b/include/net/tc_act/tc_skbmod.h index 644a2116b47b..7c240d2fed4e 100644 --- a/include/net/tc_act/tc_skbmod.h +++ b/include/net/tc_act/tc_skbmod.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016, Jamal Hadi Salim | 3 | * Copyright (c) 2016, Jamal Hadi Salim |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __NET_TC_SKBMOD_H | 6 | #ifndef __NET_TC_SKBMOD_H |
diff --git a/include/net/tc_act/tc_tunnel_key.h b/include/net/tc_act/tc_tunnel_key.h index 23d5b8b19f3e..7c3f777c168c 100644 --- a/include/net/tc_act/tc_tunnel_key.h +++ b/include/net/tc_act/tc_tunnel_key.h | |||
@@ -1,11 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016, Amir Vadai <amir@vadai.me> | 3 | * Copyright (c) 2016, Amir Vadai <amir@vadai.me> |
3 | * Copyright (c) 2016, Mellanox Technologies. All rights reserved. | 4 | * Copyright (c) 2016, Mellanox Technologies. All rights reserved. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | */ | 5 | */ |
10 | 6 | ||
11 | #ifndef __NET_TC_TUNNEL_KEY_H | 7 | #ifndef __NET_TC_TUNNEL_KEY_H |
diff --git a/include/net/tc_act/tc_vlan.h b/include/net/tc_act/tc_vlan.h index fe39ed502bef..4e2502408c31 100644 --- a/include/net/tc_act/tc_vlan.h +++ b/include/net/tc_act/tc_vlan.h | |||
@@ -1,10 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2014 Jiri Pirko <jiri@resnulli.us> | 3 | * Copyright (c) 2014 Jiri Pirko <jiri@resnulli.us> |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License as published by | ||
6 | * the Free Software Foundation; either version 2 of the License, or | ||
7 | * (at your option) any later version. | ||
8 | */ | 4 | */ |
9 | 5 | ||
10 | #ifndef __NET_TC_VLAN_H | 6 | #ifndef __NET_TC_VLAN_H |
diff --git a/include/net/tcp.h b/include/net/tcp.h index 0083a14fb64f..204328b88412 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -9,11 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Authors: Ross Biro | 11 | * Authors: Ross Biro |
11 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> | 12 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or | ||
14 | * modify it under the terms of the GNU General Public License | ||
15 | * as published by the Free Software Foundation; either version | ||
16 | * 2 of the License, or (at your option) any later version. | ||
17 | */ | 13 | */ |
18 | #ifndef _TCP_H | 14 | #ifndef _TCP_H |
19 | #define _TCP_H | 15 | #define _TCP_H |
diff --git a/include/net/tcp_states.h b/include/net/tcp_states.h index 2875e169d744..cc00118acca1 100644 --- a/include/net/tcp_states.h +++ b/include/net/tcp_states.h | |||
@@ -1,14 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
4 | * interface as the means of communication with the user level. | 5 | * interface as the means of communication with the user level. |
5 | * | 6 | * |
6 | * Definitions for the TCP protocol sk_state field. | 7 | * Definitions for the TCP protocol sk_state field. |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version | ||
11 | * 2 of the License, or (at your option) any later version. | ||
12 | */ | 8 | */ |
13 | #ifndef _LINUX_TCP_STATES_H | 9 | #ifndef _LINUX_TCP_STATES_H |
14 | #define _LINUX_TCP_STATES_H | 10 | #define _LINUX_TCP_STATES_H |
diff --git a/include/net/timewait_sock.h b/include/net/timewait_sock.h index 1a47946f95ba..74d2b463cc95 100644 --- a/include/net/timewait_sock.h +++ b/include/net/timewait_sock.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * NET Generic infrastructure for Network protocols. | 3 | * NET Generic infrastructure for Network protocols. |
3 | * | 4 | * |
4 | * Authors: Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 5 | * Authors: Arnaldo Carvalho de Melo <acme@conectiva.com.br> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version | ||
9 | * 2 of the License, or (at your option) any later version. | ||
10 | */ | 6 | */ |
11 | #ifndef _TIMEWAIT_SOCK_H | 7 | #ifndef _TIMEWAIT_SOCK_H |
12 | #define _TIMEWAIT_SOCK_H | 8 | #define _TIMEWAIT_SOCK_H |
diff --git a/include/net/tls.h b/include/net/tls.h index d1a4f365d6be..3ecf45adb707 100644 --- a/include/net/tls.h +++ b/include/net/tls.h | |||
@@ -209,6 +209,10 @@ struct tls_offload_context_tx { | |||
209 | #define TLS_OFFLOAD_CONTEXT_SIZE_TX \ | 209 | #define TLS_OFFLOAD_CONTEXT_SIZE_TX \ |
210 | (sizeof(struct tls_offload_context_tx) + TLS_DRIVER_STATE_SIZE_TX) | 210 | (sizeof(struct tls_offload_context_tx) + TLS_DRIVER_STATE_SIZE_TX) |
211 | 211 | ||
212 | enum tls_context_flags { | ||
213 | TLS_RX_SYNC_RUNNING = 0, | ||
214 | }; | ||
215 | |||
212 | struct cipher_context { | 216 | struct cipher_context { |
213 | char *iv; | 217 | char *iv; |
214 | char *rec_seq; | 218 | char *rec_seq; |
diff --git a/include/net/udp.h b/include/net/udp.h index dbe030da20a1..79d141d2103b 100644 --- a/include/net/udp.h +++ b/include/net/udp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * INET An implementation of the TCP/IP protocol suite for the LINUX | 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
3 | * operating system. INET is implemented using the BSD Socket | 4 | * operating system. INET is implemented using the BSD Socket |
@@ -13,11 +14,6 @@ | |||
13 | * Fixes: | 14 | * Fixes: |
14 | * Alan Cox : Turned on udp checksums. I don't want to | 15 | * Alan Cox : Turned on udp checksums. I don't want to |
15 | * chase 'memory corruption' bugs that aren't! | 16 | * chase 'memory corruption' bugs that aren't! |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or | ||
18 | * modify it under the terms of the GNU General Public License | ||
19 | * as published by the Free Software Foundation; either version | ||
20 | * 2 of the License, or (at your option) any later version. | ||
21 | */ | 17 | */ |
22 | #ifndef _UDP_H | 18 | #ifndef _UDP_H |
23 | #define _UDP_H | 19 | #define _UDP_H |