aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'linus' into core/rcuIngo Molnar2008-06-161-3/+25
| |\
| * | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-0/+1
* | | vlan: remove unnecessary include statementsPatrick McHardy2008-07-141-6/+2
* | | vlan: TCI related type and naming cleanupsPatrick McHardy2008-07-081-18/+16
* | | vlan: move struct vlan_dev_info to private headerPatrick McHardy2008-07-081-3/+1
* | | vlan: Use is_vlan_dev()Joonwoo Park2008-07-081-2/+1
* | | vlan: Add GVRP supportPatrick McHardy2008-07-051-4/+19
* | | vlan: Move device unregistration before lower dev cleanupPatrick McHardy2008-07-051-2/+2
* | | vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy2008-07-051-3/+3
| |/ |/|
* | vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy2008-05-231-8/+2
* | [VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy2008-05-201-0/+30
* | vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy2008-05-201-3/+1
|/
* [VLAN]: Handle vlan devices net namespace changing.Pavel Emelyanov2008-04-161-5/+8
* [VLAN]: Allow vlan devices registration in net namespaces.Pavel Emelyanov2008-04-161-4/+3
* [VLAN]: Make the vlan_name_type per-net.Pavel Emelyanov2008-04-161-5/+9
* [VLAN]: Add a net argument to proc init and cleanup calls.Pavel Emelyanov2008-04-161-8/+7
* [VLAN]: Introduce the vlan_net structure and init/exit net ops.Pavel Emelyanov2008-04-161-0/+46
* [VLAN]: Tag vlan_group_device with net device, not ifindex.Pavel Emelyanov2008-04-161-11/+11
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-021-1/+19
|\
| * [VLAN]: Proc entry is not renamed when vlan device name changes.Pavel Emelyanov2008-04-021-1/+19
* | [VLAN]: Reduce memory consumed by vlan_groupsPavel Emelyanov2008-03-261-13/+23
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
|/
* [VLAN]: Update list addressPatrick McHardy2008-01-281-1/+1
* [VLAN]: checkpatch cleanupsPatrick McHardy2008-01-281-8/+12
* [VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy2008-01-281-7/+7
* [VLAN]: Simplify vlan unregistrationPatrick McHardy2008-01-281-56/+20
* [VLAN]: Clean up unregister_vlan_devPatrick McHardy2008-01-281-40/+32
* [VLAN]: Clean up initialization codePatrick McHardy2008-01-281-83/+58
* [VLAN]: Remove non-implemented ioctlsPatrick McHardy2008-01-281-22/+1
* [VLAN]: Clean up debugging and printksPatrick McHardy2008-01-281-47/+11
* [VLAN]: Move device setup to vlan_dev.cPatrick McHardy2008-01-281-81/+0
* [VLAN]: Use dev->statsPatrick McHardy2008-01-281-2/+0
* [VLAN]: Kill useless VLAN_NAME definePatrick McHardy2008-01-281-2/+2
* [VLAN]: nested VLAN: fix lockdep's recursive locking warningJarek Poplawski2008-01-101-1/+6
* [VLAN]: Fix potential race in vlan_cleanup_module vs vlan_ioctl_handler.Pavel Emelyanov2007-12-111-1/+1
* [VLAN]: Lost rtnl_unlock() in vlan_ioctl()Pavel Emelyanov2007-12-071-1/+1
* [VLAN]: Allow setting mac address while device is upPatrick McHardy2007-11-101-0/+1
* [VLAN]: Don't synchronize addresses while the vlan device is downPatrick McHardy2007-11-101-0/+4
* [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctlPatrick McHardy2007-11-071-0/+1
* [8021Q]: transfer dev_id from real deviceUrsula Braun2007-10-101-0/+3
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-6/+8
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-2/+0
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-3/+3
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+4
* [VLAN]: Fix net_device leak.Al Viro2007-09-161-2/+0
* [8021Q]: vlan_ioctl_handler: fix return valueAndrew Morton2007-07-241-0/+2
* [VLAN]: Fix memset lengthPatrick McHardy2007-07-141-1/+1
* [VLAN]: Fix promiscous/allmulti synchronization racesPatrick McHardy2007-07-141-0/+1
* [RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy2007-07-111-2/+6
* [RTNETLINK]: rtnl_link API simplificationPatrick McHardy2007-07-111-21/+0