summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan.c
Commit message (Expand)AuthorAgeFilesLines
* vlan: multiqueue vlan deviceEric Dumazet2009-09-031-2/+3
* vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev2009-08-151-0/+3
* vlan: allow creating vlan when real device is not upStephen Hemminger2009-07-301-6/+0Star
* vlan: Propagate physical MTU changesHerbert Xu2009-07-201-0/+13
* 8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_n...Jesper Dangaard Brouer2009-06-101-1/+1
* net: convert unicast addr listJiri Pirko2009-05-301-2/+2
* vlan: update vlan carrier state for admin up/downJay Vosburgh2009-04-261-0/+2
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-1/+1
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* vlan: convert to net_device_opsStephen Hemminger2008-11-201-8/+10
* vlan: propogate ethtool speed valuesStephen Hemminger2008-10-291-4/+4
* vlan: vlan device not reading gso max size of parent.Alexander Duyck2008-09-121-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-0/+3
|\
| * Merge branch 'linus' into core/rcuIngo Molnar2008-06-161-3/+25
| |\
| * | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-0/+1
* | | vlan: remove unnecessary include statementsPatrick McHardy2008-07-151-6/+2Star
* | | vlan: TCI related type and naming cleanupsPatrick McHardy2008-07-081-18/+16Star
* | | vlan: move struct vlan_dev_info to private headerPatrick McHardy2008-07-081-3/+1Star
* | | vlan: Use is_vlan_dev()Joonwoo Park2008-07-081-2/+1Star
* | | vlan: Add GVRP supportPatrick McHardy2008-07-061-4/+19
* | | vlan: Move device unregistration before lower dev cleanupPatrick McHardy2008-07-061-2/+2
* | | vlan: Change vlan_dev_set_vlan_flag() to handle multiple flags at oncePatrick McHardy2008-07-061-3/+3
| |/ |/|
* | vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy2008-05-231-8/+2Star
* | [VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy2008-05-201-0/+30
* | vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy2008-05-201-3/+1Star
|/
* [VLAN]: Handle vlan devices net namespace changing.Pavel Emelyanov2008-04-161-5/+8
* [VLAN]: Allow vlan devices registration in net namespaces.Pavel Emelyanov2008-04-161-4/+3Star
* [VLAN]: Make the vlan_name_type per-net.Pavel Emelyanov2008-04-161-5/+9
* [VLAN]: Add a net argument to proc init and cleanup calls.Pavel Emelyanov2008-04-161-8/+7Star
* [VLAN]: Introduce the vlan_net structure and init/exit net ops.Pavel Emelyanov2008-04-161-0/+46
* [VLAN]: Tag vlan_group_device with net device, not ifindex.Pavel Emelyanov2008-04-161-11/+11
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-031-1/+19
|\
| * [VLAN]: Proc entry is not renamed when vlan device name changes.Pavel Emelyanov2008-04-021-1/+19
* | [VLAN]: Reduce memory consumed by vlan_groupsPavel Emelyanov2008-03-271-13/+23
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
|/
* [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