linux-kernel-test/net/ieee802154/6lowpan
Nicolas Dichtel f9d1ce8f81 ieee802154: fix netns settings
6LoWPAN currently doesn't supports x-netns and works only in init_net.

With this patch, we ensure that:
 - the wpan interface cannot be moved to another netns;
 - the 6lowpan interface cannot be moved to another netns;
 - the wpan interface is in the same netns than the 6lowpan interface;
 - the 6lowpan interface is in init_net.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-02-14 05:19:58 +01:00
..
6lowpan_i.h ieee802154: 6lowpan: move transmit functionality 2015-01-08 07:25:59 +01:00
core.c ieee802154: fix netns settings 2015-02-14 05:19:58 +01:00
Kconfig
Makefile ieee802154: 6lowpan: fix Makefile entry 2015-01-08 15:48:06 +01:00
reassembly.c ieee802154: 6lowpan: rename internal header 2015-01-08 07:25:59 +01:00
rx.c ieee802154: 6lowpan: move receive functionality 2015-01-08 07:25:59 +01:00
tx.c ieee802154: 6lowpan: move transmit functionality 2015-01-08 07:25:59 +01:00