Commit Graph

103 Commits (c7705f3449c7edd5c1744871097f93977227afc4)

Author SHA1 Message Date
Pavel Emelyanov 30688a9a3e [VLAN]: Handle vlan devices net namespace changing. 17 years ago
Pavel Emelyanov 65d292a2ef [VLAN]: Allow vlan devices registration in net namespaces. 17 years ago
Pavel Emelyanov 7a17a2f79f [VLAN]: Make the vlan_name_type per-net. 17 years ago
Pavel Emelyanov 80de2d9821 [VLAN]: Make the /proc/net/vlan/conf file show per-net info. 17 years ago
Pavel Emelyanov a59a8c1c86 [VLAN]: Create proc entries in the proper net. 17 years ago
Pavel Emelyanov cd1c701432 [VLAN]: Add a net argument to proc init and cleanup calls. 17 years ago
Pavel Emelyanov d9ed0f0e2d [VLAN]: Introduce the vlan_net structure and init/exit net ops. 17 years ago
Pavel Emelyanov a9fde26078 [VLAN]: Tag vlan_group_device with net device, not ifindex. 17 years ago
Pavel Emelyanov 23556323b2 [VLAN]: Fix egress priority mappings leak. 17 years ago
Pavel Emelyanov 802fb176d8 [VLAN]: Proc entry is not renamed when vlan device name changes. 17 years ago
Pavel Emelyanov 67727184f2 [VLAN]: Reduce memory consumed by vlan_groups 17 years ago
Patrick McHardy 0ed21b321a [VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying device 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
Al Viro 9534f035ee [8021Q]: vlan_dev misannotations 17 years ago
Harvey Harrison 0dc47877a3 net: replace remaining __FUNCTION__ occurrences 17 years ago
Wang Chen d45fba3625 [8021Q]: Use proc_create() to setup ->proc_fops first 17 years ago
David S. Miller 55b01e8681 [NET]: Restore sanity wrt. print_mac(). 17 years ago
Joe Perches 235365f3aa net/8021q/vlan_dev.c: Use print_mac. 17 years ago
Chris Leech e83a2ea850 [VLAN]: set_rx_mode support for unicast address list 17 years ago
Stephen Hemminger 1402c8519a [VLAN]: sparse warning fix 17 years ago
Pavel Emelyanov 91b4f95475 [VLAN]: Move protocol determination to seperate function 17 years ago
Patrick McHardy 31ffdbcb59 [VLAN]: Clean up vlan_skb_recv() 17 years ago
Patrick McHardy ad712087f7 [VLAN]: Update list address 17 years ago
Patrick McHardy 2029cc2c84 [VLAN]: checkpatch cleanups 17 years ago
Patrick McHardy 9dfebcc647 [VLAN]: Turn VLAN_DEV_INFO into inline function 17 years ago
Patrick McHardy af30151709 [VLAN]: Simplify vlan unregistration 17 years ago
Patrick McHardy acc5efbcd2 [VLAN]: Clean up unregister_vlan_dev 17 years ago
Patrick McHardy 69ab4b7d6d [VLAN]: Clean up initialization code 17 years ago
Patrick McHardy 198a291ce3 [VLAN]: Remove non-implemented ioctls 17 years ago
Patrick McHardy 40f98e1af4 [VLAN]: Clean up debugging and printks 17 years ago
Patrick McHardy 62f99efce6 [VLAN]: Kill useless check 17 years ago
Patrick McHardy ef3eb3e59b [VLAN]: Move device setup to vlan_dev.c 17 years ago
Patrick McHardy 7bd38d778e [VLAN]: Use dev->stats 17 years ago
Patrick McHardy b7a4a83629 [VLAN]: Kill useless VLAN_NAME define 17 years ago
Jarek Poplawski 0fe1e567d0 [VLAN]: nested VLAN: fix lockdep's recursive locking warning 17 years ago
Pavel Emelyanov 3f03e38789 [VLAN]: Fix potential race in vlan_cleanup_module vs vlan_ioctl_handler. 17 years ago
Pavel Emelyanov e35de02615 [VLAN]: Lost rtnl_unlock() in vlan_ioctl() 17 years ago
Joonwoo Park 6ab3b487db [VLAN]: Fix nested VLAN transmit bug 17 years ago
Patrick McHardy 39aaac114e [VLAN]: Allow setting mac address while device is up 17 years ago
Patrick McHardy d932e04a5e [VLAN]: Don't synchronize addresses while the vlan device is down 17 years ago
Patrick McHardy fffe470a80 [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctl 17 years ago
Ursula Braun 3607c44676 [8021Q]: transfer dev_id from real device 18 years ago
Stephen Hemminger 3b04ddde02 [NET]: Move hardware header operations out of netdevice. 18 years ago
Stephen Hemminger 0c4e85813d [NET]: Wrap netdevice hardware header creation. 18 years ago
Ralf Baechle 10d024c1b2 [NET]: Nuke SET_MODULE_OWNER macro. 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago
Eric W. Biederman e9dc865340 [NET]: Make device event notification network namespace safe 18 years ago
Eric W. Biederman e730c15519 [NET]: Make packet reception network namespace safe 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
Al Viro d9f30ec0b0 [VLAN]: Fix net_device leak. 18 years ago