summaryrefslogtreecommitdiffstats
path: root/net/mac80211/debugfs_key.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: move TKIP TX IVs to public part of key structEliad Peller2016-02-241-2/+3
* mac80211: allow writing TX PN in debugfsJohannes Berg2015-09-291-2/+49
* mac80211: remove key TX/RX counterJohannes Berg2015-07-171-2/+0
* mac80211: move TX PN to public part of key structJohannes Berg2015-06-021-16/+1
* mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen2015-01-271-0/+26
* mac80111: Add BIP-CMAC-256 cipherJouni Malinen2015-01-271-0/+4
* mac80111: Add CCMP-256 cipherJouni Malinen2015-01-271-0/+3
* mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen2015-01-271-0/+22
* mac80211: remove unnecessary null test before debugfs_remove()Fabian Frederick2014-10-211-8/+4
* mac80211: move sdata debugfs dir to vifStanislaw Gruszka2013-03-181-5/+5
* mac80211: add debug file for mic failureSaravana2012-12-051-0/+17
* mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg2012-11-191-3/+3
* mac80211: fix debugfs default key linksJohannes Berg2012-07-061-6/+10
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-2/+2
* mac80211: fix debugfs key->station symlinkJohannes Berg2012-01-181-3/+4
* mac80211: fix CMAC racesJohannes Berg2011-07-081-4/+3
* mac80211: fix CCMP racesJohannes Berg2011-07-081-2/+4
* mac80211: sparse RCU annotationsJohannes Berg2011-05-161-12/+9
* mac80211: support separate default keysJohannes Berg2010-12-131-16/+21
* mac80211: refactor debugfs function generation codeEliad Peller2010-11-151-10/+9
* mac80211: fix failure to check kmalloc return value in key_key_readJesper Juhl2010-10-291-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-33/+22
|\
| * mac80211: use cipher suite selectorsJohannes Berg2010-08-161-33/+22
* | net/wireless: use generic_file_llseek in debugfsArnd Bergmann2010-09-161-0/+2
|/
* mac80211: Use a separate CCMP PN receive counter for management framesJouni Malinen2010-06-151-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mac80211: reduce reliance on netdevJohannes Berg2009-12-211-1/+1
* cfg80211/mac80211: use debugfs_remove_recursiveJohannes Berg2009-10-301-31/+13
* mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen2009-01-291-2/+77
* mac80211: convert to %pM away from print_macJohannes Berg2008-10-271-3/+1
* mac80211: share STA information with driverJohannes Berg2008-09-151-1/+2
* mac80211: Fix debugfs union misuse and pointer corruptionJouni Malinen2008-09-021-3/+3
* mac80211: add a struct to hold tkip contextHarvey Harrison2008-05-211-4/+4
* mac80211: fix debugfs default key oopsJohannes Berg2008-05-121-3/+12
* mac80211: fix key debugfs default_key linkJohannes Berg2008-04-081-1/+2
* mac80211: rename filesJohannes Berg2008-04-081-1/+1
* mac80211: fix key vs. sta locking problemsJohannes Berg2008-04-081-19/+18
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-1/+2
* [MAC80211]: add interface index to key debugfsJohannes Berg2007-10-101-0/+4
* [MAC80211]: rework key handlingJohannes Berg2007-10-101-2/+2
* [MAC80211]: embed key conf in key, fix driver interfaceJohannes Berg2007-10-101-17/+32
* [MAC80211]: fix key debugfsJohannes Berg2007-10-101-2/+10
* [MAC80211]: Add debugfs attributes.Jiri Benc2007-05-051-0/+252