aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
AgeCommit message (Expand)Author
2016-06-09mac80211: implement fair queueing per txqMichal Kazior
2016-06-09mac80211: skip netdev queue control with software queuingMichal Kazior
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-06mac80211: add A-MSDU tx supportFelix Fietkau
2016-04-06mac80211: enable collecting station statistics per-CPUJohannes Berg
2016-04-06mac80211: add fast-rx pathJohannes Berg
2016-04-06mac80211: fix RX u64 stats consistency on 32-bit platformsJohannes Berg
2016-04-06mac80211: fix last RX rate data consistencyJohannes Berg
2016-04-06mac80211: add separate last_ack variableJohannes Berg
2016-04-06mac80211: move averaged values out of rx_statsJohannes Berg
2016-04-05mac80211: track and tell driver about GO client P2P PS abilitiesAyala Beker
2016-04-05mac80211: ensure no limits on station rhashtableBen Greear
2016-04-05mac80211: properly deal with station hashtable insert errorsJohannes Berg
2016-04-05mac80211: synchronize driver rx queues before removing a stationSara Sharon
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller
2016-02-24mac80211: fix memory leakSudip Mukherjee
2016-02-24mac80211: expose txq queue depth and size to driversMichal Kazior
2016-02-24mac80211: avoid excessive stack usage in sta_infoArnd Bergmann
2016-02-24mac80211: Recalc min chandef when station is associatedIlan Peer
2016-01-14mac80211: fix PS-Poll handlingEmmanuel Grumbach
2015-12-04mac80211: add atomic uploaded keys iteratorEliad Peller
2015-12-04mac80211: allow the driver to send EOSP when neededEmmanuel Grumbach
2015-12-04mac80211: allow driver to prevent two stations w/ same addressJohannes Berg
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg
2015-10-21mac80211: move beacon_loss_count into ifmgdJohannes Berg
2015-10-14mac80211: move sta_set_rate_info_rx() and make it staticJohannes Berg
2015-10-05mac80211: use ktime_get_secondsArnd Bergmann
2015-08-14mac80211: use DECLARE_EWMAJohannes Berg
2015-07-17mac80211: mesh: separate plid and aid conceptsBob Copeland
2015-07-17mac80211: move mesh related station fields to own structJohannes Berg
2015-07-17mac80211: duplicate station's MAC address for hash tableJohannes Berg
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-24mac80211: enable hash table shrinkingJohannes Berg
2015-04-23mac80211: make station hash table max_size configurableJohannes Berg
2015-04-23mac80211: fix rhashtable conversionJohannes Berg
2015-04-22mac80211: add TX fastpathJohannes Berg
2015-04-20mac80211: lock rate controlJohannes Berg
2015-04-20mac80211: introduce plink lock for plink fieldsBob Copeland
2015-04-01mac80211: add an intermediate software queue implementationFelix Fietkau
2015-04-01mac80211: use rhashtable for station tableJohannes Berg
2015-03-20mac80211: avoid duplicate TX path station lookupJohannes Berg
2015-02-28mac80211: remove TX latency measurement codeJohannes Berg
2015-01-23mac80211: support beacon statisticsJohannes Berg
2015-01-09mac80211: fix handling TIM IE when stations disconnectJohannes Berg
2015-01-08mac80211: provide per-TID RX/TX MSDU countersJohannes Berg
2015-01-08cfg80211: remove enum station_info_flagsJohannes Berg
2015-01-08mac80211: allow drivers to provide most station statisticsJohannes Berg
2015-01-08mac80211: send statistics with delete station eventJohannes Berg
2014-12-12mac80211: Move IEEE80211_TX_CTL_PS_RESPONSESujith Manoharan