aboutsummaryrefslogtreecommitdiff
path: root/net/wireless/nl80211.c
AgeCommit message (Expand)Author
2014-02-06cfg80211: send scan results from work queueJohannes Berg
2014-02-06nl80211: Reset split_start when netlink skb is exhaustedPontus Fuchs
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-01-14net: nl80211: __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue
2014-01-09cfg80211: Add a function to get the number of supported channelsIlan Peer
2014-01-06nl80211: move vendor/testmode event skb functions out of ifdefJohannes Berg
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park
2013-12-19nl80211: support vendor-specific eventsJohannes Berg
2013-12-16nl80211: add VHT support for set_bitrate_maskJanusz Dziedzic
2013-12-16Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-12-05cfg80211: in bitrate_mask, rename mcs to ht_mcsJanusz Dziedzic
2013-12-05nl80211: allow setting bitrate mask back to defaultJanusz Dziedzic
2013-12-03nl80211: vendor command supportJohannes Berg
2013-12-03nl80211: don't clear bitrate_mask twiceJanusz Dziedzic
2013-12-03cfg80211: DFS check dfs_region before usageLuis R. Rodriguez
2013-12-03nl80211/cfg80211: Set Operating Mode NotificationMarek Kwaczynski
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-12-02cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notifySimon Wunderlich
2013-12-02cfg80211: protect beacon changing functions with wdev-lockSimon Wunderlich
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski
2013-12-02cfg80211: fix reporting 5/10 MHz support to user spaceFelix Fietkau
2013-11-25cfg80211: use enum nl80211_dfs_regions for dfs_region everywhereLuis R. Rodriguez
2013-11-25cfg80211: check regulatory request alpha2 earlyLuis R. Rodriguez
2013-11-25cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic
2013-11-25cfg80211: don't allow drivers to unset NL80211_FEATURE_SCAN_FLUSHJohannes Berg
2013-11-25cfg80211: DFS check chandef usable before CACJanusz Dziedzic
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez
2013-11-25cfg80211: ignore supported rates for nonexistant bands on scanFelix Fietkau
2013-11-25nl80211: check nla_nest_start() return valueJohannes Berg
2013-11-25nl80211: fix error path in nl80211_get_key()Johannes Berg
2013-11-25nl80211: check nla_put_* return valuesJohannes Berg
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg
2013-11-19genetlink: pass family to functions using groupsJohannes Berg
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-14genetlink: make all genl_ops users constJohannes Berg
2013-11-14genetlink: allow making ops constJohannes Berg
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-10-28nl80211: fix channel switch parsingAndrei Otcheretianski
2013-10-28{nl,cfg,mac}80211: implement mesh channel switch userspace APIChun-Yeow Yeoh
2013-10-28{nl,cfg,mac}80211: enable the triggering of CSA frame in meshChun-Yeow Yeoh
2013-10-28nl80211/cfg80211: enable DFS for IBSS modeSimon Wunderlich
2013-10-11cfg80211: pass station supported channel and oper class infoSunil Dutt
2013-10-01nl80211: allow CAC only if no operation is going onSimon Wunderlich
2013-09-26nl80211: enable IBSS support for channel switch announcementsSimon Wunderlich
2013-09-26cfg80211: use the correct macro to check for active monitor supportLuciano Coelho
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-08-23cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev