summaryrefslogtreecommitdiffstats
path: root/net/8021q
Commit message (Expand)AuthorAgeFilesLines
* vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy2008-05-233-14/+3Star
* [VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy2008-05-203-0/+37
* vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy2008-05-201-3/+1Star
* vlan: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-4/+3Star
* [VLAN]: Handle vlan devices net namespace changing.Pavel Emelyanov2008-04-161-5/+8
* [VLAN]: Allow vlan devices registration in net namespaces.Pavel Emelyanov2008-04-163-8/+4Star
* [VLAN]: Make the vlan_name_type per-net.Pavel Emelyanov2008-04-163-9/+16
* [VLAN]: Make the /proc/net/vlan/conf file show per-net info.Pavel Emelyanov2008-04-161-5/+8
* [VLAN]: Create proc entries in the proper net.Pavel Emelyanov2008-04-162-27/+23Star
* [VLAN]: Add a net argument to proc init and cleanup calls.Pavel Emelyanov2008-04-163-15/+22
* [VLAN]: Introduce the vlan_net structure and init/exit net ops.Pavel Emelyanov2008-04-162-0/+51
* [VLAN]: Tag vlan_group_device with net device, not ifindex.Pavel Emelyanov2008-04-161-11/+11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-0/+15
|\
| * [VLAN]: Fix egress priority mappings leak.Pavel Emelyanov2008-04-041-0/+15
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-033-6/+24
|\|
| * [VLAN]: Proc entry is not renamed when vlan device name changes.Pavel Emelyanov2008-04-023-6/+24
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-281-1/+1
|\|
| * [VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying devicePatrick McHardy2008-03-261-1/+1
* | [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-252-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-181-1/+1
|\|
| * [8021Q]: vlan_dev misannotationsAl Viro2008-03-181-1/+1
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-062-7/+7
|/
* [8021Q]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-7/+4Star
* [NET]: Restore sanity wrt. print_mac().David S. Miller2008-02-241-4/+6
* net/8021q/vlan_dev.c: Use print_mac.Joe Perches2008-02-181-6/+4Star
* [VLAN]: set_rx_mode support for unicast address listChris Leech2008-02-011-2/+5
* [VLAN]: sparse warning fixStephen Hemminger2008-01-291-0/+2
* [VLAN]: Move protocol determination to seperate functionPavel Emelyanov2008-01-291-28/+35
* [VLAN]: Clean up vlan_skb_recv()Patrick McHardy2008-01-291-89/+24Star
* [VLAN]: Update list addressPatrick McHardy2008-01-292-2/+2
* [VLAN]: checkpatch cleanupsPatrick McHardy2008-01-295-84/+89
* [VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy2008-01-294-46/+46
* [VLAN]: Simplify vlan unregistrationPatrick McHardy2008-01-293-63/+22Star
* [VLAN]: Clean up unregister_vlan_devPatrick McHardy2008-01-291-40/+32Star
* [VLAN]: Clean up initialization codePatrick McHardy2008-01-292-92/+70Star
* [VLAN]: Remove non-implemented ioctlsPatrick McHardy2008-01-291-22/+1Star
* [VLAN]: Clean up debugging and printksPatrick McHardy2008-01-294-138/+30Star
* [VLAN]: Kill useless checkPatrick McHardy2008-01-291-18/+0Star
* [VLAN]: Move device setup to vlan_dev.cPatrick McHardy2008-01-293-108/+86Star
* [VLAN]: Use dev->statsPatrick McHardy2008-01-293-10/+5Star
* [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]: Fix nested VLAN transmit bugJoonwoo Park2007-11-291-1/+2
* [VLAN]: Allow setting mac address while device is upPatrick McHardy2007-11-113-0/+28
* [VLAN]: Don't synchronize addresses while the vlan device is downPatrick McHardy2007-11-111-0/+4
* [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctlPatrick McHardy2007-11-071-0/+1
* [8021Q]: transfer dev_id from real deviceUrsula Braun2007-10-111-0/+3