summaryrefslogtreecommitdiff
path: root/net/8021q/vlan.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-04net: move address list functions to a separate fileJiri Pirko1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-24vlan: updates vlan real_num_tx_queuesVasu Dev1-0/+2
2010-03-19net: forbid underlaying devices to change its typeJiri Pirko1-0/+4
2010-01-18net: spread __net_init, __net_exitAlexey Dobriyan1-2/+2
2009-12-04netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney1-25/+4
2009-12-03net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman1-5/+3
2009-12-02net: Simplify vlan pernet operations.Eric W. Biederman1-26/+7
2009-11-27vlan: support "loose binding" to the underlying network devicePatrick McHardy1-2/+7
2009-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+5
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-11-17vlan: Fix register_vlan_dev() error pathEric Dumazet1-2/+5
2009-10-30vlan: cleanup multiple unregistrationsPatrick McHardy1-32/+20
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet1-16/+33
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet1-4/+4
2009-09-03vlan: multiqueue vlan deviceEric Dumazet1-2/+3
2009-08-15vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev1-0/+3
2009-07-31vlan: allow creating vlan when real device is not upStephen Hemminger1-6/+0
2009-07-20vlan: Propagate physical MTU changesHerbert Xu1-0/+13
2009-06-108021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_n...Jesper Dangaard Brouer1-1/+1
2009-05-30net: convert unicast addr listJiri Pirko1-2/+2
2009-04-26vlan: update vlan carrier state for admin up/downJay Vosburgh1-0/+2
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-1/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2008-11-20vlan: convert to net_device_opsStephen Hemminger1-8/+10
2008-10-29vlan: propogate ethtool speed valuesStephen Hemminger1-4/+4
2008-09-12vlan: vlan device not reading gso max size of parent.Alexander Duyck1-0/+1
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-0/+3
2008-07-15vlan: remove unnecessary include statementsPatrick McHardy1-6/+2
2008-07-08vlan: TCI related type and naming cleanupsPatrick McHardy1-18/+16
2008-07-08vlan: move struct vlan_dev_info to private headerPatrick McHardy1-3/+1
2008-07-08vlan: Use is_vlan_dev()Joonwoo Park1-2/+1
2008-07-06vlan: Add GVRP supportPatrick McHardy1-4/+19
2008-07-06vlan: Move device unregistration before lower dev cleanupPatrick McHardy1-2/+2
2008-07-06vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy1-3/+3
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar1-3/+25
2008-05-23vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy1-8/+2
2008-05-21[VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy1-0/+30
2008-05-21vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy1-3/+1
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1
2008-04-16[VLAN]: Handle vlan devices net namespace changing.Pavel Emelyanov1-5/+8
2008-04-16[VLAN]: Allow vlan devices registration in net namespaces.Pavel Emelyanov1-4/+3
2008-04-16[VLAN]: Make the vlan_name_type per-net.Pavel Emelyanov1-5/+9
2008-04-16[VLAN]: Add a net argument to proc init and cleanup calls.Pavel Emelyanov1-8/+7
2008-04-16[VLAN]: Introduce the vlan_net structure and init/exit net ops.Pavel Emelyanov1-0/+46
2008-04-16[VLAN]: Tag vlan_group_device with net device, not ifindex.Pavel Emelyanov1-11/+11
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-1/+19
2008-04-02[VLAN]: Proc entry is not renamed when vlan device name changes.Pavel Emelyanov1-1/+19
2008-03-27[VLAN]: Reduce memory consumed by vlan_groupsPavel Emelyanov1-13/+23
2008-03-25[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1