summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan.c
Commit message (Expand)AuthorAgeFilesLines
* [VLAN]: Proc entry is not renamed when vlan device name changes.Pavel Emelyanov2008-04-021-1/+19
* [VLAN]: Update list addressPatrick McHardy2008-01-291-1/+1
* [VLAN]: checkpatch cleanupsPatrick McHardy2008-01-291-8/+12
* [VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy2008-01-291-7/+7
* [VLAN]: Simplify vlan unregistrationPatrick McHardy2008-01-291-56/+20Star
* [VLAN]: Clean up unregister_vlan_devPatrick McHardy2008-01-291-40/+32Star
* [VLAN]: Clean up initialization codePatrick McHardy2008-01-291-83/+58Star
* [VLAN]: Remove non-implemented ioctlsPatrick McHardy2008-01-291-22/+1Star
* [VLAN]: Clean up debugging and printksPatrick McHardy2008-01-291-47/+11Star
* [VLAN]: Move device setup to vlan_dev.cPatrick McHardy2008-01-291-81/+0Star
* [VLAN]: Use dev->statsPatrick McHardy2008-01-291-2/+0Star
* [VLAN]: Kill useless VLAN_NAME definePatrick McHardy2008-01-291-2/+2
* [VLAN]: nested VLAN: fix lockdep's recursive locking warningJarek Poplawski2008-01-111-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-111-0/+1
* [VLAN]: Don't synchronize addresses while the vlan device is downPatrick McHardy2007-11-111-0/+4
* [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctlPatrick McHardy2007-11-071-0/+1
* [8021Q]: transfer dev_id from real deviceUrsula Braun2007-10-111-0/+3
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-6/+8
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-2/+0Star
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-3/+3
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-111-0/+4
* [VLAN]: Fix net_device leak.Al Viro2007-09-171-2/+0Star
* [8021Q]: vlan_ioctl_handler: fix return valueAndrew Morton2007-07-251-0/+2
* [VLAN]: Fix memset lengthPatrick McHardy2007-07-151-1/+1
* [VLAN]: Fix promiscous/allmulti synchronization racesPatrick McHardy2007-07-151-0/+1
* [RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy2007-07-121-2/+6
* [RTNETLINK]: rtnl_link API simplificationPatrick McHardy2007-07-121-21/+0Star
* [VLAN]: Fix MAC address handlingPatrick McHardy2007-07-121-5/+38
* [VLAN]: Use rtnl_link APIPatrick McHardy2007-07-111-10/+19
* [VLAN]: Introduce symbolic constants for flag valuesPatrick McHardy2007-07-111-1/+1
* [VLAN]: Return proper error codes in register_vlan_devicePatrick McHardy2007-07-111-18/+14Star
* [VLAN]: Move device registation to seperate functionPatrick McHardy2007-07-111-36/+47
* [VLAN]: Split up device checksPatrick McHardy2007-07-111-24/+32
* [VLAN]: Move vlan_group allocation to seperate functionPatrick McHardy2007-07-111-37/+41
* [VLAN]: Move some device intialization code to dev->init callbackPatrick McHardy2007-07-111-46/+46
* [VLAN]: Convert name-based configuration functions to struct netdevice *Patrick McHardy2007-07-111-89/+64Star
* [NET]: Fix comparisons of unsigned < 0.Bill Nottingham2007-06-041-2/+1Star
* VLAN: kill_vid is only useful for VLAN filtering devicesStephen Hemminger2007-06-031-7/+3Star
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-041-2/+1Star
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-261-3/+3
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-031-10/+32
* [NET] 8021Q: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-26/+26
* [VLAN]: Fix link state propagationStefan Rompf2006-07-241-5/+3Star
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1Star
* [PATCH] lockdep: annotate vlan net device as being a special classArjan van de Ven2006-07-041-0/+11
* [VLAN]: translate IF_OPER_DORMANT to netif_dormant_on()Stefan Rompf2006-03-211-16/+27
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-121-0/+1
* [VLAN]: Add two missing checks to vlan_ioctl_handler()Mika Kukkonen2005-12-221-1/+5