aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-10cfg80211: mlme API must be able to sleepJohannes Berg1-18/+33
2009-07-10cfg80211: fix netdev down problemJohannes Berg2-3/+4
2009-07-10cfg80211: let SME control reassociation vs. associationJohannes Berg4-6/+19
2009-07-10cfg80211: check for current_bss from giwrateSamuel Ortiz1-2/+5
2009-07-10cfg80211: fix giwrangeJohannes Berg1-4/+3
2009-07-10nl80211: limit to one pairwise cipher for associate()Johannes Berg1-4/+6
2009-07-10cfg80211: refuse authenticating to same BSSID twiceJohannes Berg1-7/+15
2009-07-10cfg80211: keep track of BSSesJohannes Berg8-193/+557
2009-07-10cfg80211: assimilate and export ieee80211_bss_get_ieJohannes Berg1-0/+21