summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorLines
2009-08-14cfg80211: Set WEP ciphersSamuel Ortiz-2/+16
2009-08-14cfg80211: fix SME association after disassociationJohannes Berg-0/+20
2009-08-14cfg80211: fix nl80211 disconnected eventsJohannes Berg-2/+2
2009-08-14cfg80211: fix disassociation warning due to misuse of wdev->current_bssPavel Roskin-1/+1
2009-08-14wireless: display wext SSID when connected by cfg80211Zhu Yi-1/+9
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-6/+10
2009-08-04cfg80211: clear SSID on disconnect/no connectionJohannes Berg-0/+4
2009-08-04cfg80211: lower dynamic PS timeout to 100msJohannes Berg-1/+1
2009-08-04cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez-5/+32
2009-08-04cfg80211: decouple regulatory variables from cfg80211_mutexLuis R. Rodriguez-12/+38
2009-08-04cfg80211: do not iterate over rdev list on country IE hintLuis R. Rodriguez-42/+9
2009-08-04cfg80211: use goto out on country IE reg hint failureLuis R. Rodriguez-4/+2
2009-08-04cfg80211: fix NETDEV_UNREGISTER notifierJohannes Berg-4/+11
2009-08-04cfg80211: keep track of current_bss for userspace SMEJohannes Berg-33/+51
2009-08-04wext: remove extra return on wireless_nlevent_init()Luis R. Rodriguez-1/+0
2009-08-03cfg80211: fix regression on beacon world roaming featureLuis R. Rodriguez-5/+7
2009-08-03cfg80211: add two missing NULL pointer checksJohannes Berg-1/+3
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg-0/+53
2009-07-29cfg80211: combine IWESSID handlersJohannes Berg-8/+46
2009-07-29cfg80211: combine IWAP handlersJohannes Berg-16/+56
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg-9/+81
2009-07-29cfg80211: fix disassoc while not associatedJohannes Berg-0/+6
2009-07-29nl80211: add missing parameter clearingJohannes Berg-0/+2
2009-07-29cfg80211: fix circular lock dependency (1)Johannes Berg-3/+3
2009-07-27cfg80211: increase scan result expire timeHelmut Schaa-1/+1
2009-07-27cfg80211: make aware of net namespacesJohannes Berg-83/+224
2009-07-24cfg80211: avoid setting default_key if add_key failsZhu Yi-2/+6
2009-07-24cfg80211: fix typo of IWEVASSOCRESPIEZhu Yi-2/+2
2009-07-24cfg80211: set_default_key only for WEPZhu Yi-1/+2
2009-07-24cfg80211: don't optimise wext calls too muchJohannes Berg-19/+21
2009-07-24cfg80211: remove WARN_ON in __cfg80211_sme_scan_doneZhu Yi-1/+1
2009-07-24cfg80211: treat ieee80211_regdom hints as user hintsLuis R. Rodriguez-16/+9
2009-07-24cfg80211: fix unregistrationJohannes Berg-5/+5
2009-07-24cfg80211: fix disabling WPA via wext (SIOCSIWAUTH)Gábor Stefanik-1/+11
2009-07-24cfg80211: fix more bugs in mlme handlingJohannes Berg-5/+3
2009-07-24nl80211: report BSS statusJohannes Berg-17/+48
2009-07-24cfg80211: fix wext setting SSIDJohannes Berg-1/+1
2009-07-24cfg80211: don't look at wdev->ssid for giwessidJohannes Berg-5/+1
2009-07-24cfg80211: fix wext statsJohannes Berg-4/+9
2009-07-24cfg80211: fix a locking bugJohannes Berg-2/+2
2009-07-24cfg80211: fix NULL dereference in IBSS SIOCGIWAPZhu Yi-1/+4
2009-07-24cfg80211: rework key operationJohannes Berg-144/+495
2009-07-24nl80211: introduce new key attributesJohannes Berg-47/+156
2009-07-24cfg80211: fix two bugletsJohannes Berg-7/+2
2009-07-24cfg80211: fix race in giwrateJohannes Berg-5/+8
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-4/+4
2009-07-21cfg80211: double free in __cfg80211_scan_doneChristian Lamparter-2/+1
2009-07-21nl80211: Memory leak fixedNiko Jokinen-2/+3
2009-07-15net/compat/wext: send different messages to compat tasksJohannes Berg-0/+78
2009-07-15wext: optimise, comment and fix event sendingJohannes Berg-57/+57