summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2014-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+17
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-2/+4
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-63/+288
2014-01-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville19-355/+306
2013-12-26mac8011: slight optimization of addr comparedingtianhong1-4/+3
2013-12-19mac80211: Add support for QoS mappingKyeyoon Park3-1/+38
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park1-1/+1
2013-12-19mac80211: add helper functions for tracking P2P NoA stateFelix Fietkau1-0/+140
2013-12-19mac80211: fix iflist_mtx/mtx locking in radar detectionJohannes Berg6-20/+73
2013-12-19mac80211: remove unnecessary iflist_mtx lockingJohannes Berg2-4/+0
2013-12-19mac80211: align struct ps_data.tim to unsigned longJoe Perches1-1/+2
2013-12-18mac80211: make ieee80211_recalc_radar_chanctx staticJohannes Berg2-25/+23
2013-12-18mac80211: fix checkpatch errorsWeilong Chen8-12/+12
2013-12-17mac80211: move "bufferable MMPDU" check to fix AP mode scanFelix Fietkau1-10/+13
2013-12-16mac80211: read station mgmt keys via get_key callMax Stepanov1-1/+2
2013-12-16mac80211: check pairwise key_idx on get_key callMax Stepanov1-2/+2
2013-12-16mac80211: align ieee80211_ibss_csa_beacon() with ieee80211_assign_beacon()Luciano Coelho1-1/+4
2013-12-16mac80211: refactor ieee80211_ibss_process_chanswitch()Luciano Coelho3-50/+17
2013-12-16mac80211: update adjusting TBTT bit in beaconThomas Pedersen4-4/+22
2013-12-16mac80211: reschedule sched scan after HW restartDavid Spinadel4-20/+68
2013-12-16mac80211: make ieee80211_assign_beacon() staticLuciano Coelho2-4/+2
2013-12-16mac80211: lock sdata in ieee80211_csa_connection_drop_work()Luciano Coelho1-0/+4
2013-12-16mac80211: let the driver reserve extra tailroom in beaconsFelix Fietkau1-3/+6
2013-12-16mac80211: free all AP/VLAN keys at onceJohannes Berg4-28/+43
2013-12-16mac80211: optimise mixed AP/VLAN station removalJohannes Berg3-6/+14
2013-12-16mac80211: optimise synchronize_net() for sta_info_flushJohannes Berg2-4/+41
2013-12-16mac80211: move synchronize_net() before sta key removalJohannes Berg2-14/+5
2013-12-16mac80211: don't delay station destructionJohannes Berg7-119/+12
2013-12-16mac80211: move 4-addr sta pointer clearing before synchronize_rcu()Johannes Berg1-3/+4
2013-12-16mac80211: add pre-RCU-sync sta removal driver operationJohannes Berg3-19/+33
2013-12-16Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg14-35/+52
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-27/+44
2013-12-05mac80211: fix nested sdata lock for IBSS/CSASimon Wunderlich1-2/+2
2013-12-05mac80211: start_next_roc only if scan was actually runningEliad Peller1-1/+3
2013-12-05mac80211: determine completed scan type by defined opsEliad Peller1-8/+7
2013-12-05cfg80211: in bitrate_mask, rename mcs to ht_mcsJanusz Dziedzic1-2/+2
2013-12-05mac80211: warn if unhashing station failsJohannes Berg1-1/+1
2013-12-04mac80211: neaten ieee80211_deliver_skbJohannes Berg1-17/+15
2013-12-03nl80211: vendor command supportJohannes Berg1-0/+11
2013-12-03mac80211: remove duplicate codeEliad Peller1-8/+0
2013-12-03mac80211: move align variable to remove __maybe_unusedJohannes Berg1-3/+2
2013-12-03Revert "mac80211: add driver callback for per-interface multicast filter"Johannes Berg3-51/+0
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville33-639/+1673
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-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 Wunderlich1-6/+15
2013-12-02mac80211: modify beacon using sdata/wdev-lock, not rtnl lockSimon Wunderlich2-8/+15
2013-12-02mac80211: mesh: only get tsf if we need itBob Copeland1-14/+14