All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mac80211: cfg80211: support for hw-only crypts and custom control port protocols
@ 2010-08-27 11:07 Juuso Oikarinen
  2010-08-27 11:07 ` [PATCH 1/4] cfg80211: allow vendor specific cipher suites Juuso Oikarinen
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Juuso Oikarinen @ 2010-08-27 11:07 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, johannes.berg

These patches enable usage of hw-only cipher-suites, and enable using
control port ethertypes other than ETH_P_PAE for key-negotiation.

These patches are originally written by Johannes Berg, finalized and tested by
myself.

Johannes Berg (4):
  cfg80211: allow vendor specific cipher suites
  mac80211: allow vendor specific cipher suites
  cfg80211: allow changing port control protocol
  mac80211: allow changing port control protocol

 include/linux/nl80211.h    |   16 ++++++++++++++-
 include/net/cfg80211.h     |   24 +++++++++++++++------
 net/mac80211/cfg.c         |    5 ++-
 net/mac80211/ieee80211_i.h |    4 +++
 net/mac80211/iface.c       |    2 +
 net/mac80211/key.c         |   38 ++++++++++++++++++++++++++++-------
 net/mac80211/key.h         |    6 ++--
 net/mac80211/main.c        |   47 ++++++++++++++++++++++++++++++++++++++-----
 net/mac80211/mlme.c        |    3 ++
 net/mac80211/rx.c          |    8 ++++++-
 net/mac80211/tx.c          |   32 +++++++++++++++++++++++++----
 net/wireless/nl80211.c     |   25 ++++++++++++++++++++--
 net/wireless/util.c        |    9 +++++++-
 net/wireless/wext-sme.c    |    2 +
 14 files changed, 184 insertions(+), 37 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-08-27 11:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-27 11:07 [PATCH 0/4] mac80211: cfg80211: support for hw-only crypts and custom control port protocols Juuso Oikarinen
2010-08-27 11:07 ` [PATCH 1/4] cfg80211: allow vendor specific cipher suites Juuso Oikarinen
2010-08-27 11:07 ` [PATCH 2/4] mac80211: " Juuso Oikarinen
2010-08-27 11:07 ` [PATCH 3/4] cfg80211: allow changing port control protocol Juuso Oikarinen
2010-08-27 11:07 ` [PATCH 4/4] mac80211: " Juuso Oikarinen
2010-08-27 11:13   ` Johannes Berg
2010-08-27 11:18     ` Juuso Oikarinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.