From: Thomas Pedersen <thomas@cozybit.com>
To: linux-wireless@vger.kernel.org
Cc: ohannes@sipsolutions.net, javier@cozybit.com,
linville@tuxdriver.com, Thomas Pedersen <thomas@cozybit.com>
Subject: [PATCH v7 00/10] mesh security enhancements
Date: Mon, 4 Apr 2011 18:15:11 -0700 [thread overview]
Message-ID: <1301966121-26019-1-git-send-email-thomas@cozybit.com> (raw)
v7 changes:
- squash nl80211 _USERSPACE_AUTH and _MESH_AUTH capability reporting. (Johannes)
- refactor mesh capability reporting into separate nl and mac80211 patches. (Johannes)
Javier Cardona (9):
nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE
nl80211: Add userspace authentication flag to mesh setup
mac80211: ignore peers if security is enabled for this mesh
nl80211: let userspace authenticate stations
mac80211: Let user space receive and send mesh auth/deauth frames
mac80211: ignore peer link requests from unauthenticated stations.
mac80211: Perform PLINK_ACTION on new station
nl80211: New notification to discover mesh peer candidates.
mac80211: send notification on new peer candidate for our secure mesh
Thomas Pedersen (1):
mac80211: Support userspace mesh authentication
include/linux/nl80211.h | 32 +++++++++++++++++++---
include/net/cfg80211.h | 29 +++++++++++++++++---
net/mac80211/cfg.c | 22 +++++++++-----
net/mac80211/ieee80211_i.h | 5 ++-
net/mac80211/main.c | 8 +++++-
net/mac80211/mesh.c | 14 +++++----
net/mac80211/mesh.h | 3 +-
net/mac80211/mesh_plink.c | 35 +++++++++++++++++++-----
net/mac80211/rx.c | 3 +-
net/mac80211/tx.c | 2 +-
net/wireless/mesh.c | 23 ++++++++++++++-
net/wireless/nl80211.c | 64 +++++++++++++++++++++++++++++++++++++++----
net/wireless/nl80211.h | 4 +++
13 files changed, 201 insertions(+), 43 deletions(-)
--
1.7.4.1
next reply other threads:[~2011-04-05 2:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-05 1:15 Thomas Pedersen [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-04-05 1:15 [PATCH v7 00/10] mesh security enhancements Thomas Pedersen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1301966121-26019-1-git-send-email-thomas@cozybit.com \
--to=thomas@cozybit.com \
--cc=javier@cozybit.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=ohannes@sipsolutions.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).