net: correctly interlink lower/upper devices
authorVeaceslav Falico <vfalico@redhat.com>
Mon, 2 Sep 2013 14:26:51 +0000 (16:26 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2013 04:27:26 +0000 (00:27 -0400)
commit82476b316084e6826a9dd339d1dad892a598af9a
tree7aa33e21ae567be231c016334db1b146e75a776b
parentea23192e8e577dfc51e0f4fc5ca113af334edff9
net: correctly interlink lower/upper devices

Currently we're linking upper devices to lower ones, which results in
upside-down relationship: upper devices seeing lower devices via its upper
lists.

Fix this by correctly linking lower devices to the upper ones.

CC: "David S. Miller" <davem@davemloft.net>
CC: Eric Dumazet <edumazet@google.com>
CC: Jiri Pirko <jiri@resnulli.us>
CC: Alexander Duyck <alexander.h.duyck@intel.com>
CC: Cong Wang <amwang@redhat.com>
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c