OSDN Git Service

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)
commitf21e4d8ed16bb9cae27c7f1a07a2e0cd4daab736
tree3ba49aa3a9adf34baeaf0d4e37e28a1f4f8b5699
parentee58b57100ca953da7320c285315a95db2f7053d
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