mirror of
https://github.com/openvswitch/ovs
synced 2025-09-04 08:15:25 +00:00
datapath: Reformat copyright messages.
Many of our kernel copyright messages make reference to code being copied from the Linux kernel, which is a bit odd for code in the kernel. This changes them to use the standard GNU GPL boilerplate instead. It does not change the actual license, which continues to be GPLv2. Signed-off-by: Jesse Gross <jesse@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -1,13 +1,21 @@
|
|||||||
/*
|
/*
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Copyright (c) 2007, 2008, 2009, 2010, 2011 Nicira Networks.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Functions for executing flow actions. */
|
|
||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
|
||||||
#include <linux/skbuff.h>
|
#include <linux/skbuff.h>
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CHECKSUM_H
|
#ifndef CHECKSUM_H
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef COMPAT_H
|
#ifndef COMPAT_H
|
||||||
|
@@ -1,13 +1,21 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2007, 2008, 2009, 2010, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Functions for managing the dp interface/device. */
|
|
||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
@@ -1,13 +1,21 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009, 2010, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Interface exported by openvswitch_mod. */
|
|
||||||
|
|
||||||
#ifndef DATAPATH_H
|
#ifndef DATAPATH_H
|
||||||
#define DATAPATH_H 1
|
#define DATAPATH_H 1
|
||||||
|
|
||||||
|
@@ -1,13 +1,21 @@
|
|||||||
/*
|
/*
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Copyright (c) 2007, 2008, 2009, 2010, 2011 Nicira Networks.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Handle changes to managed devices */
|
|
||||||
|
|
||||||
#include <linux/netdevice.h>
|
#include <linux/netdevice.h>
|
||||||
#include <net/genetlink.h>
|
#include <net/genetlink.h>
|
||||||
|
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009, 2010 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DP_SYSFS_H
|
#ifndef DP_SYSFS_H
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009, 2010 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
@@ -1,15 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009, 2010 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
*/
|
* License as published by the Free Software Foundation.
|
||||||
|
|
||||||
/*
|
|
||||||
* Sysfs attributes of bridge ports for Open vSwitch
|
|
||||||
*
|
*
|
||||||
* This has been shamelessly copied from the kernel sources.
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Copyright (c) 2007, 2008, 2009, 2010, 2011 Nicira Networks.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "flow.h"
|
#include "flow.h"
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009, 2010, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef FLOW_H
|
#ifndef FLOW_H
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/if_arp.h>
|
#include <linux/if_arp.h>
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef TUNNEL_H
|
#ifndef TUNNEL_H
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef VLAN_H
|
#ifndef VLAN_H
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/etherdevice.h>
|
#include <linux/etherdevice.h>
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef VPORT_GENERIC_H
|
#ifndef VPORT_GENERIC_H
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009, 2010, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/hardirq.h>
|
#include <linux/hardirq.h>
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009, 2010 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef VPORT_INTERNAL_DEV_H
|
#ifndef VPORT_INTERNAL_DEV_H
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef VPORT_NETDEV_H
|
#ifndef VPORT_NETDEV_H
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/dcache.h>
|
#include <linux/dcache.h>
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/dcache.h>
|
#include <linux/dcache.h>
|
||||||
|
@@ -1,9 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2010, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
* Distributed under the terms of the GNU GPL version 2.
|
|
||||||
*
|
*
|
||||||
* Significant portions of this file may be copied from parts of the Linux
|
* This program is free software; you can redistribute it and/or
|
||||||
* kernel, by Linus Torvalds and others.
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
|
* License as published by the Free Software Foundation.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but
|
||||||
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef VPORT_H
|
#ifndef VPORT_H
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009, 2010, 2011 Nicira Networks.
|
* Copyright (c) 2007-2011 Nicira Networks.
|
||||||
*
|
*
|
||||||
* This file is offered under your choice of two licenses: Apache 2.0 or GNU
|
* This file is offered under your choice of two licenses: Apache 2.0 or GNU
|
||||||
* GPL 2.0 or later. The permission statements for each of these licenses is
|
* GPL 2.0 or later. The permission statements for each of these licenses is
|
||||||
@@ -21,19 +21,19 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
* ----------------------------------------------------------------------
|
* ----------------------------------------------------------------------
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or
|
||||||
* it under the terms of the GNU General Public License as published by
|
* modify it under the terms of version 2 of the GNU General Public
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* License as published by the Free Software Foundation.
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
*
|
||||||
* This program is distributed in the hope that it will be useful,
|
* This program is distributed in the hope that it will be useful, but
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
* GNU General Public License for more details.
|
* General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License
|
||||||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
* along with this program; if not, write to the Free Software
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||||
|
* 02110-1301, USA
|
||||||
* ----------------------------------------------------------------------
|
* ----------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user