From: Jiri Pirko Date: Thu, 8 Dec 2011 04:11:18 +0000 (+0000) Subject: vlan: introduce vid list with reference counting X-Git-Tag: v3.3-rc1~182^2~289 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b9ea6e022e9ba0fe39cb349ac40361f78d5da5b;p=pandora-kernel.git vlan: introduce vid list with reference counting This allows to keep track of vids needed to be in rx vlan filters of devices even if they are used in bond/team etc. vlan_info as well as vlan_group previously was, is allocated when first vid is added and dealocated whan last vid is deleted. vlan_group definition is moved to private header. Signed-off-by: Jiri Pirko Signed-off-by: David S. Miller --- Reading git-diff-tree failed