summaryrefslogtreecommitdiffstats
path: root/net/mac80211/key.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: add op to configure default key idYoni Divinsky2013-01-181-1/+4
* mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg2012-11-191-5/+5
* mac80211: use CMAC_PN_LENJohannes Berg2012-11-191-2/+3
* mac80211: use synchronize_net() on key destroyingEliad Peller2012-09-061-1/+1
* mac80211: remove ieee80211_key_removedJohannes Berg2012-07-091-20/+0Star
* mac80211: clean up debuggingJohannes Berg2012-06-241-2/+2
* mac80211: clean up asm/unaligned.h inclusionJohannes Berg2012-02-271-0/+1
* mac80211: dont program keys for stations not uploadedJohannes Berg2012-02-061-16/+14Star
* mac80211: simplify AP_VLAN handlingJohannes Berg2012-02-061-8/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-171-2/+7
|\
| * mac80211: support adding IV-room in the skb for CCMP keysArik Nemtsov2011-11-081-2/+7
* | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
|/
* mac80211: optimise station flagsJohannes Berg2011-09-301-2/+2
* mac80211: let key iteration get keys in install orderJohannes Berg2011-07-151-1/+1
* mac80211: allow drivers to access key sequence counterJohannes Berg2011-07-081-0/+74
* mac80211: fix TKIP races, make API easier to useJohannes Berg2011-07-081-0/+1
* mac80211: support GTK rekey offloadJohannes Berg2011-07-061-0/+12
* mac80211: allow driver to iterate keysJohannes Berg2011-07-061-0/+33
* mac80211: Skip tailroom reservation for full HW-crypto devices with race fixYogesh Ashok Powar2011-07-051-2/+49
* Revert "mac80211: Skip tailroom reservation for full HW-crypto devices"John W. Linville2011-06-061-19/+2Star
* mac80211: sparse RCU annotationsJohannes Berg2011-05-161-8/+14
* mac80211: make key locking clearerJohannes Berg2011-05-121-4/+4
* mac80211: Fix a warning due to skipping tailroom reservation for IVMohammed Shafi Shajakhan2011-05-051-2/+4
* mac80211: Skip tailroom reservation for full HW-crypto devicesYogesh Ashok Powar2011-04-281-2/+17
* mac80211: fix possible NULL pointer dereferenceMariusz Kozlowski2011-03-281-1/+2
* mac80211: fix NULL pointer dereference in ieee80211_key_alloc()Petr Štetiar2011-03-281-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-051-0/+6
|\
| * mac80211: add missing synchronize_rcuJohannes Berg2011-01-041-0/+6
* | mac80211: fix some key comments and codeJohannes Berg2011-01-041-21/+17Star
* | mac80211: support separate default keysJohannes Berg2010-12-131-19/+26
* | mac80211: Disable hw crypto for GTKs on AP VLAN interfacesHelmut Schaa2010-11-221-1/+8
|/
* cfg80211/mac80211: allow per-station GTKsJohannes Berg2010-10-061-34/+61
* cfg80211/mac80211: use lockdep_assert_heldJohannes Berg2010-09-161-1/+1
* mac80211: allow vendor specific cipher suitesJohannes Berg2010-08-271-8/+30
* net/mac80211: Use wiphy_<level>Joe Perches2010-08-251-8/+6Star
* mac80211: move key tfm setupJohannes Berg2010-08-161-16/+10Star
* mac80211: use cipher suite selectorsJohannes Berg2010-08-161-13/+12Star
* mac80211: Don't squash error codes in key setup functionsBen Hutchings2010-08-161-6/+8
* mac80211: Fix key freeing to handle unlinked keysJouni Malinen2010-07-271-7/+6Star
* mac80211: Use a separate CCMP PN receive counter for management framesJouni Malinen2010-06-151-1/+1
* mac80211: simplify key lockingJohannes Berg2010-06-031-222/+66Star
* Revert "ath9k: Group Key fix for VAPs"John W. Linville2010-05-241-1/+0Star
* Merge branch 'master' into for-davemJohn W. Linville2010-04-231-0/+1
|\
| * ath9k: Group Key fix for VAPsDaniel Yingqiang Ma2010-04-201-0/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* mac80211: add ieee80211_sdata_runningJohannes Berg2009-12-281-2/+2
* mac80211: trace interface nameJohannes Berg2009-12-221-2/+2
* mac80211: make station management completely depend on vifJohannes Berg2009-12-221-1/+1
* mac80211: fix todo lockJohannes Berg2009-08-171-13/+15
* nl80211: Validate NL80211_ATTR_KEY_SEQ lengthJouni Malinen2009-05-201-3/+3