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. Linville2014-03-139-93/+96
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-041-2/+10
| |\
| * | cfg80211: remove radar requirements check from cfg80211_can_use_iftype_chan()Luciano Coelho2014-02-213-34/+10Star
| * | nl80211: make sure we check for DFS with mesh channel switchLuciano Coelho2014-02-211-5/+10
| * | cfg80211: regulatory: introduce NL80211_RRF_AUTO_BW rule flagJanusz Dziedzic2014-02-213-39/+53
| * | cfg80211: Pass TDLS peer capability information in tdls_mgmtSunil Dutt Undekari2014-02-203-8/+20
| * | Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2014-02-206-48/+55
| |\ \
| * | | nl80211: use ie_len in scheduled scanJohannes Berg2014-02-121-2/+2
| * | | cfg80211: remove NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNELJohannes Berg2014-02-121-5/+1Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-2/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | cfg80211: regulatory: reset regdomain in case of errorJanusz Dziedzic2014-02-251-1/+9
| * | | cfg80211: bugfix in regulatory user hint processInbal Hacohen2014-02-191-1/+1
* | | | cfg80211: add MPLS and 802.21 classificationSimon Wunderlich2014-03-041-0/+16
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-2013-112/+399
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-136-48/+55
| |\| | | | |/ | |/|
| * | cfg80211: regulatory introduce maximum bandwidth calculationJanusz Dziedzic2014-02-053-21/+126
| * | cfg80211: consider existing DFS interfacesMichal Kazior2014-02-048-14/+32
| * | cfg80211: fix channel configuration in IBSS joinAntonio Quartulli2014-02-044-13/+34
| * | net: wireless: move regulatory timeout work to power efficient workqueueShaibal Dutta2014-02-041-3/+6
| * | cfg80211: add helper reg_get_regdomain() functionJanusz Dziedzic2014-02-041-11/+17
| * | cfg80211: set preset_chandef after channel switchJanusz Dziedzic2014-02-041-0/+1
| * | nl80211: fix scheduled scan RSSI matchset attribute confusionJohannes Berg2014-02-041-9/+61
| * | nl80211: send event when AP operation is stoppedJohannes Berg2014-02-043-0/+32
| * | nl80211: check nla_parse() return valuesJohannes Berg2014-02-041-14/+23
| * | cfg80211: make device_type constJohannes Berg2014-02-042-2/+2
| * | nl80211: make netlink attribute policies constJohannes Berg2014-02-041-4/+4
| * | nl80211: check channel switch validity betterJohannes Berg2014-02-041-1/+6
| * | cfg80211: fix few minor issues in reg_process_hint()Ilan Peer2014-02-041-9/+10
| * | nl80211: add Guard Interval support for set_bitrate_maskJanusz Dziedzic2014-02-041-0/+7
| * | cfg80211: Clean up connect params and channel fetchingJouni Malinen2014-02-041-17/+25
| * | cfg80211: Advertise maximum associated STAs in AP modeJouni Malinen2014-02-041-0/+6
| * | cfg80211: Allow BSS hint to be provided for connectJouni Malinen2014-02-041-0/+13
* | | net: remove unnecessary return'sstephen hemminger2014-02-141-2/+0Star
| |/ |/|
* | cfg80211: send scan results from work queueJohannes Berg2014-02-066-42/+45
* | cfg80211: fix scan done raceJohannes Berg2014-02-061-4/+10
* | cfg80211: re-enable 5/10 MHz supportJohannes Berg2014-02-061-3/+0Star
* | nl80211: Reset split_start when netlink skb is exhaustedPontus Fuchs2014-02-061-1/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-176-78/+76Star
|\
| * cfg80211: make regulatory_hint() remove REGULATORY_CUSTOM_REGLuis R. Rodriguez2014-01-131-0/+2
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-135-78/+74Star
| |\
| | * cfg80211: add sanity check for retry limit in wext-compatUjjal Roy2014-01-091-1/+1
| | * cfg80211: Add a function to get the number of supported channelsIlan Peer2014-01-094-26/+20Star
| | * cfg80211: fix wext-compat for getting retry valueUjjal Roy2014-01-061-2/+2
| | * nl80211: move vendor/testmode event skb functions out of ifdefJohannes Berg2014-01-061-49/+49
| | * cfg80211/mac80211: correct qos-map lockingJohannes Berg2013-12-301-0/+2
* | | net: nl80211: __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-151-65/+37Star
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-062-10/+16
|\ \ | |/ |/|
| * radiotap: fix bitmap-end-finding buffer overrunJohannes Berg2013-12-161-0/+4
| * cfg80211: fix WARN_ON for re-association to the expired BSSUjjal Roy2013-12-051-10/+12
* | cfg80211: Add support for QoS mappingKyeyoon Park2013-12-198-1/+141