]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211_hwsim: Allow wmediumd to attach to radios created in its netns
authorMartin Willi <martin@strongswan.org>
Sat, 14 May 2016 08:34:44 +0000 (10:34 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Thu, 30 Jun 2016 10:06:17 +0000 (12:06 +0200)
commit74714e5096680411030b1385e426e8b608d24c98
tree3ba49aa3a9adf34baeaf0d4e37e28a1f4f8b5699
parentbeacae81d376040e7348e6348578be820d4f62eb
mac80211_hwsim: Allow wmediumd to attach to radios created in its netns

Registering wmediumd is currently limited to the initial network
namespace. This patch enables wmediumd to attach from non-initial
network namespaces using a user namespace having CAP_NET_ADMIN. A
registered wmediumd can forward frames on radios that have been created
in the same network namespace, even if they have been moved to other
network namespaces.

The wmediumd Netlink portid is tracked per net namespace. Additionally,
the portid is stored on all radios created in that net namespace to
simplify the portid lookup in the data path.

Signed-off-by: Martin Willi <martin@strongswan.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/mac80211_hwsim.c