aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-23mac80211: support beacon statisticsJohannes Berg1-0/+14
2015-01-09mac80211: fix handling TIM IE when stations disconnectJohannes Berg1-3/+13
2015-01-08mac80211: provide per-TID RX/TX MSDU countersJohannes Berg1-0/+31
2015-01-08cfg80211: remove enum station_info_flagsJohannes Berg1-40/+40
2015-01-08mac80211: allow drivers to provide most station statisticsJohannes Berg1-32/+65
2015-01-08mac80211: send statistics with delete station eventJohannes Berg1-1/+3
2014-12-12mac80211: Move IEEE80211_TX_CTL_PS_RESPONSESujith Manoharan1-3/+4
2014-11-19mac80211: synchronously reserve TID per stationLiad Kaufman1-0/+3
2014-11-19mac80211: introduce TDLS channel switch opsArik Nemtsov1-0/+9
2014-11-19mac80211: move skb info band assignment outJohannes Berg1-1/+2
2014-11-04mac80211: increase U-APSD max service period lengthAndrei Otcheretianski1-1/+1
2014-10-23mac80211: add stations in order to the station listArik Nemtsov1-1/+1
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-0/+1
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-09-15Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-0/+1
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+5
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-09-05mac80211: use bss_conf->dtim_period instead of conf.ps_dtim_periodEmmanuel Grumbach1-1/+1
2014-08-26mac80211: fix smps mode check for AP_VLANFelix Fietkau1-2/+5
2014-08-15mac80211: don't duplicate station QoS capability dataJohannes Berg1-2/+2
2014-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+4
2014-06-23mac80211: Use ktime_get_ts()Thomas Gleixner1-2/+2
2014-06-23cfg80211: make ethtool the driver's responsibilityJohannes Berg1-0/+134
2014-06-23mac80211: fix station/driver powersave raceJohannes Berg1-25/+40
2014-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-0/+1
2014-05-28mac80211: fix a memory leak on sta rate selection tableFelix Fietkau1-0/+1
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+2
2014-04-25mac80211: remove unnecessary BUG_ON()Zhao, Gang1-2/+1
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