aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-04mac80211: add atomic uploaded keys iteratorEliad Peller1-0/+1
2015-12-04mac80211: allow the driver to send EOSP when neededEmmanuel Grumbach1-43/+101
2015-12-04mac80211: allow driver to prevent two stations w/ same addressJohannes Berg1-2/+16
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg1-36/+41
2015-10-21mac80211: move beacon_loss_count into ifmgdJohannes Berg1-3/+6
2015-10-14mac80211: move sta_set_rate_info_rx() and make it staticJohannes Berg1-0/+39
2015-10-05mac80211: use ktime_get_secondsArnd Bergmann1-6/+2
2015-08-14mac80211: use DECLARE_EWMAJohannes Berg1-4/+5
2015-07-17mac80211: mesh: separate plid and aid conceptsBob Copeland1-4/+1
2015-07-17mac80211: move mesh related station fields to own structJohannes Berg1-13/+24
2015-07-17mac80211: duplicate station's MAC address for hash tableJohannes Berg1-1/+2
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-7/+7
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+18
2015-04-24mac80211: enable hash table shrinkingJohannes Berg1-0/+1
2015-04-23mac80211: make station hash table max_size configurableJohannes Berg1-0/+1
2015-04-23mac80211: fix rhashtable conversionJohannes Berg1-1/+17
2015-04-22mac80211: add TX fastpathJohannes Berg1-0/+6
2015-04-20mac80211: lock rate controlJohannes Berg1-1/+1
2015-04-20mac80211: introduce plink lock for plink fieldsBob Copeland1-0/+1
2015-04-01mac80211: add an intermediate software queue implementationFelix Fietkau1-8/+75
2015-04-01mac80211: use rhashtable for station tableJohannes Berg1-51/+52
2015-03-20mac80211: avoid duplicate TX path station lookupJohannes Berg1-1/+1
2015-02-28mac80211: remove TX latency measurement codeJohannes Berg1-49/+5
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