aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-29vlan: 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-02vlan: multiqueue vlan deviceEric Dumazet1-2/+3
2009-08-14vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev1-0/+3
2009-07-30vlan: 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_net()Jesper Dangaard Brouer1-1/+1
2009-05-29net: convert unicast addr listJiri Pirko1-2/+2
2009-04-25vlan: 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-19vlan: convert to net_device_opsStephen Hemminger1-8/+10
2008-10-28vlan: propogate ethtool speed valuesStephen Hemminger1-4/+4
2008-09-11vlan: 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/linux-2.6David S. Miller1-0/+3
2008-07-14vlan: 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-05vlan: Add GVRP supportPatrick McHardy1-4/+19
2008-07-05vlan: Move device unregistration before lower dev cleanupPatrick McHardy1-2/+2
2008-07-05vlan: 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-20[VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy1-0/+30
2008-05-20vlan: 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-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+19
2008-04-02[VLAN]: Proc entry is not renamed when vlan device name changes.Pavel Emelyanov1-1/+19
2008-03-26[VLAN]: Reduce memory consumed by vlan_groupsPavel Emelyanov1-13/+23
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-01-28[VLAN]: Update list addressPatrick McHardy1-1/+1
2008-01-28[VLAN]: checkpatch cleanupsPatrick McHardy1-8/+12
2008-01-28[VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy1-7/+7
2008-01-28[VLAN]: Simplify vlan unregistrationPatrick McHardy1-56/+20
2008-01-28[VLAN]: Clean up unregister_vlan_devPatrick McHardy1-40/+32
2008-01-28[VLAN]: Clean up initialization codePatrick McHardy1-83/+58
2008-01-28[VLAN]: Remove non-implemented ioctlsPatrick McHardy1-22/+1
2008-01-28[VLAN]: Clean up debugging and printksPatrick McHardy1-47/+11
2008-01-28[VLAN]: Move device setup to vlan_dev.cPatrick McHardy1-81/+0
2008-01-28[VLAN]: Use dev->statsPatrick McHardy1-2/+0
2008-01-28[VLAN]: Kill useless VLAN_NAME definePatrick McHardy1-2/+2
2008-01-10[VLAN]: nested VLAN: fix lockdep's recursive locking warningJarek Poplawski1-1/+6