commit | fe8300fd8d655ebc6b6297565665959d6d7bbe02 | [log] [tgz] |
---|---|---|
author | Taehee Yoo <ap420073@gmail.com> | Fri Sep 25 18:13:02 2020 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 28 15:00:14 2020 -0700 |
tree | aa7e90833af522e8685df7148420812d68b6908d | |
parent | 1aad8049909a6d3379175ef2824a68ac35c0b564 [diff] |
net: core: add __netdev_upper_dev_unlink() The netdev_upper_dev_unlink() has to work differently according to flags. This idea is the same with __netdev_upper_dev_link(). In the following patches, new flags will be added. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>