aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+7
2014-05-05mac80211: fix nested rtnl locking on ieee80211_reconfigEliad Peller1-1/+1
2014-05-05mac80211: Fix mac80211 station info rx bitrate for IBSS modeHenning Rogge1-1/+2
2014-04-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville21-246/+874
2014-04-28mac80211: Support dynamic AP mode channel width changesJouni Malinen1-0/+16
2014-04-28mac80211: remove unnecessary assignmentZhao, Gang1-4/+1
2014-04-28mac80211: avoid calling useless channel context codeZhao, Gang1-9/+9
2014-04-25mac80211: change return value of notifier functionZhao, Gang3-9/+8
2014-04-25mac80211: remove unnecessary BUG_ON()Zhao, Gang1-2/+1
2014-04-25mac80211: return bool instead of numbers in yes/no functionZhao, Gang1-9/+10
2014-04-25mac80211: add option to generate CCMP IVs only for mgmt framesMarek Kwaczynski1-1/+4
2014-04-25mac80211: compute chanctx refcount on-the-flyMichal Kazior4-17/+49
2014-04-25mac80211: fix racy usage of chanctx->refcountMichal Kazior1-8/+9
2014-04-25mac80211: split ieee80211_free_chanctx()Michal Kazior1-12/+16
2014-04-25mac80211: split ieee80211_new_chanctx()Michal Kazior1-13/+43
2014-04-25mac80211: improve chanctx reservation lookupMichal Kazior1-2/+88
2014-04-25mac80211: improve find_chanctx() for reservationsMichal Kazior1-27/+29
2014-04-25mac80211: track reserved vifs in chanctxMichal Kazior3-4/+13
2014-04-25mac80211: track assigned vifs in chanctxMichal Kazior3-0/+9
2014-04-25mac80211: add support for radar detection for reservationsMichal Kazior2-2/+7
2014-04-25mac80211: prevent chanctx overcommitMichal Kazior1-1/+23
2014-04-25mac80211: add max channel calculation utility functionMichal Kazior2-0/+43
2014-04-22mac80211: mesh: always use the latest target_snBob Copeland1-1/+2
2014-04-22mac80211: fix mesh_add_rsn_ie IE finding loopBob Copeland1-13/+8
2014-04-22mac80211: mesh: use u16 return type for u16 getterBob Copeland1-1/+1
2014-04-22mac80211: Allow HT capa override to add 40 MHz intolerantJouni Malinen2-2/+19
2014-04-22mac80211: fixup radiotap tx flags for RTS/CTSBob Copeland1-3/+2
2014-04-22mac80211: avoid handling of SMPS for meshChun-Yeow Yeoh1-1/+2
2014-04-11mac80211: exclude AP_VLAN interfaces from tx power calculationFelix Fietkau1-0/+2
2014-04-11mac80211: suppress BSS info change notifications for AP_VLANFelix Fietkau1-1/+1
2014-04-09mac80211: fix some missing includesZhao, Gang3-0/+5
2014-04-09mac80211: Allow disabling LDPCPawel Kulakowski2-1/+6
2014-04-09mac80211: allow reservation of a running chanctxLuciano Coelho1-18/+61
2014-04-09mac80211: implement chanctx reservationLuciano Coelho2-34/+176
2014-04-09mac80211: refactor ieee80211_assign/unassign_vif_chanctx into oneLuciano Coelho1-42/+43
2014-04-09mac80211: split ieee80211_vif_change_channel in twoLuciano Coelho1-25/+33
2014-04-09mac80211: protect AP VLAN list with local->mtxMichal Kazior4-6/+14
2014-04-09cfg80211/mac80211: move more combination checks to mac80211Luciano Coelho3-4/+21
2014-04-09cfg80211/mac80211: move combination check to mac80211 for ibssLuciano Coelho1-3/+29
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho4-2/+93
2014-04-09cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho2-20/+21
2014-04-09cfg80211: Enable GO operation on additional channelsIlan Peer1-3/+6
2014-04-09mac80211: use RCU_INIT_POINTERMonam Agarwal8-17/+17
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach2-2/+8
2014-04-09mac80211: remove VLAIS usage from mac80211Jan-Simon Möller1-18/+19
2014-04-09mac80211: update last_tx_rate only for data frameChun-Yeow Yeoh1-0/+1
2014-04-09mac80211: fix radar_enabled propagationMichal Kazior1-2/+2
2014-04-09mac80211: Disable SMPS for the monitor interfaceIdo Yariv1-0/+7
2014-04-09mac80211: fix software remain-on-channel implementationJohannes Berg1-0/+1
2014-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville8-94/+135