From: Daniel Borkmann Date: Fri, 21 Jun 2013 17:38:07 +0000 (+0200) Subject: net: netlink: virtual tap device management X-Git-Tag: v3.11-rc1~64^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcbde0d449eda7afa8f63280b165c8300dbd00e2;p=pandora-kernel.git net: netlink: virtual tap device management Similarly to the networking receive path with ptype_all taps, we add the possibility to register netdevices that are for ARPHRD_NETLINK to the netlink subsystem, so that those can be used for netlink analyzers resp. debuggers. We do not offer a direct callback function as out-of-tree modules could do crap with it. Instead, a netdevice must be registered properly and only receives a clone, managed by the netlink layer. Symbols are exported as GPL-only. Signed-off-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed