main.c (6e84f31522f931027bf695752087ece278c10d3f) | main.c (0881e7bd341e2158b314596bcf2059e88e68f04e) |
---|---|
1/* 2 * Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved. 3 * Copyright (c) 2007, 2008 Mellanox Technologies. All rights reserved. 4 * 5 * This software is available to you under a choice of one of two 6 * licenses. You may choose to be licensed under the terms of the GNU 7 * General Public License (GPL) Version 2, available from the file 8 * COPYING in the main directory of this source tree, or the --- 26 unchanged lines hidden (view full) --- 35#include <linux/init.h> 36#include <linux/slab.h> 37#include <linux/errno.h> 38#include <linux/netdevice.h> 39#include <linux/inetdevice.h> 40#include <linux/rtnetlink.h> 41#include <linux/if_vlan.h> 42#include <linux/sched/mm.h> | 1/* 2 * Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved. 3 * Copyright (c) 2007, 2008 Mellanox Technologies. All rights reserved. 4 * 5 * This software is available to you under a choice of one of two 6 * licenses. You may choose to be licensed under the terms of the GNU 7 * General Public License (GPL) Version 2, available from the file 8 * COPYING in the main directory of this source tree, or the --- 26 unchanged lines hidden (view full) --- 35#include <linux/init.h> 36#include <linux/slab.h> 37#include <linux/errno.h> 38#include <linux/netdevice.h> 39#include <linux/inetdevice.h> 40#include <linux/rtnetlink.h> 41#include <linux/if_vlan.h> 42#include <linux/sched/mm.h> |
43#include <linux/sched/task.h> |
|
43 44#include <net/ipv6.h> 45#include <net/addrconf.h> 46#include <net/devlink.h> 47 48#include <rdma/ib_smi.h> 49#include <rdma/ib_user_verbs.h> 50#include <rdma/ib_addr.h> --- 3350 unchanged lines hidden --- | 44 45#include <net/ipv6.h> 46#include <net/addrconf.h> 47#include <net/devlink.h> 48 49#include <rdma/ib_smi.h> 50#include <rdma/ib_user_verbs.h> 51#include <rdma/ib_addr.h> --- 3350 unchanged lines hidden --- |