alistair23-linux/net/8021q
Vlad Yasevich d38569ab2b vlan: Fix lockdep warning with stacked vlan devices.
This reverts commit dc8eaaa006.
	vlan: Fix lockdep warning when vlan dev handle notification

Instead we use the new new API to find the lock subclass of
our vlan device.  This way we can support configurations where
vlans are interspersed with other devices:
  bond -> vlan -> macvlan -> vlan

Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-05-16 22:14:49 -04:00
..
Kconfig 8021q: update description 2014-01-21 17:01:25 -08:00
Makefile
vlan.c vlan: Fix lockdep warning with stacked vlan devices. 2014-05-16 22:14:49 -04:00
vlan.h 8021q: Convert uses of __constant_<foo> to <foo> 2014-03-12 15:28:06 -04:00
vlan_core.c vlan: make a new function vlan_dev_vlan_proto() and export 2014-03-26 16:41:28 -04:00
vlan_dev.c vlan: Fix lockdep warning with stacked vlan devices. 2014-05-16 22:14:49 -04:00
vlan_gvrp.c
vlan_mvrp.c
vlan_netlink.c 8021q: Convert uses of __constant_<foo> to <foo> 2014-03-12 15:28:06 -04:00
vlanproc.c
vlanproc.h