summaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2014-02-15radiotap: fix bitmap-end-finding buffer overrunJohannes Berg1-0/+4
2013-11-28wireless: radiotap: fix parsing buffer overrunJohannes Berg1-1/+6
2013-09-10nl80211: fix mgmt tx status and testmode reporting for netnsMichal Kazior1-2/+5
2013-06-19cfg80211: check wdev->netdev in connection workJohannes Berg1-0/+3
2013-05-13wireless: regulatory: fix channel disabling race conditionJohannes Berg1-1/+1
2012-12-06wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg1-3/+2
2012-11-16mac80211: verify that skb data is presentJohannes Berg1-1/+2
2012-11-16wireless: drop invalid mesh address extension framesJohannes Berg1-5/+6
2012-11-16cfg80211: fix antenna gain handlingFelix Fietkau1-2/+1
2012-10-10cfg80211: fix possible circular lock on reg_regdb_search()Luis R. Rodriguez1-3/+9
2012-08-19cfg80211: process pending events when unregistering net deviceDaniel Drake3-1/+7
2012-08-10cfg80211: fix interface combinations check for ADHOC(IBSS)Liang Li1-0/+3
2012-07-25cfg80211: check iface combinations only when iface is runningMichal Kazior1-1/+1
2012-07-04cfg80211: fix potential deadlock in regulatoryEliad Peller1-1/+1
2012-06-20cfg80211: fix interface combinations checkJohannes Berg1-1/+18
2012-05-31cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDBLuis R. Rodriguez1-0/+10
2012-05-11nl80211: ensure interface is up in various APIsJohannes Berg1-12/+17
2012-05-11cfg80211: fix interface combinations check.Lukasz Kucharczyk1-1/+1
2011-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-18/+31
2011-11-30cfg80211: amend regulatory NULL dereference fixLuis R. Rodriguez1-2/+4
2011-11-30cfg80211: fix race on init and driver registrationLuis R. Rodriguez1-16/+27
2011-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2011-11-28nl80211: fix MAC address validationEliad Peller1-2/+2
2011-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+4
2011-11-21cfg80211: fix regulatory NULL dereferenceJohannes Berg1-0/+4
2011-11-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+3
2011-11-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-7/+15
2011-11-09cfg80211: fix bug on regulatory core exit on access to last_requestLuis R. Rodriguez1-0/+3
2011-11-07cfg80211: fix cmp_iesJohannes Berg1-5/+8
2011-11-07cfg80211: allow setting TXQ parameters only in AP modeJohannes Berg1-0/+6
2011-11-07nl80211: fix HT capability attribute validationJohannes Berg1-2/+1
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker10-0/+10
2011-11-01net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker1-0/+1
2011-10-14nl80211: Add sta_flags to the station infoHelmut Schaa1-0/+4
2011-09-30mac80211: data path modification for TDLS peersArik Nemtsov1-2/+3
2011-09-30nl80211/mac80211: allow adding TDLS peers as stationsArik Nemtsov1-4/+22
2011-09-30nl80211: support sending TDLS commands/framesArik Nemtsov1-1/+80
2011-09-30cfg80211/mac80211: apply station uAPSD parameters selectivelyJohannes Berg1-0/+2
2011-09-28Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-0/+3
2011-09-27mac80211: treat the WME sta flag as a bitArik Nemtsov1-1/+1
2011-09-27cfg80211/mac80211: add netdev param to set_txq_params()Eliad Peller1-0/+6
2011-09-27nl80211/cfg80211: Add support to disable CCK rate for management frameRajkumar Manoharan3-4/+13
2011-09-27cfg80211: Validate cipher suite against supported ciphersJouni Malinen3-18/+15
2011-09-27cfg80211: Remove strict validation of AKM suitesJouni Malinen1-11/+1
2011-09-21cfg80211: Fix validation of AKM suitesJouni Malinen1-1/+4
2011-09-20wireless: Do not allow disabled channel in scan requestRajkumar Manoharan1-7/+12
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville4-2/+14
2011-09-20cfg80211/nl80211: Add PMKSA caching candidate eventJouni Malinen3-0/+61
2011-09-20cfg80211: validate IBSS BSSIDJohannes Berg1-1/+5
2011-09-19cfg80211: add cfg80211_find_vendor_ie() functionEliad Peller1-0/+27