summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville4-79/+70
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-59/+99
2013-12-04Bluetooth: Remove dead code from SMP encryption functionJohan Hedberg1-8/+1
2013-12-04Bluetooth: Remove useless smp_rand functionJohan Hedberg1-13/+2
2013-12-04Bluetooth: Refactor hci_disconn_complete_evtAndre Guedes1-22/+21
2013-12-04Bluetooth: Remove unneeded check in hci_disconn_complete_evt()Andre Guedes1-10/+9
2013-12-04Bluetooth: Remove unnecessary 'send' parameter from smp_failure()Johan Hedberg1-8/+8
2013-12-04Bluetooth: Remove link type check in hci_disconn_complete_evt()Andre Guedes1-2/+1
2013-12-04Bluetooth: Add an extra check in mgmt_device_disconnected()Andre Guedes1-0/+3
2013-12-04Bluetooth: Check address in mgmt_disconnect_failed()Andre Guedes1-1/+11
2013-12-04Bluetooth: Store supported commands only during setup procedureMarcel Holtmann1-1/+4
2013-12-04Bluetooth: Remove debug statement for features complete eventMarcel Holtmann1-6/+0
2013-12-04Bluetooth: Set default own address type only during controller setupMarcel Holtmann1-9/+11
2013-12-04Bluetooth: Fix limited discoverable mode for Zeevo modulesMarcel Holtmann1-1/+1
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville46-1092/+2460
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-0/+10
2013-12-02mac80211: fix rx_nss calculation for drivers with hw rcMichal Kazior1-2/+2
2013-12-02mac80211: check csa wiphy flag in ibss before switchingSimon Wunderlich1-0/+4
2013-12-02cfg80211: disable CSA for all driversSimon Wunderlich1-0/+6
2013-12-02mac80211: don't leak next beacon when csa is abortedSimon Wunderlich1-0/+3
2013-12-02mac80211: don't cancel csa finalize work within stop_apSimon Wunderlich1-1/+0
2013-12-02cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notifySimon Wunderlich2-12/+18
2013-12-02mac80211: modify beacon using sdata/wdev-lock, not rtnl lockSimon Wunderlich2-8/+15
2013-12-02cfg80211: protect beacon changing functions with wdev-lockSimon Wunderlich1-3/+19
2013-12-02mac80211: mesh: only get tsf if we need itBob Copeland1-14/+14
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski6-57/+48
2013-12-02mac80211: update ht flag if bss configuration changedAvri Altman1-8/+10
2013-12-02mac80211: remove sta_info_flush() from interface teardownJohannes Berg1-4/+0
2013-12-02mac80211: Tx frame latency statisticsMatti Gottlieb8-0/+486
2013-12-02cfg80211: fix reporting 5/10 MHz support to user spaceFelix Fietkau1-4/+5
2013-11-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville14-59/+89
2013-11-25mac80211: minstrel_ht: do not sample unsupported ratesKarl Beldan1-3/+7
2013-11-25cfg80211: replace print_dfs_region() with reg_dfs_region_str() helperLuis R. Rodriguez1-25/+16
2013-11-25cfg80211: distinguish unset DFS region from unknownLuis R. Rodriguez1-0/+3
2013-11-25cfg80211: intersection dfs regions when intersecting regdomainsLuis R. Rodriguez1-0/+16
2013-11-25cfg80211: use enum nl80211_dfs_regions for dfs_region everywhereLuis R. Rodriguez3-4/+4
2013-11-25mac80211: minstrels: spare numerous useless calls to get_random_bytesKarl Beldan2-4/+2
2013-11-25mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATESKarl Beldan2-7/+5
2013-11-25mac80211: add min required channel definition fieldEliad Peller5-2/+183
2013-11-25mac80211: enable easier manipulation of VHT beamforming capsEyal Shapira1-4/+3
2013-11-25mac80211: move csa_chandef to sdataLuciano Coelho6-17/+14
2013-11-25mac80211: use put_unaligned_le in mesh when necessaryChun-Yeow Yeoh4-58/+45
2013-11-25mac80211: use put_unaligned_le16 in mesh_plink_frame_txChun-Yeow Yeoh5-34/+34
2013-11-25cfg80211: add an option to disable processing country IEsLuis R. Rodriguez1-0/+3
2013-11-25cfg80211: add flags to define country IE processing rulesLuis R. Rodriguez1-5/+3
2013-11-25cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2-17/+17
2013-11-25mac80211: use put_unaligned_le16 for precedence value in meshChun-Yeow Yeoh2-7/+2
2013-11-25cfg80211: rename __set_regdom() to reg_set_rd_country_ie()Luis R. Rodriguez1-6/+5
2013-11-25cfg80211: set driver regulatory updates on its ownLuis R. Rodriguez1-67/+56
2013-11-25cfg80211: set user regulatory updates on its ownLuis R. Rodriguez1-0/+35