aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/wext-sme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-04cfg80211: wext: avoid copying malformed SSIDsWill Deacon1-2/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-11cfg80211: wext does not need to set monitor channel in managed modeJorge Ramirez-Ortiz1-23/+0
2016-09-30cfg80211: Add support for static WEP in the driverDavid Spinadel1-1/+1
2016-09-15cfg80211: allow connect keys only with default (TX) keyJohannes Berg1-1/+1
2016-09-13cfg80211: reduce connect key caching struct sizeJohannes Berg1-2/+1
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2014-09-11cfg80211: clear connect keys when freeing themJohannes Berg1-1/+1
2014-04-25cfg80211: change wiphy_to_dev function nameZhao, Gang1-5/+5
2014-04-10cfg80211: remove unused wiphy argument from cfg80211_wext_freq()Zhao, Gang1-1/+1
2014-03-19cfg80211: remove macro ASSERT_RDEV_LOCK(rdev)Zhao, Gang1-1/+1
2013-06-04cfg80211: separate internal SME implementationJohannes Berg1-4/+4
2013-05-25cfg80211: remove some locked wrappers from sme APIJohannes Berg1-12/+11
2013-05-25cfg80211: vastly simplify lockingJohannes Berg1-18/+0
2013-03-24cfg80211: always check for scan end on P2P deviceJohannes Berg1-0/+6
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg1-2/+6
2012-11-26nl80211/cfg80211: support VHT channel configurationJohannes Berg1-1/+2
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-1/+9
2012-06-06cfg80211: clarify set_channel APIsJohannes Berg1-2/+8
2012-05-09wireless: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2012-03-12cfg80211: Add background scan period attribute.Bala Shanmugam1-0/+3
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-08-08cfg80211: remove unused wext handler exportsJohannes Berg1-2/+0
2011-08-08cfg80211: split wext compatibility to separate headerJohannes Berg1-0/+1
2010-08-27cfg80211: allow changing port control protocolJohannes Berg1-0/+2
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2010-05-07cfg80211/mac80211: better channel handlingJohannes Berg1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-28cfg80211: don't set privacy w/o keyJohannes Berg1-1/+2
2009-09-28cfg80211: wext: don't display BSSID unless associatedJohannes Berg1-4/+1
2009-09-23cfg80211: don't overwrite privacy settingJohannes Berg1-1/+1
2009-08-14cfg80211: fix locking for SIWFREQJohannes Berg1-1/+1
2009-08-14cfg80211: use reassociation when possibleJohannes Berg1-1/+7
2009-08-14cfg80211: validate channel settings across interfacesJohannes Berg1-29/+36
2009-08-14wireless: display wext SSID when connected by cfg80211Zhu Yi1-1/+9
2009-07-29cfg80211: combine IWESSID handlersJohannes Berg1-4/+0
2009-07-29cfg80211: combine IWAP handlersJohannes Berg1-4/+0
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg1-4/+1
2009-07-24cfg80211: don't optimise wext calls too muchJohannes Berg1-19/+21
2009-07-24cfg80211: fix wext setting SSIDJohannes Berg1-1/+1
2009-07-24cfg80211: don't look at wdev->ssid for giwessidJohannes Berg1-5/+1
2009-07-24cfg80211: rework key operationJohannes Berg1-7/+23
2009-07-10cfg80211: fix lockingJohannes Berg1-37/+88
2009-07-10cfg80211: keep track of BSSesJohannes Berg1-2/+2
2009-07-10cfg80211: managed mode wext compatibilityJohannes Berg1-0/+329