interface.c (0871d5a66da5c41151e0896a90298b163e42f2e0) interface.c (0881e7bd341e2158b314596bcf2059e88e68f04e)
1/*
2 * Network-device interface management.
3 *
4 * Copyright (c) 2004-2005, Keir Fraser
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License version 2
8 * as published by the Free Software Foundation; or, when distributed

--- 17 unchanged lines hidden (view full) ---

26 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
28 * IN THE SOFTWARE.
29 */
30
31#include "common.h"
32
33#include <linux/kthread.h>
1/*
2 * Network-device interface management.
3 *
4 * Copyright (c) 2004-2005, Keir Fraser
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License version 2
8 * as published by the Free Software Foundation; or, when distributed

--- 17 unchanged lines hidden (view full) ---

26 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
28 * IN THE SOFTWARE.
29 */
30
31#include "common.h"
32
33#include <linux/kthread.h>
34#include <linux/sched/task.h>
34#include <linux/ethtool.h>
35#include <linux/rtnetlink.h>
36#include <linux/if_vlan.h>
37#include <linux/vmalloc.h>
38
39#include <xen/events.h>
40#include <asm/xen/hypercall.h>
41#include <xen/balloon.h>

--- 755 unchanged lines hidden ---
35#include <linux/ethtool.h>
36#include <linux/rtnetlink.h>
37#include <linux/if_vlan.h>
38#include <linux/vmalloc.h>
39
40#include <xen/events.h>
41#include <asm/xen/hypercall.h>
42#include <xen/balloon.h>

--- 755 unchanged lines hidden ---