aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-04cfg80211: clear SSID on disconnect/no connectionJohannes Berg1-0/+4
2009-08-04cfg80211: lower dynamic PS timeout to 100msJohannes Berg1-1/+1
2009-08-04cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez3-5/+32
2009-08-04cfg80211: decouple regulatory variables from cfg80211_mutexLuis R. Rodriguez2-12/+38
2009-08-04cfg80211: do not iterate over rdev list on country IE hintLuis R. Rodriguez1-42/+9
2009-08-04cfg80211: use goto out on country IE reg hint failureLuis R. Rodriguez1-4/+2
2009-08-04cfg80211: fix NETDEV_UNREGISTER notifierJohannes Berg1-4/+11
2009-08-04cfg80211: keep track of current_bss for userspace SMEJohannes Berg4-33/+51
2009-08-04wext: remove extra return on wireless_nlevent_init()Luis R. Rodriguez1-1/+0
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg6-0/+53
2009-07-29cfg80211: combine IWESSID handlersJohannes Berg4-8/+46
2009-07-29cfg80211: combine IWAP handlersJohannes Berg4-16/+56
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg6-9/+81
2009-07-29cfg80211: fix disassoc while not associatedJohannes Berg1-0/+6
2009-07-29nl80211: add missing parameter clearingJohannes Berg1-0/+2
2009-07-29cfg80211: fix circular lock dependency (1)Johannes Berg1-3/+3
2009-07-27cfg80211: increase scan result expire timeHelmut Schaa1-1/+1
2009-07-27cfg80211: make aware of net namespacesJohannes Berg5-83/+224
2009-07-24cfg80211: avoid setting default_key if add_key failsZhu Yi1-2/+6
2009-07-24cfg80211: fix typo of IWEVASSOCRESPIEZhu Yi1-2/+2
2009-07-24cfg80211: set_default_key only for WEPZhu Yi1-1/+2
2009-07-24cfg80211: don't optimise wext calls too muchJohannes Berg1-19/+21
2009-07-24cfg80211: remove WARN_ON in __cfg80211_sme_scan_doneZhu Yi1-1/+1
2009-07-24cfg80211: treat ieee80211_regdom hints as user hintsLuis R. Rodriguez1-16/+9
2009-07-24cfg80211: fix unregistrationJohannes Berg1-5/+5
2009-07-24cfg80211: fix disabling WPA via wext (SIOCSIWAUTH)Gábor Stefanik1-1/+11
2009-07-24cfg80211: fix more bugs in mlme handlingJohannes Berg1-5/+3
2009-07-24nl80211: report BSS statusJohannes Berg1-17/+48
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: fix wext statsJohannes Berg1-4/+9
2009-07-24cfg80211: fix a locking bugJohannes Berg1-2/+2
2009-07-24cfg80211: fix NULL dereference in IBSS SIOCGIWAPZhu Yi1-1/+4
2009-07-24cfg80211: rework key operationJohannes Berg9-144/+495
2009-07-24nl80211: introduce new key attributesJohannes Berg1-47/+156
2009-07-24cfg80211: fix two bugletsJohannes Berg2-7/+2
2009-07-24cfg80211: fix race in giwrateJohannes Berg1-5/+8
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-4/+4
2009-07-21cfg80211: double free in __cfg80211_scan_doneChristian Lamparter1-2/+1
2009-07-21nl80211: Memory leak fixedNiko Jokinen1-2/+3
2009-07-15net/compat/wext: send different messages to compat tasksJohannes Berg1-0/+78
2009-07-15wext: optimise, comment and fix event sendingJohannes Berg1-57/+57
2009-07-15wireless extensions: make netns awareJohannes Berg1-32/+29
2009-07-12genetlink: make netns awareJohannes Berg1-7/+7
2009-07-10cfg80211: disallow configuring unsupported interfacesJohannes Berg1-2/+9
2009-07-10cfg80211: clean up naming once and for allJohannes Berg7-356/+356
2009-07-10cfg80211: fix lockingJohannes Berg9-180/+776
2009-07-10cfg80211: fix MFP bug, sparse warningsJohannes Berg2-6/+6
2009-07-10cfg80211: properly name driver lockingJohannes Berg4-49/+45
2009-07-10cfg80211: warn again on spurious deauthJohannes Berg1-6/+0