aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville13-150/+295
2014-01-14Merge 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/linville/wireless-next into for-davemJohn W. Linville15-63/+288
2014-01-10mac80211: handle MMPDUs at EOSP correctlyJohannes Berg1-13/+57
2014-01-10mac80211: reset TX info flags when frame will be reprocessedJohannes Berg1-0/+2
2014-01-10mac80211: release multiple ACs in uAPSD, fix more-data bugJohannes Berg1-42/+40
2014-01-10mac80211: fix PS-Poll driver release TIDJohannes Berg1-1/+13
2014-01-07mac80211: allow to set smps mode to OFF in AP modeEmmanuel Grumbach1-3/+2
2014-01-07mac80211: clean up prepare_for_handlers() return valueJohannes Berg1-18/+18
2014-01-07mac80211: simplify code in ieee80211_prepare_and_rx_handleEmmanuel Grumbach1-3/+1
2014-01-07mac80211: clean up garbage in commentEmmanuel Grumbach1-1/+1
2014-01-06mac80211: sync dtim_count to TSFThomas Pedersen5-0/+46
2014-01-06mac80211: enable WME for peer mesh STAChun-Yeow Yeoh1-0/+1
2014-01-06mac80211: fix memory leak in register_hw() error pathJohannes Berg1-11/+11
2014-01-06mac80211: handle station TX latency allocation errorsJohannes Berg1-30/+40
2014-01-06mac80211: clean up netdev debugfs macros a bitJohannes Berg1-27/+33
2014-01-06mac80211: add tracing for ieee80211_sta_set_bufferedJohannes Berg2-0/+29
2014-01-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville19-355/+306
2013-12-30cfg80211/mac80211: correct qos-map lockingJohannes Berg1-1/+1
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-16mac80211: 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/linville/wirelessJohn 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