diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-21 19:38:07 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-25 01:39:05 +0200 |
commit | bcbde0d449eda7afa8f63280b165c8300dbd00e2 (patch) | |
tree | dbe6689bfee850c54006291e939718c685de1158 /drivers/net/Kconfig | |
parent | net: if_arp: add ARPHRD_NETLINK type (diff) | |
download | linux-bcbde0d449eda7afa8f63280b165c8300dbd00e2.tar.xz linux-bcbde0d449eda7afa8f63280b165c8300dbd00e2.zip |
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 <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
0 files changed, 0 insertions, 0 deletions