summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-297-54/+106
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-03-257-54/+106
| |\
| | * cfg80211: always check for scan end on P2P deviceJohannes Berg2013-03-246-47/+92
| | * cfg80211: fix wdev tracing crashJohannes Berg2013-03-201-1/+2
| | * cfg80211: fix potential BSS memory leak and updateJohannes Berg2013-03-071-5/+11
| | * cfg80211: fix inconsistency in trace for rdev_set_mac_aclVladimir Kondratiev2013-03-071-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-062-28/+26Star
| |\|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-011-58/+3Star
| |\ \
* | | | cfg80211: fix error return code in cfg80211_init()Wei Yongjun2013-03-201-1/+3
* | | | cfg80211: fix potential connection work crashJohannes Berg2013-03-201-1/+1
* | | | nl80211: user_mpm overrides auto_open_plinksThomas Pedersen2013-03-061-0/+3
* | | | cfg80211: rename mesh station typesThomas Pedersen2013-03-061-4/+4
* | | | nl80211: explicit userspace MPMThomas Pedersen2013-03-062-0/+9
* | | | regulatory: allow VHT channels in world roamingJohannes Berg2013-03-061-3/+3
* | | | cfg80211: enable TDLS on P2P client interfacesJohannes Berg2013-03-061-0/+1
* | | | cfg80211/mac80211: disconnect on suspendStanislaw Gruszka2013-03-064-40/+68
* | | | cfg80211: Extend support for IEEE 802.11r Fast BSS TransitionJouni Malinen2013-03-063-0/+135
* | | | cfg80211: prohibit zero keepalive intervalJohannes Berg2013-03-061-1/+2
* | | | cfg80211: refactor association parametersJohannes Berg2013-03-064-104/+63Star
* | | | cfg80211: add ability to override VHT capabilitiesJohannes Berg2013-03-064-8/+88
* | | | cfg80211: move exported event functions into nl80211Johannes Berg2013-03-065-374/+195Star
* | | | nl80211: re-add channel width and extended capa advertisingJohannes Berg2013-03-061-3/+33
* | | | nl80211: conditionally add back TCP WoWLAN informationJohannes Berg2013-03-061-2/+46
* | | | nl80211: conditionally add back radar informationJohannes Berg2013-03-061-9/+29
* | | | nl80211: allow splitting wiphy information in dumpsJohannes Berg2013-03-061-362/+571
* | | | cfg80211: comprehensively check station changesJohannes Berg2013-03-061-120/+168
* | | | cfg80211: unify station WME parsingJohannes Berg2013-03-061-34/+19Star
* | | | cfg80211: clean up station WME attribute parsingJohannes Berg2013-03-061-31/+37
* | | | cfg80211: clean up mesh plink station change APIJohannes Berg2013-03-061-7/+22
* | | | Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg2013-03-062-85/+28Star
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | nl80211: increase wiphy dump size dynamicallyJohannes Berg2013-03-011-5/+25
| * | nl80211: remove channel width and extended capa advertisingJohannes Berg2013-02-272-23/+1Star
| |/
| * nl80211: remove TCP WoWLAN informationJohannes Berg2013-02-261-45/+0Star
| * nl80211: remove radar informationJohannes Berg2013-02-261-13/+3Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-191-9/+0Star
|\|
| * cfg80211: fix station change if TDLS isn't supportedJohannes Berg2013-02-181-9/+0Star
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-02-1813-379/+1486
|\ \
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-1813-379/+1486
| |\|
| | * cfg80211: Pass TDLS peer's QoS/HT/VHT information during set_stationJouni Malinen2013-02-151-9/+81
| | * cfg80211: Pass station (extended) capability info to kernelJouni Malinen2013-02-151-0/+36
| | * cfg80211: advertise extended capabilities to userspaceJohannes Berg2013-02-151-0/+9
| | * nl80211: advertise HT/VHT channel limitationsJohannes Berg2013-02-152-1/+14
| | * cfg80211: allow drivers to selectively disable 80/160 MHzJohannes Berg2013-02-152-1/+20
| | * Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg2013-02-151-1/+1
| | |\
| | * | nl80211/cfg80211: add radar detection command/eventSimon Wunderlich2013-02-159-17/+463
| | * | cfg80211: configuration for WoWLAN over TCPJohannes Berg2013-02-132-3/+295
| | * | cfg80211: check vendor IE length to avoid overrunLuciano Coelho2013-02-131-4/+8
| | * | nl80211: add packet offset information for wowlan patternAmitkumar Karwar2013-02-131-27/+47
| | * | cfg80211: move TSF into IEsJohannes Berg2013-02-112-15/+19
| | * | cfg80211: remove scan ies NULL checkJohannes Berg2013-02-111-8/+3Star