net: introduce upper device lists
authorJiri Pirko <jiri@resnulli.us>
Thu, 3 Jan 2013 22:48:49 +0000 (22:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Jan 2013 21:31:49 +0000 (13:31 -0800)
commit9ff162a8b96c96238773972e26288a366e403b0c
treeae74065e46364c807a1996e5268aec349d9d86d4
parent04e406dcc54cfd84d333ea673fa986fb5a1840e7
net: introduce upper device lists

This lists are supposed to serve for storing pointers to all upper devices.
Eventually it will replace dev->master pointer which is used for
bonding, bridge, team but it cannot be used for vlan, macvlan where
there might be multiple upper present. In case the upper link is
replacement for dev->master, it is marked with "master" flag.

New upper device list resolves this limitation. Also, the information
stored in lists is used for preventing looping setups like
"bond->somethingelse->samebond"

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c