]> git.baikalelectronics.ru Git - kernel.git/commit
dev: introduce dev_get_iflink()
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Thu, 2 Apr 2015 15:07:00 +0000 (17:07 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Apr 2015 18:04:59 +0000 (14:04 -0400)
commitd4975e084e894a69edc13602772df7038d7266ed
treeb1e887d2bc8c205d4fe3b331e40fddba5de6ee01
parentb22851a15b1a39d5aff5111163adc443ce43ec9b
dev: introduce dev_get_iflink()

The goal of this patch is to prepare the removal of the iflink field. It
introduces a new ndo function, which will be implemented by virtual interfaces.

There is no functional change into this patch. All readers of iflink field
now call dev_get_iflink().

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipvlan/ipvlan_core.c
include/linux/netdevice.h
net/batman-adv/hard-interface.c
net/bridge/br_netlink.c
net/core/dev.c
net/core/link_watch.c
net/core/net-sysfs.c
net/core/rtnetlink.c
net/ipv4/ipmr.c
net/ipv6/addrconf.c
net/ipv6/ip6mr.c