br_ioctl.c (1da177e4c3f41524e886b7f1b8a0c1fc7321cac2) br_ioctl.c (4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b)
1/*
2 * Ioctl handler
3 * Linux ethernet bridge
4 *
5 * Authors:
6 * Lennert Buytenhek <buytenh@gnu.org>
7 *
8 * $Id: br_ioctl.c,v 1.4 2000/11/08 05:16:40 davem Exp $
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version
13 * 2 of the License, or (at your option) any later version.
14 */
15
1/*
2 * Ioctl handler
3 * Linux ethernet bridge
4 *
5 * Authors:
6 * Lennert Buytenhek <buytenh@gnu.org>
7 *
8 * $Id: br_ioctl.c,v 1.4 2000/11/08 05:16:40 davem Exp $
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version
13 * 2 of the License, or (at your option) any later version.
14 */
15
16#include <linux/capability.h>
16#include <linux/kernel.h>
17#include <linux/if_bridge.h>
18#include <linux/netdevice.h>
19#include <linux/times.h>
20#include <asm/uaccess.h>
21#include "br_private.h"
22
23/* called with RTNL */

--- 387 unchanged lines hidden ---
17#include <linux/kernel.h>
18#include <linux/if_bridge.h>
19#include <linux/netdevice.h>
20#include <linux/times.h>
21#include <asm/uaccess.h>
22#include "br_private.h"
23
24/* called with RTNL */

--- 387 unchanged lines hidden ---