From: Pavel Emelyanov Date: Wed, 16 Apr 2008 07:48:04 +0000 (-0700) Subject: [VLAN]: Tag vlan_group_device with net device, not ifindex. X-Git-Tag: v2.6.26-rc1~1138^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9fde2607895667823e9d1172fc193087125ef68;p=pandora-kernel.git [VLAN]: Tag vlan_group_device with net device, not ifindex. Currently vlan group is searched using one key - the ifindex. We'll have to lookup the vlan_group by two keys - ifindex and net. Turning the vlan_group lookup key to struct net_device pointer will make this process easier. Besides, this will eliminate one more place in the networking, that assumes that indexes are unique in the kernel. Signed-off-by: Pavel Emelyanov Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed