summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2013-12-04Bluetooth: Remove dead code from SMP encryption functionJohan Hedberg
2013-12-04Bluetooth: Remove useless smp_rand functionJohan Hedberg
2013-12-04Bluetooth: Refactor hci_disconn_complete_evtAndre Guedes
2013-12-04Bluetooth: Remove unneeded check in hci_disconn_complete_evt()Andre Guedes
2013-12-04Bluetooth: Remove unnecessary 'send' parameter from smp_failure()Johan Hedberg
2013-12-04Bluetooth: Remove link type check in hci_disconn_complete_evt()Andre Guedes
2013-12-04Bluetooth: Add an extra check in mgmt_device_disconnected()Andre Guedes
2013-12-04Bluetooth: Check address in mgmt_disconnect_failed()Andre Guedes
2013-12-04Bluetooth: Store supported commands only during setup procedureMarcel Holtmann
2013-12-04Bluetooth: Remove debug statement for features complete eventMarcel Holtmann
2013-12-04Bluetooth: Set default own address type only during controller setupMarcel Holtmann
2013-12-04Bluetooth: Fix limited discoverable mode for Zeevo modulesMarcel Holtmann
2013-12-04mac80211: neaten ieee80211_deliver_skbJohannes Berg
2013-12-04nl80211: allow the use of DFS channel in meshChun-Yeow Yeoh
2013-12-03nl80211: vendor command supportJohannes Berg
2013-12-03nl80211: don't clear bitrate_mask twiceJanusz Dziedzic
2013-12-03mac80211: remove duplicate codeEliad Peller
2013-12-03cfg80211: DFS check dfs_region before usageLuis R. Rodriguez
2013-12-03cfg80211: add reg_get_dfs_region()Luis R. Rodriguez
2013-12-03nl80211/cfg80211: Set Operating Mode NotificationMarek Kwaczynski
2013-12-03mac80211: move align variable to remove __maybe_unusedJohannes Berg
2013-12-03Revert "mac80211: add driver callback for per-interface multicast filter"Johannes Berg
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-12-02mac80211: fix rx_nss calculation for drivers with hw rcMichal Kazior
2013-12-02mac80211: check csa wiphy flag in ibss before switchingSimon Wunderlich
2013-12-02cfg80211: disable CSA for all driversSimon Wunderlich
2013-12-02mac80211: don't leak next beacon when csa is abortedSimon Wunderlich
2013-12-02mac80211: don't cancel csa finalize work within stop_apSimon Wunderlich
2013-12-02cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notifySimon Wunderlich
2013-12-02mac80211: modify beacon using sdata/wdev-lock, not rtnl lockSimon Wunderlich
2013-12-02cfg80211: protect beacon changing functions with wdev-lockSimon Wunderlich
2013-12-02mac80211: mesh: only get tsf if we need itBob Copeland
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski
2013-12-02mac80211: update ht flag if bss configuration changedAvri Altman
2013-12-02mac80211: remove sta_info_flush() from interface teardownJohannes Berg
2013-12-02mac80211: Tx frame latency statisticsMatti Gottlieb
2013-12-02cfg80211: fix reporting 5/10 MHz support to user spaceFelix Fietkau
2013-11-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-11-25mac80211: minstrel_ht: do not sample unsupported ratesKarl Beldan
2013-11-25cfg80211: replace print_dfs_region() with reg_dfs_region_str() helperLuis R. Rodriguez
2013-11-25cfg80211: distinguish unset DFS region from unknownLuis R. Rodriguez
2013-11-25cfg80211: intersection dfs regions when intersecting regdomainsLuis R. Rodriguez
2013-11-25cfg80211: use enum nl80211_dfs_regions for dfs_region everywhereLuis R. Rodriguez
2013-11-25mac80211: minstrels: spare numerous useless calls to get_random_bytesKarl Beldan
2013-11-25mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATESKarl Beldan
2013-11-25mac80211: add min required channel definition fieldEliad Peller
2013-11-25mac80211: enable easier manipulation of VHT beamforming capsEyal Shapira
2013-11-25mac80211: move csa_chandef to sdataLuciano Coelho
2013-11-25mac80211: use put_unaligned_le in mesh when necessaryChun-Yeow Yeoh