aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-22mac80211: avoid handling of SMPS for meshChun-Yeow Yeoh1-1/+2
2014-03-05mac80211: clear sequence/fragment number in QoS-null framesJohannes Berg1-0/+1
2014-02-20mac80211: fix station wakeup powersave raceJohannes Berg1-18/+14
2014-02-20mac80211: insert stations before adding to driverJohannes Berg1-6/+24
2014-02-20mac80211: fix AP powersave TX vs. wakeup raceEmmanuel Grumbach1-0/+4
2014-01-10mac80211: handle MMPDUs at EOSP correctlyJohannes Berg1-13/+57
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-06mac80211: handle station TX latency allocation errorsJohannes Berg1-30/+40
2014-01-06mac80211: add tracing for ieee80211_sta_set_bufferedJohannes Berg1-0/+2
2013-12-16mac80211: optimise mixed AP/VLAN station removalJohannes Berg1-2/+6
2013-12-16mac80211: optimise synchronize_net() for sta_info_flushJohannes Berg1-3/+39
2013-12-16mac80211: move synchronize_net() before sta key removalJohannes Berg1-1/+2
2013-12-16mac80211: don't delay station destructionJohannes Berg1-56/+2
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 Berg1-0/+2
2013-12-05mac80211: warn if unhashing station failsJohannes Berg1-1/+1
2013-12-02mac80211: Tx frame latency statisticsMatti Gottlieb1-0/+34
2013-11-25mac80211: add min required channel definition fieldEliad Peller1-0/+2
2013-11-25mac80211: use put_unaligned_le16 in mesh_plink_frame_txChun-Yeow Yeoh1-1/+1
2013-11-25mac80211: clean up mesh local link ID generationThomas Pedersen1-2/+2
2013-10-28mac80211: implement SMPS for APEmmanuel Grumbach1-0/+72
2013-06-24mac80211: initialize power mode for mesh STAsThomas Pedersen1-0/+1
2013-06-13mac80211: fix TX aggregation TID struct leakJohannes Berg1-0/+1
2013-06-04mac80211: add a tx control flag to indicate PS-Poll/uAPSD responseFelix Fietkau1-1/+3
2013-05-16mac80211: add support for per-chain signal strength reportingFelix Fietkau1-0/+2
2013-03-11mac80211: batch key free synchronize_net()Johannes Berg1-9/+3
2013-03-11mac80211: remove underscores from some key functionsJohannes Berg1-4/+4
2013-03-07mac80211: Call drv_set_tim only if there is a changeIlan Peer1-0/+13
2013-03-07mac80211: provide ieee80211_sta_eosp()Johannes Berg1-17/+3
2013-03-06mac80211: init mesh timer for user authed STAsThomas Pedersen1-0/+5
2013-03-06mac80211: defer tailroom counter manipulation when roamingJohannes Berg1-2/+4
2013-02-15mac80211: stop modifying HT SMPS capabilityJohannes Berg1-0/+2
2013-02-15mac80211: use spin_lock_bh() for tim_lockJohannes Berg1-3/+2
2013-02-15mac80211: fix auth/assoc timeout handlingJohannes Berg1-0/+2
2013-02-11mac80211: fix mesh sta teardownThomas Pedersen1-7/+2
2013-02-04mac80211: mesh power save basicsMarco Porsch1-2/+18
2013-01-24mac80211: clean up mesh sta allocation warningThomas Pedersen1-5/+0
2013-01-03mac80211: split aggregation stop by reasonJohannes Berg1-1/+1
2013-01-03mac80211: optimise AP stop RCU handlingJohannes Berg1-2/+0
2013-01-03mac80211: optimise roaming time againJohannes Berg1-10/+17
2013-01-03mac80211: remove final sta_info_flush()Johannes Berg1-17/+6
2013-01-03mac80211: use del_timer_sync for final sta cleanup timer deletionJohannes Berg1-1/+1
2013-01-03mac80211: fix station destruction in AP/mesh modesJohannes Berg1-4/+40
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2012-11-26mac80211: convert to channel definition structJohannes Berg1-1/+1
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-5/+5
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+8
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg1-5/+5
2012-11-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-3/+8