net: spread __net_init, __net_exit
[safe/jmp/linux-2.6] / net / 8021q / vlan.c
2010-01-18 Alexey Dobriyannet: spread __net_init, __net_exit
2009-12-03 Patrick Mullaneynetdevice: provide common routine for macvlan and vlan...
2009-12-03 Eric W. Biedermannet: Teach vlans to cleanup as a pernet subsystem
2009-12-02 Eric W. Biedermannet: Simplify vlan pernet operations.
2009-11-27 Patrick McHardyvlan: support "loose binding" to the underlying network...
2009-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-18 Eric Dumazetnetns: net_identifiers should be read_mostly
2009-11-17 Eric Dumazetvlan: Fix register_vlan_dev() error path
2009-10-30 Patrick McHardyvlan: cleanup multiple unregistrations
2009-10-28 Eric Dumazetvlan: Optimize multiple unregistration
2009-10-28 Eric Dumazetnet: add a list_head parameter to dellink() method
2009-09-03 Eric Dumazetvlan: multiqueue vlan device
2009-08-14 Vasu Devvlan: adds fcoe offload related net_device_ops and...
2009-07-30 Stephen Hemmingervlan: allow creating vlan when real device is not up
2009-07-20 Herbert Xuvlan: Propagate physical MTU changes
2009-06-10 Jesper Dangaard... 8021q: Vlan driver should use rcu_barrier() on unload...
2009-05-30 Jiri Pirkonet: convert unicast addr list
2009-04-26 Jay Vosburghvlan: update vlan carrier state for admin up/down
2009-03-10 Stephen Hemmingernet: convert usage of packet_type to read_mostly
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2008-11-20 Stephen Hemmingervlan: convert to net_device_ops
2008-10-29 Stephen Hemmingervlan: propogate ethtool speed values
2008-09-12 Alexander Duyckvlan: vlan device not reading gso max size of parent.
2008-07-18 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2008-07-15 Patrick McHardyvlan: remove unnecessary include statements
2008-07-08 Patrick McHardyvlan: TCI related type and naming cleanups
2008-07-08 Patrick McHardyvlan: move struct vlan_dev_info to private header
2008-07-08 Joonwoo Parkvlan: Use is_vlan_dev()
2008-07-06 Patrick McHardyvlan: Add GVRP support
2008-07-06 Patrick McHardyvlan: Move device unregistration before lower dev cleanup
2008-07-06 Patrick McHardyvlan: Change vlan_dev_set_vlan_flag() to handle multipl...
2008-06-16 Ingo MolnarMerge branch 'linus' into core/rcu
2008-05-23 Patrick McHardyvlan: Use bitmask of feature flags instead of seperate...
2008-05-20 Patrick McHardy[VLAN]: Propagate selected feature bits to VLAN devices
2008-05-20 Patrick McHardyvlan: Correctly handle device notifications for layered...
2008-05-19 Franck Bui-Huurcu: split list.h and move rcu-protected lists into...
2008-04-16 Pavel Emelyanov[VLAN]: Handle vlan devices net namespace changing.
2008-04-16 Pavel Emelyanov[VLAN]: Allow vlan devices registration in net namespaces.
2008-04-16 Pavel Emelyanov[VLAN]: Make the vlan_name_type per-net.
2008-04-16 Pavel Emelyanov[VLAN]: Add a net argument to proc init and cleanup...
2008-04-16 Pavel Emelyanov[VLAN]: Introduce the vlan_net structure and init/exit...
2008-04-16 Pavel Emelyanov[VLAN]: Tag vlan_group_device with net device, not...
2008-04-03 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-04-02 Pavel Emelyanov[VLAN]: Proc entry is not renamed when vlan device...
2008-03-26 Pavel Emelyanov[VLAN]: Reduce memory consumed by vlan_groups
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-01-28 Patrick McHardy[VLAN]: Update list address
2008-01-28 Patrick McHardy[VLAN]: checkpatch cleanups
2008-01-28 Patrick McHardy[VLAN]: Turn VLAN_DEV_INFO into inline function
2008-01-28 Patrick McHardy[VLAN]: Simplify vlan unregistration
2008-01-28 Patrick McHardy[VLAN]: Clean up unregister_vlan_dev
2008-01-28 Patrick McHardy[VLAN]: Clean up initialization code
2008-01-28 Patrick McHardy[VLAN]: Remove non-implemented ioctls
2008-01-28 Patrick McHardy[VLAN]: Clean up debugging and printks
2008-01-28 Patrick McHardy[VLAN]: Move device setup to vlan_dev.c
2008-01-28 Patrick McHardy[VLAN]: Use dev->stats
2008-01-28 Patrick McHardy[VLAN]: Kill useless VLAN_NAME define
2008-01-11 Jarek Poplawski[VLAN]: nested VLAN: fix lockdep's recursive locking...
2007-12-11 Pavel Emelyanov[VLAN]: Fix potential race in vlan_cleanup_module vs...
2007-12-07 Pavel Emelyanov[VLAN]: Lost rtnl_unlock() in vlan_ioctl()
2007-11-11 Patrick McHardy[VLAN]: Allow setting mac address while device is up
2007-11-11 Patrick McHardy[VLAN]: Don't synchronize addresses while the vlan...
2007-11-07 Patrick McHardy[VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctl
2007-10-10 Ursula Braun[8021Q]: transfer dev_id from real device
2007-10-10 Stephen Hemminger[NET]: Move hardware header operations out of netdevice.
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-09-16 Al Viro[VLAN]: Fix net_device leak.
2007-07-24 Andrew Morton[8021Q]: vlan_ioctl_handler: fix return value
2007-07-15 Patrick McHardy[VLAN]: Fix memset length
2007-07-15 Patrick McHardy[VLAN]: Fix promiscous/allmulti synchronization races
2007-07-12 Patrick McHardy[RTNETLINK]: rtnl_link: allow specifying initial device...
2007-07-12 Patrick McHardy[RTNETLINK]: rtnl_link API simplification
2007-07-12 Patrick McHardy[VLAN]: Fix MAC address handling
2007-07-11 Patrick McHardy[VLAN]: Use rtnl_link API
2007-07-11 Patrick McHardy[VLAN]: Introduce symbolic constants for flag values
2007-07-11 Patrick McHardy[VLAN]: Return proper error codes in register_vlan_device
2007-07-11 Patrick McHardy[VLAN]: Move device registation to seperate function
2007-07-11 Patrick McHardy[VLAN]: Split up device checks
2007-07-11 Patrick McHardy[VLAN]: Move vlan_group allocation to seperate function
2007-07-11 Patrick McHardy[VLAN]: Move some device intialization code to dev...
2007-07-11 Patrick McHardy[VLAN]: Convert name-based configuration functions...
2007-06-04 Bill Nottingham[NET]: Fix comparisons of unsigned < 0.
2007-06-03 Stephen HemmingerVLAN: kill_vid is only useful for VLAN filtering devices
2007-05-03 Pavel Emelianov[NET]: Rework dev_base via list_head (v3)
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-03-03 Dan Aloni[VLAN]: Avoid a 4-order allocation.
2007-02-11 YOSHIFUJI Hideaki[NET] 8021Q: Fix whitespace errors.
2006-07-24 Stefan Rompf[VLAN]: Fix link state propagation
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-07-03 Arjan van de Ven[PATCH] lockdep: annotate vlan net device as being...
2006-03-21 Stefan Rompf[VLAN]: translate IF_OPER_DORMANT to netif_dormant_on()
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2005-12-22 Mika Kukkonen[VLAN]: Add two missing checks to vlan_ioctl_handler()
2005-07-12 Tommy Christensen[VLAN]: Fix early vlan adding leads to not functional...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2