aboutsummaryrefslogtreecommitdiff
path: root/net/8021q/vlan.c
AgeCommit message (Expand)Author
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: move address list functions to a separate fileJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24vlan: updates vlan real_num_tx_queuesVasu Dev
2010-03-18net: forbid underlaying devices to change its typeJiri Pirko
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney
2009-12-02net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman
2009-12-01net: Simplify vlan pernet operations.Eric W. Biederman
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet
2009-11-17vlan: Fix register_vlan_dev() error pathEric Dumazet
2009-10-29vlan: cleanup multiple unregistrationsPatrick McHardy
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet
2009-09-02vlan: multiqueue vlan deviceEric Dumazet
2009-08-14vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev
2009-07-30vlan: allow creating vlan when real device is not upStephen Hemminger
2009-07-20vlan: Propagate physical MTU changesHerbert Xu
2009-06-108021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_n...Jesper Dangaard Brouer
2009-05-29net: convert unicast addr listJiri Pirko
2009-04-25vlan: update vlan carrier state for admin up/downJay Vosburgh
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2008-11-19vlan: convert to net_device_opsStephen Hemminger
2008-10-28vlan: propogate ethtool speed valuesStephen Hemminger
2008-09-11vlan: vlan device not reading gso max size of parent.Alexander Duyck
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-14vlan: remove unnecessary include statementsPatrick McHardy
2008-07-08vlan: TCI related type and naming cleanupsPatrick McHardy
2008-07-08vlan: move struct vlan_dev_info to private headerPatrick McHardy
2008-07-08vlan: Use is_vlan_dev()Joonwoo Park
2008-07-05vlan: Add GVRP supportPatrick McHardy
2008-07-05vlan: Move device unregistration before lower dev cleanupPatrick McHardy
2008-07-05vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar
2008-05-23vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy
2008-05-20[VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy
2008-05-20vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu
2008-04-16[VLAN]: Handle vlan devices net namespace changing.Pavel Emelyanov
2008-04-16[VLAN]: Allow vlan devices registration in net namespaces.Pavel Emelyanov
2008-04-16[VLAN]: Make the vlan_name_type per-net.Pavel Emelyanov
2008-04-16[VLAN]: Add a net argument to proc init and cleanup calls.Pavel Emelyanov
2008-04-16[VLAN]: Introduce the vlan_net structure and init/exit net ops.Pavel Emelyanov
2008-04-16[VLAN]: Tag vlan_group_device with net device, not ifindex.Pavel Emelyanov
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-04-02[VLAN]: Proc entry is not renamed when vlan device name changes.Pavel Emelyanov