]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'batman-hdlc'
authorDavid S. Miller <davem@davemloft.net>
Sat, 5 Dec 2015 22:41:42 +0000 (17:41 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 5 Dec 2015 22:41:42 +0000 (17:41 -0500)
commit4d1507a63fd7eb17ac5727c71fcb499b6cafd9a1
treea429c324efd573280e1e40c54146f5fc072ea2dc
parent15a0ffe415ba1580892de94b1f9a49e12ae38a27
parente6a1ab3e16b2c8b8ff350fb0e63e0e240378a2cf
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 <davem@davemloft.net>