summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-5/+9
|\
| * mac80211: ensure no limits on station rhashtableBen Greear2016-04-051-0/+1
| * mac80211: properly deal with station hashtable insert errorsJohannes Berg2016-04-051-5/+8
* | mac80211: add A-MSDU tx supportFelix Fietkau2016-04-061-0/+2
* | mac80211: enable collecting station statistics per-CPUJohannes Berg2016-04-061-16/+92
* | mac80211: add fast-rx pathJohannes Berg2016-04-061-0/+2
* | mac80211: fix RX u64 stats consistency on 32-bit platformsJohannes Berg2016-04-061-28/+44
* | mac80211: fix last RX rate data consistencyJohannes Berg2016-04-061-28/+32
* | mac80211: add separate last_ack variableJohannes Berg2016-04-061-2/+11
* | mac80211: move averaged values out of rx_statsJohannes Berg2016-04-061-5/+5
* | mac80211: track and tell driver about GO client P2P PS abilitiesAyala Beker2016-04-051-0/+29
* | mac80211: synchronize driver rx queues before removing a stationSara Sharon2016-04-051-1/+8
|/
* Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller2016-03-011-12/+23
|\
| * mac80211: fix memory leakSudip Mukherjee2016-02-241-0/+1
| * mac80211: expose txq queue depth and size to driversMichal Kazior2016-02-241-0/+1
| * mac80211: avoid excessive stack usage in sta_infoArnd Bergmann2016-02-241-8/+16
| * mac80211: Recalc min chandef when station is associatedIlan Peer2016-02-241-4/+5
* | mac80211: fix PS-Poll handlingEmmanuel Grumbach2016-01-141-1/+1
|/
* mac80211: add atomic uploaded keys iteratorEliad Peller2015-12-041-0/+1
* mac80211: allow the driver to send EOSP when neededEmmanuel Grumbach2015-12-041-43/+101
* mac80211: allow driver to prevent two stations w/ same addressJohannes Berg2015-12-041-2/+16
* mac80211: move station statistics into sub-structsJohannes Berg2015-10-211-36/+41
* mac80211: move beacon_loss_count into ifmgdJohannes Berg2015-10-211-3/+6
* mac80211: move sta_set_rate_info_rx() and make it staticJohannes Berg2015-10-141-0/+39
* mac80211: use ktime_get_secondsArnd Bergmann2015-10-051-6/+2Star
* mac80211: use DECLARE_EWMAJohannes Berg2015-08-141-4/+5
* mac80211: mesh: separate plid and aid conceptsBob Copeland2015-07-171-4/+1Star
* mac80211: move mesh related station fields to own structJohannes Berg2015-07-171-13/+24
* mac80211: duplicate station's MAC address for hash tableJohannes Berg2015-07-171-1/+2
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-1/+18
|\
| * mac80211: enable hash table shrinkingJohannes Berg2015-04-241-0/+1
| * mac80211: fix rhashtable conversionJohannes Berg2015-04-231-1/+17
* | mac80211: make station hash table max_size configurableJohannes Berg2015-04-231-0/+1
* | mac80211: add TX fastpathJohannes Berg2015-04-221-0/+6
* | mac80211: lock rate controlJohannes Berg2015-04-201-1/+1
* | mac80211: introduce plink lock for plink fieldsBob Copeland2015-04-201-0/+1
|/
* mac80211: add an intermediate software queue implementationFelix Fietkau2015-04-011-8/+75
* mac80211: use rhashtable for station tableJohannes Berg2015-04-011-51/+52
* mac80211: avoid duplicate TX path station lookupJohannes Berg2015-03-201-1/+1
* mac80211: remove TX latency measurement codeJohannes Berg2015-02-281-49/+5Star
* mac80211: support beacon statisticsJohannes Berg2015-01-231-0/+14
* mac80211: fix handling TIM IE when stations disconnectJohannes Berg2015-01-091-3/+13
* mac80211: provide per-TID RX/TX MSDU countersJohannes Berg2015-01-081-0/+31
* cfg80211: remove enum station_info_flagsJohannes Berg2015-01-081-40/+40
* mac80211: allow drivers to provide most station statisticsJohannes Berg2015-01-081-32/+65
* mac80211: send statistics with delete station eventJohannes Berg2015-01-081-1/+3
* mac80211: Move IEEE80211_TX_CTL_PS_RESPONSESujith Manoharan2014-12-121-3/+4
* mac80211: synchronously reserve TID per stationLiad Kaufman2014-11-191-0/+3
* mac80211: introduce TDLS channel switch opsArik Nemtsov2014-11-191-0/+9