aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-28cfg80211: clean up properly on interface type changeJohannes Berg5-81/+117
2009-08-28cfg80211: make spurious warnings less likely, configurableJohannes Berg4-4/+40
2009-08-28cfg80211: check lost scans later, fix bugJohannes Berg3-5/+22
2009-08-20cfg80211: allow cfg80211_connect_result with bssid == NULLZhu Yi2-2/+5
2009-08-20cfg80211: fix leaks of wdev->conn->ieDavid Kilroy1-0/+4
2009-08-20cfg80211: fix dangling scan request checkingJohannes Berg2-13/+65
2009-08-20cfg80211: report userspace SME connected event properlyJohannes Berg2-16/+15
2009-08-20cfg80211: fix deadlockJohannes Berg1-12/+18
2009-08-20cfg80211: export cfg80211_wext_siwfreqJussi Kivilinna1-0/+1
2009-08-14cfg80211: allow driver to override PS defaultJohannes Berg1-1/+3
2009-08-14cfg80211: check for and abort dangling scan requestsJohannes Berg3-11/+26
2009-08-14trivial: remove duplicate "different" from commentThadeu Lima de Souza Cascardo1-1/+1
2009-08-14mac80211: Use 3-address format for mesh broadcast frames.Javier Cardona1-4/+12
2009-08-14cfg80211: add missing device list lockingJohannes Berg1-0/+2
2009-08-14mac80211: remove max_bandwidthPat Erley1-3/+0
2009-08-14cfg80211: fix locking for SIWFREQJohannes Berg5-4/+6
2009-08-14cfg80211: fix alignment problem in scan requestJohannes Berg3-6/+4
2009-08-14nl80211: add generation number to all dumpsJohannes Berg4-10/+29
2009-08-14cfg80211: use reassociation when possibleJohannes Berg4-14/+63
2009-08-14cfg80211: validate channel settings across interfacesJohannes Berg9-131/+213
2009-08-14cfg80211: Set WEP ciphersSamuel Ortiz1-2/+16
2009-08-14cfg80211: fix SME association after disassociationJohannes Berg1-0/+20
2009-08-14cfg80211: fix nl80211 disconnected eventsJohannes Berg1-2/+2
2009-08-14cfg80211: fix disassociation warning due to misuse of wdev->current_bssPavel Roskin1-1/+1
2009-08-14wireless: display wext SSID when connected by cfg80211Zhu Yi1-1/+9
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-6/+10
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-08-03cfg80211: fix regression on beacon world roaming featureLuis R. Rodriguez2-5/+7
2009-08-03cfg80211: add two missing NULL pointer checksJohannes Berg1-1/+3
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