From: David S. Miller Date: Sat, 5 Dec 2015 22:41:42 +0000 (-0500) Subject: Merge branch 'batman-hdlc' X-Git-Tag: v4.5-rc1~128^2~205 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=857e8a6765d6463dda9b4ffd53cb2663b15ae939;p=linux.git Merge branch 'batman-hdlc' Andrew Lunn says: ==================== Allow BATMAN to use hdlc-eth interfaces BATMAN works over Ethernet like interfaces. hdlc-eth provides the need requirements. However, hdlc devices are often created as raw hdlc devices, which batman cannot use, and are then be transmuted into other types using sethdlc(1). Have the HDLC code emit NETDEV_*_TYPE_CHANGE events when the type changes, and have BATMAN react on these events. ==================== Signed-off-by: David S. Miller --- 857e8a6765d6463dda9b4ffd53cb2663b15ae939