summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: don't drop p2p probe responsesEliad Peller2011-06-011-19/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville2011-05-271-2/+2
|\
| * nl80211: fix check for valid SSID size in scan operationsLuciano Coelho2011-05-261-2/+2
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-244-15/+23
|\ \ | |/
| * nl80211: remove some stack variables in trigger_scan and start_sched_scanLuciano Coelho2011-05-191-8/+4
| * cfg80211: Use consistent BSS matching between scan and smeJouni Malinen2011-05-193-7/+19
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-1610-63/+953
|\ \ | |/
| * cfg80211: make stripping of 802.11 header optional from AMSDUYogesh Ashok Powar2011-05-161-8/+13
| * nl80211: Move peer link state definition to nl80211Javier Cardona2011-05-161-1/+1
| * cfg80211: advertise possible interface combinationsJohannes Berg2011-05-164-14/+251
| * cfg80211/mac80211: avoid bounce back mac->cfg->mac on sched_scan_stoppedLuciano Coelho2011-05-123-17/+7
| * cfg80211: restrict AP beacon intervalsJohannes Berg2011-05-124-17/+52
| * cfg80211/nl80211: add interval attribute for scheduled scansLuciano Coelho2011-05-111-0/+10
| * cfg80211/nl80211: add support for scheduled scansLuciano Coelho2011-05-115-1/+342
| * mac80211: allow setting supported rates on mesh peersJavier Cardona2011-05-111-2/+0
| * nl80211: allow setting MFP flag for a meshifThomas Pedersen2011-05-111-0/+1
| * nl80211: allow installing keys for a meshifThomas Pedersen2011-05-111-0/+1
| * nl80211: Let userspace drive the peer link management states.Javier Cardona2011-05-111-0/+6
| * cfg80211: Use capability info to detect mesh beacons.Javier Cardona2011-05-111-7/+7
| * mac80211: Let userspace send action frames over mesh interfacesJavier Cardona2011-05-111-0/+10
| * nl80211: Introduce NL80211_MESH_SETUP_USERSPACE_AMPEJavier Cardona2011-05-111-1/+3
| * wireless: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan2011-05-102-4/+1
| * nl80211/cfg80211: WoWLAN supportJohannes Berg2011-05-054-1/+266
| * nl80211: Fix set_key regression with some driversJouni Malinen2011-05-051-8/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-052-1/+19
|\ \ | |/
| * cfg80211: fix regresion on reg user timeoutLuis R. Rodriguez2011-04-261-1/+2
| * cfg80211: module_param to disable HT40 in 2.4GHz bandAmitkumar Karwar2011-04-251-0/+17
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-253-8/+86
|\ \ | |/
| * {mac|nl}80211: Add station connected timeMohammed Shafi Shajakhan2011-04-121-0/+3
| * nl80211: New notification to discover mesh peer candidates.Javier Cardona2011-04-123-0/+56
| * nl80211/mac80211: Perform PLINK_ACTION on new stationJavier Cardona2011-04-121-0/+5
| * nl80211/mac80211: let userspace authenticate stationsJavier Cardona2011-04-121-1/+4
| * mac80211: ignore peers if security is enabled for this meshJavier Cardona2011-04-121-0/+1
| * cfg80211/nl80211: Add userspace authentication flag to mesh setupJavier Cardona2011-04-122-0/+9
| * nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona2011-04-122-7/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-124-3/+135
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-071-10/+21
| |\
| * | cfg80211: add a timer for invalid user reg hintsLuis R. Rodriguez2011-04-071-1/+24
| * | cfg80211: fix regulatory restore upon user hintsLuis R. Rodriguez2011-04-071-1/+45
| * | nl80211: Add BSS parameters to stationPaul Stewart2011-04-071-1/+20
| * | cfg80211: Add nl80211 event for deletion of a station entryJouni Malinen2011-03-303-0/+46
* | | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
| |/
* | cfg80211: fix BSS double-unlinking (continued)Juuso Oikarinen2011-03-281-7/+11
* | cfg80211:: fix possible NULL pointer dereferenceMariusz Kozlowski2011-03-281-3/+10
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-03-151-0/+33
|\
| * wireless: add support for ethtool_ops->{get,set}_ringparamJohn W. Linville2011-03-111-0/+33
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-03-112-11/+29
|\ \ | |/
| * net/wireless: add COUNTRY to to regulatory device ueventScott James Remnant2011-03-092-11/+29
* | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2011-03-041-19/+37
|\ \
OpenPOWER on IntegriCloud