From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-iw0-f174.google.com ([209.85.214.174]:50778 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757161Ab1DAVge (ORCPT ); Fri, 1 Apr 2011 17:36:34 -0400 Received: by iwn34 with SMTP id 34so3925709iwn.19 for ; Fri, 01 Apr 2011 14:36:33 -0700 (PDT) From: Thomas Pedersen To: linux-wireless@vger.kernel.org Cc: javier@cozybit.com, johannes@sipsolutions.net, linville@tuxdriver.com, Thomas Pedersen Subject: [PATCH v6 00/10] {mac|nl}80211: mesh security enhancements Date: Fri, 1 Apr 2011 13:35:41 -0700 Message-Id: <1301690151-14979-1-git-send-email-thomas@cozybit.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: v6: - remove unneeded bits (Johannes) - mesh capabilities returned for a wiphy & check if wiphy supports mesh authentication before joining a secure mesh (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): nl80211: report mesh capabilities 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