treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of version 2 of the gnu general public license as published by the free software foundation extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 107 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Allison Randal <allison@lohutok.net> Reviewed-by: Richard Fontana <rfontana@redhat.com> Reviewed-by: Steve Winslow <swinslow@gmail.com> Reviewed-by: Alexios Zavras <alexios.zavras@intel.com> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190528171438.615055994@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
02956874a8
commit
25763b3c86
|
@ -1,10 +1,7 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2001-2008 Silicon Graphics, Inc. All rights reserved.
|
* Copyright (C) 2001-2008 Silicon Graphics, Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* Prototypes for the uncached page allocator
|
* Prototypes for the uncached page allocator
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2001-2008 Silicon Graphics, Inc. All rights reserved.
|
* Copyright (C) 2001-2008 Silicon Graphics, Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* A simple uncached page allocator using the generic allocator. This
|
* A simple uncached page allocator using the generic allocator. This
|
||||||
* allocator first utilizes the spare (spill) pages found in the EFI
|
* allocator first utilizes the spare (spill) pages found in the EFI
|
||||||
* memmap and will then start converting cached pages to uncached ones
|
* memmap and will then start converting cached pages to uncached ones
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* This file implements the DMA operations for NVLink devices. The NPU
|
* This file implements the DMA operations for NVLink devices. The NPU
|
||||||
* devices all point to the same iommu table as the parent PCI device.
|
* devices all point to the same iommu table as the parent PCI device.
|
||||||
*
|
*
|
||||||
* Copyright Alistair Popple, IBM Corporation 2015.
|
* Copyright Alistair Popple, IBM Corporation 2015.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/mmu_notifier.h>
|
#include <linux/mmu_notifier.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Common CPM code
|
* Common CPM code
|
||||||
*
|
*
|
||||||
|
@ -11,10 +12,6 @@
|
||||||
* Copyright (c) 2000 MontaVista Software, Inc (source@mvista.com)
|
* Copyright (c) 2000 MontaVista Software, Inc (source@mvista.com)
|
||||||
* 2006 (c) MontaVista Software, Inc.
|
* 2006 (c) MontaVista Software, Inc.
|
||||||
* Vitaly Bordug <vbordug@ru.mvista.com>
|
* Vitaly Bordug <vbordug@ru.mvista.com>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* AMD Geode definitions
|
* AMD Geode definitions
|
||||||
* Copyright (C) 2006, Advanced Micro Devices, Inc.
|
* Copyright (C) 2006, Advanced Micro Devices, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ASM_X86_GEODE_H
|
#ifndef _ASM_X86_GEODE_H
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2001-2006 Silicon Graphics, Inc. All rights
|
* Copyright (C) 2001-2006 Silicon Graphics, Inc. All rights
|
||||||
* reserved.
|
* reserved.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Clock event driver for the CS5535/CS5536
|
* Clock event driver for the CS5535/CS5536
|
||||||
*
|
*
|
||||||
|
@ -5,10 +6,6 @@
|
||||||
* Copyright (C) 2007 Andres Salomon <dilinger@debian.org>
|
* Copyright (C) 2007 Andres Salomon <dilinger@debian.org>
|
||||||
* Copyright (C) 2009 Andres Salomon <dilinger@collabora.co.uk>
|
* Copyright (C) 2009 Andres Salomon <dilinger@collabora.co.uk>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* The MFGPTs are documented in AMD Geode CS5536 Companion Device Data Book.
|
* The MFGPTs are documented in AMD Geode CS5536 Companion Device Data Book.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 Cavium, Inc.
|
* Copyright (C) 2016 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CPT_COMMON_H
|
#ifndef __CPT_COMMON_H
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 Cavium, Inc.
|
* Copyright (C) 2016 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CPT_HW_TYPES_H
|
#ifndef __CPT_HW_TYPES_H
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 Cavium, Inc.
|
* Copyright (C) 2016 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CPTPF_H
|
#ifndef __CPTPF_H
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 Cavium, Inc.
|
* Copyright (C) 2016 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 Cavium, Inc.
|
* Copyright (C) 2016 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include "cptpf.h"
|
#include "cptpf.h"
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 Cavium, Inc.
|
* Copyright (C) 2016 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CPTVF_H
|
#ifndef __CPTVF_H
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 Cavium, Inc.
|
* Copyright (C) 2016 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <crypto/aes.h>
|
#include <crypto/aes.h>
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 Cavium, Inc.
|
* Copyright (C) 2016 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CPTVF_ALGS_H_
|
#ifndef _CPTVF_ALGS_H_
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 Cavium, Inc.
|
* Copyright (C) 2016 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 Cavium, Inc.
|
* Copyright (C) 2016 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "cptvf.h"
|
#include "cptvf.h"
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 Cavium, Inc.
|
* Copyright (C) 2016 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "cptvf.h"
|
#include "cptvf.h"
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 Cavium, Inc.
|
* Copyright (C) 2016 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __REQUEST_MANAGER_H
|
#ifndef __REQUEST_MANAGER_H
|
||||||
|
|
|
@ -1,12 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Intel IXP4xx NPE-C crypto driver
|
* Intel IXP4xx NPE-C crypto driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008 Christian Hohnstaedt <chohnstaedt@innominate.com>
|
* Copyright (C) 2008 Christian Hohnstaedt <chohnstaedt@innominate.com>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* AMD CS5535/CS5536 GPIO driver
|
* AMD CS5535/CS5536 GPIO driver
|
||||||
* Copyright (C) 2006 Advanced Micro Devices, Inc.
|
* Copyright (C) 2006 Advanced Micro Devices, Inc.
|
||||||
* Copyright (C) 2007-2009 Andres Salomon <dilinger@collabora.co.uk>
|
* Copyright (C) 2007-2009 Andres Salomon <dilinger@collabora.co.uk>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 VanguardiaSur - www.vanguardiasur.com.ar
|
* Copyright (C) 2015 VanguardiaSur - www.vanguardiasur.com.ar
|
||||||
*
|
*
|
||||||
|
@ -7,10 +8,6 @@
|
||||||
* Based on:
|
* Based on:
|
||||||
* Driver for Intersil|Techwell TW6869 based DVR cards
|
* Driver for Intersil|Techwell TW6869 based DVR cards
|
||||||
* (c) 2011-12 liran <jli11@intersil.com> [Intersil|Techwell China]
|
* (c) 2011-12 liran <jli11@intersil.com> [Intersil|Techwell China]
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 VanguardiaSur - www.vanguardiasur.com.ar
|
* Copyright (C) 2015 VanguardiaSur - www.vanguardiasur.com.ar
|
||||||
*
|
*
|
||||||
|
@ -5,10 +6,6 @@
|
||||||
* Copyright (C) 2015 Industrial Research Institute for Automation
|
* Copyright (C) 2015 Industrial Research Institute for Automation
|
||||||
* and Measurements PIAP
|
* and Measurements PIAP
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* Notes
|
* Notes
|
||||||
* -----
|
* -----
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 VanguardiaSur - www.vanguardiasur.com.ar
|
* Copyright (C) 2015 VanguardiaSur - www.vanguardiasur.com.ar
|
||||||
*
|
*
|
||||||
* Based on original driver by Krzysztof Ha?asa:
|
* Based on original driver by Krzysztof Ha?asa:
|
||||||
* Copyright (C) 2015 Industrial Research Institute for Automation
|
* Copyright (C) 2015 Industrial Research Institute for Automation
|
||||||
* and Measurements PIAP
|
* and Measurements PIAP
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
|
|
@ -1,13 +1,10 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 VanguardiaSur - www.vanguardiasur.com.ar
|
* Copyright (C) 2015 VanguardiaSur - www.vanguardiasur.com.ar
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Industrial Research Institute for Automation
|
* Copyright (C) 2015 Industrial Research Institute for Automation
|
||||||
* and Measurements PIAP
|
* and Measurements PIAP
|
||||||
* Written by Krzysztof Ha?asa
|
* Written by Krzysztof Ha?asa
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/mutex.h>
|
#include <linux/mutex.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* V4L2 fwnode binding parsing library
|
* V4L2 fwnode binding parsing library
|
||||||
*
|
*
|
||||||
|
@ -12,10 +13,6 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 Renesas Electronics Corp.
|
* Copyright (C) 2012 Renesas Electronics Corp.
|
||||||
* Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
|
* Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/acpi.h>
|
#include <linux/acpi.h>
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Driver for the CS5535/CS5536 Multi-Function General Purpose Timers (MFGPT)
|
* Driver for the CS5535/CS5536 Multi-Function General Purpose Timers (MFGPT)
|
||||||
*
|
*
|
||||||
|
@ -5,10 +6,6 @@
|
||||||
* Copyright (C) 2007 Andres Salomon <dilinger@debian.org>
|
* Copyright (C) 2007 Andres Salomon <dilinger@debian.org>
|
||||||
* Copyright (C) 2009 Andres Salomon <dilinger@collabora.co.uk>
|
* Copyright (C) 2009 Andres Salomon <dilinger@collabora.co.uk>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* The MFGPTs are documented in AMD Geode CS5536 Companion Device Data Book.
|
* The MFGPTs are documented in AMD Geode CS5536 Companion Device Data Book.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 Cavium, Inc.
|
* Copyright (C) 2015 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef NIC_H
|
#ifndef NIC_H
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 Cavium, Inc.
|
* Copyright (C) 2015 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 Cavium, Inc.
|
* Copyright (C) 2015 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef NIC_REG_H
|
#ifndef NIC_REG_H
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 Cavium, Inc.
|
* Copyright (C) 2015 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* ETHTOOL Support for VNIC_VF Device*/
|
/* ETHTOOL Support for VNIC_VF Device*/
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 Cavium, Inc.
|
* Copyright (C) 2015 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 Cavium, Inc.
|
* Copyright (C) 2015 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/pci.h>
|
#include <linux/pci.h>
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 Cavium, Inc.
|
* Copyright (C) 2015 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef NICVF_QUEUES_H
|
#ifndef NICVF_QUEUES_H
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* This file contains HW queue descriptor formats, config register
|
* This file contains HW queue descriptor formats, config register
|
||||||
* structures etc
|
* structures etc
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Cavium, Inc.
|
* Copyright (C) 2015 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef Q_STRUCT_H
|
#ifndef Q_STRUCT_H
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 Cavium, Inc.
|
* Copyright (C) 2015 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/acpi.h>
|
#include <linux/acpi.h>
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 Cavium, Inc.
|
* Copyright (C) 2015 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef THUNDER_BGX_H
|
#ifndef THUNDER_BGX_H
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2016 Cavium, Inc.
|
* Copyright (C) 2016 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/acpi.h>
|
#include <linux/acpi.h>
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Intel IXP4xx Ethernet driver for Linux
|
* Intel IXP4xx Ethernet driver for Linux
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* Ethernet port config (0x00 is not present on IXP42X):
|
* Ethernet port config (0x00 is not present on IXP42X):
|
||||||
*
|
*
|
||||||
* logical port 0x00 0x10 0x20
|
* logical port 0x00 0x10 0x20
|
||||||
|
@ -16,7 +13,6 @@
|
||||||
* RX-free queue 26 27 28
|
* RX-free queue 26 27 28
|
||||||
* TX-done queue is always 31, per-port RX and TX-ready queues are configurable
|
* TX-done queue is always 31, per-port RX and TX-ready queues are configurable
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* Queue entries:
|
* Queue entries:
|
||||||
* bits 0 -> 1 - NPE ID (RX and TX-done)
|
* bits 0 -> 1 - NPE ID (RX and TX-done)
|
||||||
* bits 0 -> 2 - priority (TX, per 802.1D)
|
* bits 0 -> 2 - priority (TX, per 802.1D)
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Moxa C101 synchronous serial card driver for Linux
|
* Moxa C101 synchronous serial card driver for Linux
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000-2003 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 2000-2003 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>
|
* For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>
|
||||||
*
|
*
|
||||||
* Sources of information:
|
* Sources of information:
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Hitachi SCA HD64570 driver for Linux
|
* Hitachi SCA HD64570 driver for Linux
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998-2003 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 1998-2003 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* Source of information: Hitachi HD64570 SCA User's Manual
|
* Source of information: Hitachi HD64570 SCA User's Manual
|
||||||
*
|
*
|
||||||
* We use the following SCA memory map:
|
* We use the following SCA memory map:
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Hitachi (now Renesas) SCA-II HD64572 driver for Linux
|
* Hitachi (now Renesas) SCA-II HD64572 driver for Linux
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998-2008 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 1998-2008 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* Source of information: HD64572 SCA-II User's Manual
|
* Source of information: HD64572 SCA-II User's Manual
|
||||||
*
|
*
|
||||||
* We use the following SCA memory map:
|
* We use the following SCA memory map:
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Generic HDLC support routines for Linux
|
* Generic HDLC support routines for Linux
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999 - 2008 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 1999 - 2008 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* Currently supported:
|
* Currently supported:
|
||||||
* * raw IP-in-HDLC
|
* * raw IP-in-HDLC
|
||||||
* * Cisco HDLC
|
* * Cisco HDLC
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Generic HDLC support routines for Linux
|
* Generic HDLC support routines for Linux
|
||||||
* Cisco HDLC support
|
* Cisco HDLC support
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000 - 2006 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 2000 - 2006 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/errno.h>
|
#include <linux/errno.h>
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Generic HDLC support routines for Linux
|
* Generic HDLC support routines for Linux
|
||||||
* Frame Relay support
|
* Frame Relay support
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999 - 2006 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 1999 - 2006 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
*
|
||||||
|
|
||||||
Theory of PVC state
|
Theory of PVC state
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Generic HDLC support routines for Linux
|
* Generic HDLC support routines for Linux
|
||||||
* Point-to-point protocol support
|
* Point-to-point protocol support
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999 - 2008 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 1999 - 2008 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/errno.h>
|
#include <linux/errno.h>
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Generic HDLC support routines for Linux
|
* Generic HDLC support routines for Linux
|
||||||
* HDLC support
|
* HDLC support
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999 - 2006 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 1999 - 2006 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/errno.h>
|
#include <linux/errno.h>
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Generic HDLC support routines for Linux
|
* Generic HDLC support routines for Linux
|
||||||
* HDLC Ethernet emulation support
|
* HDLC Ethernet emulation support
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002-2006 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 2002-2006 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/errno.h>
|
#include <linux/errno.h>
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Generic HDLC support routines for Linux
|
* Generic HDLC support routines for Linux
|
||||||
* X.25 support
|
* X.25 support
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999 - 2006 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 1999 - 2006 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/errno.h>
|
#include <linux/errno.h>
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Intel IXP4xx HSS (synchronous serial port) driver for Linux
|
* Intel IXP4xx HSS (synchronous serial port) driver for Linux
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007-2008 Krzysztof Hałasa <khc@pm.waw.pl>
|
* Copyright (C) 2007-2008 Krzysztof Hałasa <khc@pm.waw.pl>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* SDL Inc. RISCom/N2 synchronous serial card driver for Linux
|
* SDL Inc. RISCom/N2 synchronous serial card driver for Linux
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998-2003 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 1998-2003 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>
|
* For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>
|
||||||
*
|
*
|
||||||
* Note: integrated CSU/DSU/DDS are not supported by this driver
|
* Note: integrated CSU/DSU/DDS are not supported by this driver
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Cyclades PC300 synchronous serial card driver for Linux
|
* Cyclades PC300 synchronous serial card driver for Linux
|
||||||
*
|
*
|
||||||
* Copyright (C) 2000-2008 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 2000-2008 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
|
* For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>.
|
||||||
*
|
*
|
||||||
* Sources of information:
|
* Sources of information:
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Goramo PCI200SYN synchronous serial card driver for Linux
|
* Goramo PCI200SYN synchronous serial card driver for Linux
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002-2008 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 2002-2008 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>
|
* For information see <http://www.kernel.org/pub/linux/utils/net/hdlc/>
|
||||||
*
|
*
|
||||||
* Sources of information:
|
* Sources of information:
|
||||||
|
|
|
@ -1,13 +1,10 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* wanXL serial card driver for Linux
|
* wanXL serial card driver for Linux
|
||||||
* host part
|
* host part
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 2003 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* Status:
|
* Status:
|
||||||
* - Only DTE (external clock) support with NRZ and NRZI encodings
|
* - Only DTE (external clock) support with NRZ and NRZI encodings
|
||||||
* - wanXL100 will require minor driver modifications, no access to hw
|
* - wanXL100 will require minor driver modifications, no access to hw
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* wanXL serial card driver for Linux
|
* wanXL serial card driver for Linux
|
||||||
* definitions common to host driver and card firmware
|
* definitions common to host driver and card firmware
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 2003 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define RESET_WHILE_LOADING 0
|
#define RESET_WHILE_LOADING 0
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
.psize 0
|
.psize 0
|
||||||
/*
|
/*
|
||||||
wanXL serial card driver for Linux
|
wanXL serial card driver for Linux
|
||||||
|
@ -5,9 +6,6 @@
|
||||||
|
|
||||||
Copyright (C) 2003 Krzysztof Halasa <khc@pm.waw.pl>
|
Copyright (C) 2003 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it
|
|
||||||
under the terms of version 2 of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* This file is part of the Emulex Linux Device Driver for Enterprise iSCSI
|
* This file is part of the Emulex Linux Device Driver for Enterprise iSCSI
|
||||||
* Host Bus Adapters. Refer to the README file included with this package
|
* Host Bus Adapters. Refer to the README file included with this package
|
||||||
|
@ -6,13 +7,8 @@
|
||||||
* Copyright (c) 2018 Broadcom. All Rights Reserved.
|
* Copyright (c) 2018 Broadcom. All Rights Reserved.
|
||||||
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License as published
|
|
||||||
* by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* Contact Information:
|
* Contact Information:
|
||||||
* linux-drivers@broadcom.com
|
* linux-drivers@broadcom.com
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <scsi/libiscsi.h>
|
#include <scsi/libiscsi.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Common CPM code
|
* Common CPM code
|
||||||
*
|
*
|
||||||
|
@ -11,10 +12,6 @@
|
||||||
* Copyright (c) 2000 MontaVista Software, Inc (source@mvista.com)
|
* Copyright (c) 2000 MontaVista Software, Inc (source@mvista.com)
|
||||||
* 2006 (c) MontaVista Software, Inc.
|
* 2006 (c) MontaVista Software, Inc.
|
||||||
* Vitaly Bordug <vbordug@ru.mvista.com>
|
* Vitaly Bordug <vbordug@ru.mvista.com>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/genalloc.h>
|
#include <linux/genalloc.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Intel IXP4xx Queue Manager driver for Linux
|
* Intel IXP4xx Queue Manager driver for Linux
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/ioport.h>
|
#include <linux/ioport.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* intel-mid_wdt: generic Intel MID SCU watchdog driver
|
* intel-mid_wdt: generic Intel MID SCU watchdog driver
|
||||||
*
|
*
|
||||||
|
@ -6,10 +7,6 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Intel Corporation. All rights reserved.
|
* Copyright (C) 2014 Intel Corporation. All rights reserved.
|
||||||
* Contact: David Cohen <david.a.cohen@linux.intel.com>
|
* Contact: David Cohen <david.a.cohen@linux.intel.com>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General
|
|
||||||
* Public License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2014 Renesas Electronics Europe Ltd.
|
* Copyright (C) 2013-2014 Renesas Electronics Europe Ltd.
|
||||||
* Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
|
* Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DT_BINDINGS_NBPFAXI_H
|
#ifndef DT_BINDINGS_NBPFAXI_H
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com
|
/* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#ifndef _LINUX_BPF_H
|
#ifndef _LINUX_BPF_H
|
||||||
#define _LINUX_BPF_H 1
|
#define _LINUX_BPF_H 1
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com
|
/* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#ifndef _LINUX_BPF_VERIFIER_H
|
#ifndef _LINUX_BPF_VERIFIER_H
|
||||||
#define _LINUX_BPF_VERIFIER_H 1
|
#define _LINUX_BPF_VERIFIER_H 1
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* AMD CS5535/CS5536 definitions
|
* AMD CS5535/CS5536 definitions
|
||||||
* Copyright (C) 2006 Advanced Micro Devices, Inc.
|
* Copyright (C) 2006 Advanced Micro Devices, Inc.
|
||||||
* Copyright (C) 2009 Andres Salomon <dilinger@collabora.co.uk>
|
* Copyright (C) 2009 Andres Salomon <dilinger@collabora.co.uk>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CS5535_H
|
#ifndef _CS5535_H
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Generic HDLC support routines for Linux
|
* Generic HDLC support routines for Linux
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2005 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 1999-2005 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#ifndef __HDLC_H
|
#ifndef __HDLC_H
|
||||||
#define __HDLC_H
|
#define __HDLC_H
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* intel-mid_wdt: generic Intel MID SCU watchdog driver
|
* intel-mid_wdt: generic Intel MID SCU watchdog driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Intel Corporation. All rights reserved.
|
* Copyright (C) 2014 Intel Corporation. All rights reserved.
|
||||||
* Contact: David Cohen <david.a.cohen@linux.intel.com>
|
* Contact: David Cohen <david.a.cohen@linux.intel.com>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General
|
|
||||||
* Public License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __INTEL_MID_WDT_H__
|
#ifndef __INTEL_MID_WDT_H__
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl>
|
* Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef IXP4XX_QMGR_H
|
#ifndef IXP4XX_QMGR_H
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* V4L2 fwnode binding parsing library
|
* V4L2 fwnode binding parsing library
|
||||||
*
|
*
|
||||||
|
@ -9,10 +10,6 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 Renesas Electronics Corp.
|
* Copyright (C) 2012 Renesas Electronics Corp.
|
||||||
* Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
|
* Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#ifndef _V4L2_FWNODE_H
|
#ifndef _V4L2_FWNODE_H
|
||||||
#define _V4L2_FWNODE_H
|
#define _V4L2_FWNODE_H
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2016 Facebook
|
/* Copyright (c) 2016 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/cpumask.h>
|
#include <linux/cpumask.h>
|
||||||
#include <linux/spinlock.h>
|
#include <linux/spinlock.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/* Copyright (c) 2016 Facebook
|
/* Copyright (c) 2016 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#ifndef __BPF_LRU_LIST_H_
|
#ifndef __BPF_LRU_LIST_H_
|
||||||
#define __BPF_LRU_LIST_H_
|
#define __BPF_LRU_LIST_H_
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2017 Facebook
|
/* Copyright (c) 2017 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
#include <linux/bpf.h>
|
#include <linux/bpf.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/* Copyright (c) 2017 Facebook
|
/* Copyright (c) 2017 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#ifndef __MAP_IN_MAP_H__
|
#ifndef __MAP_IN_MAP_H__
|
||||||
#define __MAP_IN_MAP_H__
|
#define __MAP_IN_MAP_H__
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2016 Facebook
|
/* Copyright (c) 2016 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include "percpu_freelist.h"
|
#include "percpu_freelist.h"
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/* Copyright (c) 2016 Facebook
|
/* Copyright (c) 2016 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#ifndef __PERCPU_FREELIST_H__
|
#ifndef __PERCPU_FREELIST_H__
|
||||||
#define __PERCPU_FREELIST_H__
|
#define __PERCPU_FREELIST_H__
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2016 Facebook
|
/* Copyright (c) 2016 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/bpf.h>
|
#include <linux/bpf.h>
|
||||||
#include <linux/jhash.h>
|
#include <linux/jhash.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2017 Facebook
|
/* Copyright (c) 2017 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/bpf.h>
|
#include <linux/bpf.h>
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Nicira, Inc.
|
* Copyright (c) 2017 Nicira, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Nicira, Inc.
|
* Copyright (c) 2017 Nicira, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef METER_H
|
#ifndef METER_H
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2013-2015 PLUMgrid, http://plumgrid.com
|
/* Copyright (c) 2013-2015 PLUMgrid, http://plumgrid.com
|
||||||
* Copyright (c) 2015 BMW Car IT GmbH
|
* Copyright (c) 2015 BMW Car IT GmbH
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2016 Facebook
|
/* Copyright (c) 2016 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#include <sched.h>
|
#include <sched.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2016 Facebook
|
/* Copyright (c) 2016 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* sampleip: sample instruction pointer and frequency count in a BPF map.
|
* sampleip: sample instruction pointer and frequency count in a BPF map.
|
||||||
*
|
*
|
||||||
* Copyright 2016 Netflix, Inc.
|
* Copyright 2016 Netflix, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2017 Facebook
|
/* Copyright (c) 2017 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <uapi/linux/bpf.h>
|
#include <uapi/linux/bpf.h>
|
||||||
#include "bpf_helpers.h"
|
#include "bpf_helpers.h"
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2017 Facebook
|
/* Copyright (c) 2017 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2016 Facebook
|
/* Copyright (c) 2016 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/unistd.h>
|
#include <linux/unistd.h>
|
||||||
#include <linux/bpf.h>
|
#include <linux/bpf.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2016 Facebook
|
/* Copyright (c) 2016 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/unistd.h>
|
#include <linux/unistd.h>
|
||||||
#include <linux/bpf.h>
|
#include <linux/bpf.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2016 Sargun Dhillon <sargun@sargun.me>
|
/* Copyright (c) 2016 Sargun Dhillon <sargun@sargun.me>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016 Facebook
|
* Copyright (c) 2016 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Facebook
|
* Copyright (c) 2017 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2016 Facebook
|
/* Copyright (c) 2016 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#include <sched.h>
|
#include <sched.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2016 Facebook
|
/* Copyright (c) 2016 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
/* This program is free software; you can redistribute it and/or
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2013-2015 PLUMgrid, http://plumgrid.com
|
/* Copyright (c) 2013-2015 PLUMgrid, http://plumgrid.com
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2015 PLUMgrid, http://plumgrid.com
|
/* Copyright (c) 2015 PLUMgrid, http://plumgrid.com
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2016 PLUMgrid
|
/* Copyright (c) 2016 PLUMgrid
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/bpf.h>
|
#include <linux/bpf.h>
|
||||||
#include <linux/if_link.h>
|
#include <linux/if_link.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (C) 2017 Cavium, Inc.
|
/* Copyright (C) 2017 Cavium, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of version 2 of the GNU General Public License
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/bpf.h>
|
#include <linux/bpf.h>
|
||||||
#include <linux/netlink.h>
|
#include <linux/netlink.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/* Copyright (c) 2016 Facebook
|
/* Copyright (c) 2016 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#ifndef _SAMPLES_BPF_XDP_TX_IPTNL_COMMON_H
|
#ifndef _SAMPLES_BPF_XDP_TX_IPTNL_COMMON_H
|
||||||
#define _SAMPLES_BPF_XDP_TX_IPTNL_COMMON_H
|
#define _SAMPLES_BPF_XDP_TX_IPTNL_COMMON_H
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2016 Facebook
|
/* Copyright (c) 2016 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/bpf.h>
|
#include <linux/bpf.h>
|
||||||
#include <linux/if_link.h>
|
#include <linux/if_link.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2017 Facebook
|
/* Copyright (c) 2017 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <linux/bpf.h>
|
#include <linux/bpf.h>
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/* Copyright (c) 2017 Facebook
|
/* Copyright (c) 2017 Facebook
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of version 2 of the GNU General Public
|
|
||||||
* License as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue