summaryrefslogtreecommitdiffstats
path: root/net/8021q
Commit message (Expand)AuthorAgeFilesLines
* [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/+4
* [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/+23
* [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-023-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-271-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-261-13/+23
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-262-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-171-1/+1
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-052-7/+7
|/
* [8021Q]: Use proc_create() to setup ->proc_fops firstWang Chen2008-02-281-7/+4
* [NET]: Restore sanity wrt. print_mac().David S. Miller2008-02-231-4/+6
* net/8021q/vlan_dev.c: Use print_mac.Joe Perches2008-02-171-6/+4
* [VLAN]: set_rx_mode support for unicast address listChris Leech2008-01-311-2/+5
* [VLAN]: sparse warning fixStephen Hemminger2008-01-281-0/+2
* [VLAN]: Move protocol determination to seperate functionPavel Emelyanov2008-01-281-28/+35
* [VLAN]: Clean up vlan_skb_recv()Patrick McHardy2008-01-281-89/+24
* [VLAN]: Update list addressPatrick McHardy2008-01-282-2/+2
* [VLAN]: checkpatch cleanupsPatrick McHardy2008-01-285-84/+89
* [VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy2008-01-284-46/+46
* [VLAN]: Simplify vlan unregistrationPatrick McHardy2008-01-283-63/+22
* [VLAN]: Clean up unregister_vlan_devPatrick McHardy2008-01-281-40/+32
* [VLAN]: Clean up initialization codePatrick McHardy2008-01-282-92/+70
* [VLAN]: Remove non-implemented ioctlsPatrick McHardy2008-01-281-22/+1
* [VLAN]: Clean up debugging and printksPatrick McHardy2008-01-284-138/+30
* [VLAN]: Kill useless checkPatrick McHardy2008-01-281-18/+0
* [VLAN]: Move device setup to vlan_dev.cPatrick McHardy2008-01-283-108/+86
* [VLAN]: Use dev->statsPatrick McHardy2008-01-283-10/+5
* [VLAN]: Kill useless VLAN_NAME definePatrick McHardy2008-01-281-2/+2
* [VLAN]: nested VLAN: fix lockdep's recursive locking warningJarek Poplawski2008-01-101-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-103-0/+28
* [VLAN]: Don't synchronize addresses while the vlan device is downPatrick McHardy2007-11-101-0/+4
* [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctlPatrick McHardy2007-11-071-0/+1
* [8021Q]: transfer dev_id from real deviceUrsula Braun2007-10-101-0/+3
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-103-10/+12
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-101-8/+6
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-2/+0
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-103-7/+8
OpenPOWER on IntegriCloud