aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-02cfg80211: disable CSA for all driversSimon Wunderlich1-0/+6
2013-11-25cfg80211: ignore supported rates for nonexistant bands on scanFelix Fietkau1-0/+4
2013-11-25cfg80211: disable 5/10 MHz support for all driversJohannes Berg1-0/+3
2013-11-25nl80211: check nla_nest_start() return valueJohannes Berg1-0/+2
2013-11-25nl80211: fix error path in nl80211_get_key()Johannes Berg1-1/+1
2013-11-25nl80211: check nla_put_* return valuesJohannes Berg1-22/+30
2013-11-25cfg80211: fix ibss wext chandef creationSimon Wunderlich1-9/+9
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-75/+54
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-35/+35
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-14genetlink: allow making ops constJohannes Berg1-4/+4
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville9-27/+108
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2-4/+6
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville7-23/+102
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-10/+17
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville5-13/+27
2013-10-28nl80211: fix channel switch parsingAndrei Otcheretianski1-3/+1
2013-10-28{nl,cfg,mac}80211: implement mesh channel switch userspace APIChun-Yeow Yeoh1-1/+2
2013-10-28{nl,cfg,mac}80211: enable the triggering of CSA frame in meshChun-Yeow Yeoh1-0/+1
2013-10-28cfg80211: export reg_initiator_name()Luis R. Rodriguez1-10/+16
2013-10-28nl80211/cfg80211: enable DFS for IBSS modeSimon Wunderlich4-11/+38
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+9
2013-10-21cfg80211: update dfs_state_entered upon dfs_state changeMichal Kazior1-0/+2
2013-10-21cfg80211: fix DFS channel recovery timeoutMichal Kazior1-2/+2
2013-10-21cfg80211: fix scheduled scan pointer accessJohannes Berg1-2/+2
2013-10-19net: misc: Remove extern from function prototypesJoe Perches2-5/+5
2013-10-18cfg80211: export reg_initiator_name()Luis R. Rodriguez1-10/+17
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville7-37/+78
2013-10-14wireless: radiotap: fix parsing buffer overrunJohannes Berg1-1/+6
2013-10-11cfg80211: simplify strict custom alpha2 regdomain checkLuis R. Rodriguez1-2/+8
2013-10-11cfg80211: enable regulatory hints for strict custom settingsLuis R. Rodriguez1-0/+1
2013-10-11cfg80211: pass station supported channel and oper class infoSunil Dutt1-0/+46
2013-10-09cfg80211: don't add p2p device while in RFKILLEmmanuel Grumbach2-2/+3
2013-10-09cfg80211: rename regulatory_hint_11d() to regulatory_hint_country_ie()Luis R. Rodriguez3-6/+6
2013-10-02cfg80211: vlan priority handling in WMMcedric Voncken1-0/+9
2013-10-01regulatory: enable channels 52-64 and 100-144 for world roamingJohannes Berg1-2/+12
2013-10-01nl80211: allow CAC only if no operation is going onSimon Wunderlich1-0/+3
2013-10-01cfg80211: parse dfs region for internal regdb optionJanusz Dziedzic1-0/+6
2013-10-01mac80211: fix some snprintf misusesEliad Peller1-11/+13
2013-09-26cfg80211: fix sysfs registration raceJohannes Berg1-8/+13
2013-09-26cfg80211: fix warning when using WEXT for IBSSBruno Randolf1-0/+3
2013-09-26nl80211: enable IBSS support for channel switch announcementsSimon Wunderlich1-15/+34
2013-09-26cfg80211: export cfg80211_chandef_dfs_requiredSimon Wunderlich2-9/+1
2013-09-26cfg80211: use the correct macro to check for active monitor supportLuciano Coelho1-2/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-87/+616
2013-09-03wireless: scan: Remove comment to compare_ether_addrJoe Perches1-4/+0
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-11/+14
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville3-5/+7
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-17/+15