summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-25mac80211: verify ieee80211_key_replace() argumentsJohannes Berg1-0/+4
2013-11-25cfg80211: don't allow drivers to unset NL80211_FEATURE_SCAN_FLUSHJohannes Berg2-10/+6
2013-11-25cfg80211: add missing break in cfg80211_get_chan_state()Johannes Berg1-0/+1
2013-11-25mac80211: remove useless tests for arrayJohannes Berg1-3/+3
2013-11-25mac80211: clean up mesh local link ID generationThomas Pedersen3-9/+38
2013-11-25mac80211: factor out plink event gatheringThomas Pedersen1-80/+115
2013-11-25mac80211: factor out peering FSMThomas Pedersen1-143/+155
2013-11-25mac80211: assign sta plid earlyThomas Pedersen1-2/+1
2013-11-25mac80211: consolidate rcu unlocks in plink frame rxThomas Pedersen1-18/+10
2013-11-25mac80211: factor peering frame processing into own functionThomas Pedersen1-40/+48
2013-11-25mac80211: remove unused mesh_mgmt_ies_add() prototypeBob Copeland1-2/+0
2013-11-25mac80211: return -ENOMEM in mesh_plink_frame_txBob Copeland1-1/+1
2013-11-25mac80211: mesh_plink: don't ignore holding timerBob Copeland1-2/+1
2013-11-25mac80211: mesh_plink: collapse the two switch statements togetherBob Copeland1-17/+9
2013-11-25mac80211: mesh: rewrite rssi_threshold_check in CBob Copeland1-8/+12
2013-11-25mac80211: mesh_plink: group basic fitness checksBob Copeland1-33/+37
2013-11-25mac80211: mesh: factor out common plink close/estab codeBob Copeland1-55/+43
2013-11-25mac80211: hold sta->lock across plink switch statementsBob Copeland1-26/+3
2013-11-25mac80211: consolidate calls to plink_frame_txThomas Pedersen1-43/+29
2013-11-25mac80211: fix off-by-one in llid check.Bob Copeland1-1/+1
2013-11-25cfg80211: remove second argument from reg_process_hint()Luis R. Rodriguez1-6/+5
2013-11-25cfg80211: force WIPHY_FLAG_CUSTOM_REGULATORY on wiphy_apply_custom_regulatory()Luis R. Rodriguez2-1/+10
2013-11-25cfg80211: DFS check chandef usable before CACJanusz Dziedzic3-1/+88
2013-11-25cfg80211: add helper functions for start/end freqJanusz Dziedzic1-14/+30
2013-11-25mac80211_hwsim: VHT add 160MHz width supportJanusz Dziedzic1-0/+1
2013-11-25mac80211_hwsim: Add iface comb for DFSJanusz Dziedzic1-8/+42
2013-11-25mac80211_hwsim: use debugfs_remove_recursiveJanusz Dziedzic1-11/+5
2013-11-25mac80211: do not compute offset from ssn in Rx AMPDU reordering bufferKarl Beldan1-13/+5
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez37-230/+197
2013-11-25nl80211: better document NL80211_CMD_TDLS_MGMTArik Nemtsov1-1/+8
2013-11-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-1/+0
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville13-29/+43
2013-11-05Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville16-53/+175
2013-11-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville18-973/+1506
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-4/+6
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville38-456/+1305
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville54-209/+415
2013-10-30iwlwifi: mvm: BT Coex - fix copy paste issueEmmanuel Grumbach1-1/+1
2013-10-29iwlwifi: remove duplicate includesMichael Opdenacker2-2/+0
2013-10-29iwlwifi: warn if firmware image doesn't existJohannes Berg2-10/+7
2013-10-29iwlwifi: mvm: add missing break in debugfsJohannes Berg1-0/+1
2013-10-29iwlwifi: mvm: capture the FCS in monitor modeJohannes Berg2-2/+12
2013-10-29iwlwifi: pcie: move warning message into warningJohannes Berg1-5/+4
2013-10-29iwlwifi: mvm: BT Coex fix NULL pointer dereferenceEmmanuel Grumbach1-1/+5
2013-10-29iwlwifi: transport config n_no_reclaim_cmds should be unsignedJohannes Berg1-1/+1
2013-10-29iwlwifi: mvm: update UAPSD support TLV bitsAlexander Bondar3-7/+12
2013-10-28nl80211: fix channel switch parsingAndrei Otcheretianski1-3/+1
2013-10-28mac80211_hwsim: Fix tracking of beaconing for multi-vifJouni Malinen1-3/+24
2013-10-28mac80211: fix uninitialized variableMichal Kazior1-1/+1
2013-10-28mac80211: process mesh channel switching using beaconChun-Yeow Yeoh2-9/+136