summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix the TID on NDPs sent as EOSP carrierEmmanuel Grumbach2017-01-111-2/+2
* mac80211: fix legacy and invalid rx-rate reportBen Greear2016-12-151-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-1/+1
|\
| * Revert "mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE"Felix Fietkau2016-11-151-1/+1
* | mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach2016-10-191-5/+8
* | mac80211: filter multicast data packets on AP / AP_VLANMichael Braun2016-10-121-8/+2
|/
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2016-10-041-33/+23
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-2/+2
| |\
| | * mac80211: fix tim recalculation after PS responseFelix Fietkau2016-09-121-2/+2
| * | mac80211: Use rhltable instead of rhashtableHerbert Xu2016-09-201-31/+21
* | | mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen2016-09-301-7/+3
|/ /
* | mac80211: allow using AP_LINK_PS with mac80211-generated TIM IEEmmanuel Grumbach2016-09-161-1/+1
* | mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul2016-09-121-0/+3
* | mac80211: call get_expected_throughput only after adding stationMaxim Altshul2016-08-111-1/+1
* | mac80211: mesh: Add support for HW RC implementationMaxim Altshul2016-08-111-4/+19
|/
* mac80211: implement fair queueing per txqMichal Kazior2016-06-091-7/+7
* mac80211: skip netdev queue control with software queuingMichal Kazior2016-06-091-1/+1
* 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/+2
* mac80211: use DECLARE_EWMAJohannes Berg2015-08-141-4/+5
* mac80211: mesh: separate plid and aid conceptsBob Copeland2015-07-171-4/+1
* 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